ADODB
PHP adodb dump from one table to another
I\'ve got a PHP development environment using PostgreSQL and a hosting environment using MySQL.I\'m using adodb as an abstraction layer for easy migration between the two.[详细]
2023-02-01 06:56 分类:问答Visual Basic ODBC AS400 iSeries crypto
I am using a ISeries Access ODBC Driver to retrieve data from a AS400. The connection code looks something like this:[详细]
2023-01-29 20:20 分类:问答Find a part of field using ADODB.Recordset in vb6
I have a table in mdb with field address, which will contain street address e.t.c as string. I want to be able to search part of this record.[详细]
2023-01-29 19:27 分类:问答How do I read a string > 255 chars in php/adodb?
I\'m maintaining a web application written in PHP that connects to a MSSQL database. The original developer used http://adodb.sourceforge.net/ as his database library.[详细]
2023-01-29 09:54 分类:问答VB6 Binding NULL value to Textbox with ADODB.Recordset
I\'m having to dig into an old VB6 app and I don\'t have a lot of experience with this language. Right now I\'v开发者_JAVA技巧e got a form where the controls are bound to a ADODB.Recordset.So the \"D[详细]
2023-01-28 13:11 分类:问答How do I check for emulated prepared statements in ADOdb?
I\'ve been using ADOdb for many years as my database abstraction and query caching layer. Lately I switched to prepared statements, mostly for security, and became curious about the way they are (or a[详细]
2023-01-27 12:29 分类:问答Calling a Stored Procedure in Access 2007 from VB 6.0
I need to call a stored procedure that was created in Access 2007 from the program in VB 6.0. This is the working Stored Procedure on the Access db when you right click -> Design View:[详细]
2023-01-27 06:43 分类:问答PHP Adodb Active Record SQL Injection
I can\'t seem to ascertain whether or not the PHP Adodb Active Record, DB ORM secures against SQL Inject开发者_运维百科ion.[详细]
2023-01-26 02:36 分类:问答What is ADODB.Stream?
What exactly is it, or was it, as is a interop, used for? Here, this is the method where I use it: public void SaveAttachmentMime(String fileName, CDO.Message message)[详细]
2023-01-25 15:20 分类:问答ADODB RecordSet as Access Report RecordSource
I have a simple form, a query and a report in Access 2003.I have to manipulate the results from the query in a recordset using VBA and then pass it on to the report as its RecordSource.[详细]
2023-01-24 23:05 分类:问答