set con2=s开发者_StackOverflow社区erver.CreateObject(\"ADODB.Connection\") con2.ConnectionTimeout =1200
I am referencing a COM component from PHP. This COM component returns records using ADO. I开发者_运维问答 am assuming I will need to reference ADO in PHP for this to function.
I am looking the fastest way to insert many records at once (+1000) to an table using ADO. Options: using insert commands and parameters
I\'m building a data access layer in Excel VBA and having trouble returning a recordset. The Execute() function in my class is definitely retrieving a row from the database, but doesn\'t seem to be re
I have a Delphi 2009 application that runs a query over a database using a TADOQuery component. When the query has returned data, I call the TADOQuery\'s saveToFile procedure, specifying \"pfXML\" as
I need to set a web server for running my ASP site.(Windows XP) I placed my compleate site in c:inetpub ->wwwroot.
I\'ve been trying to debug the following problem for several weeks now - this method is called from several places within the same datamodule, but this exception (from the subject line of this post) o
I am doing a site in asp. when i star开发者_如何学JAVAt a search with a name like this o\'neil i\'m getting a database error.
The mysql table has a DATETIME field. I want to INSERT a new row into this field using the cell data from 开发者_开发百科the Excel worksheet. But I cannot use the datetime formatted cell value in a IN
I am trying to connect to ex开发者_如何学运维cel table from Delphi 7 using TAdoConnection component.