ADODB
VBScript returning 0 rows when ADSIEdit returns correct number of rows
I\'ve been banging my head against this for the last two days or so, and without much success - regardless what I try.[详细]
2023-03-04 05:56 分类:问答can php adodb do Common Table Expressions?
I\'m using the adodb php library (http://phplens.com/adodb/) to connect to sql server 2005, can Common Table Expressions be used in the execute m开发者_JAVA百科ethod? As long as the SQL is passed thro[详细]
2023-03-01 14:00 分类:问答Multiple result sets from MySQL stored-procedure in MS-Access front-end using vba?
I\'m familiar with using the ADODB Connection and ADODB Recordset in vba to iterate through records of a single result set from a stored-procedure from 开发者_运维问答MySQL. But I now have a stored-pr[详细]
2023-02-28 15:39 分类:问答asp question ADODB.Recordset and calling a procedure
I have to make an quick update on a legacy asp page never really having done anything with classical asp want to check if this is valid.[详细]
2023-02-28 12:34 分类:问答properly closing adodb connections in vb.net
in vb.net, there are some applications that use adodb to access a mysql server. private adoconnect as new adodb.connection[详细]
2023-02-27 08:14 分类:问答MySQL to DB2 through ADOdb PHP
I\'m trying to port a small PHP application to DB2 from MySQL. The application connects to a MySQL database through ADOdb. I was successful in connection to the DB2 database through ADOdb, but I wasn\[详细]
2023-02-27 01:18 分类:问答MissingMethodException using classic ADO's Recordset.Type property
In my ASP.NET app, I\'m using classic ADO 2.8 to save some data into an Access database. (Or a Jet database, for those who insist that Access is just the front-end.) So I have a RecordSet containing s[详细]
2023-02-25 03:47 分类:问答ADODBCould not load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly
I\'m trying to read an ADOBD.Recordset object like this (my first time, so pardon my \"noobness\" :D):[详细]
2023-02-25 01:50 分类:问答Image uploading with php with oracle database backend using ADOdb library
The lines of code that reads the images are $regular = fread(fopen(\'tmp/tmp3.jpg\', \"r\"), filesize(\'tmp/tmp3.jpg\'));[详细]
2023-02-22 01:43 分类:问答Export Recordset to Excel
I am trying to export a Adodb Recordset to excell through a VB 6.0 application. I can do that by For Loop. But the recordset contains 100 columns with 200000 Rows. So it is consuming huge time to comp[详细]
2023-02-18 02:59 分类:问答