I have a project that will be using Access 2003 as the front-end and the data will be stored in SQL Server. Access will connect to SQL Server via linked tables with a开发者_如何学Goll the database log
I\'m trying to run the code below to insert a whole lot of records (from a file with a weird file format) into my Access 2003 database from VBA.After many, many experiments, this code is the fastest I
We are using ADO to access Oracle 10g release 2, Oledb provider for Oracle 10g. We are facing some issue with the connection pooling. The database reside on the remote machine and connection pooling i
According to http://www.delphigroups.info/2/3/181838.html (archive) The preferred approach wi开发者_Go百科th ADO
I have a simple SQL insert statement of the form: insert into MyTable (...) values (...) It is used repeatedly to insert rows and usually works as expected. It inserts exactly 1 row to MyTable, whi
i\'m trying to trap a "timeout expired" error from ADO. When a timeout happens, ADO returns:
\' Setting variables Dim con, sql_insert, data_source data_source = \"project_db\" sql_insert = \"insert into cart ( UserID,Count,ProductName,ProductDescription,ProductPrice) values (\'\"&user
I have declared AdoConnection : TADOConnection;and successfully connected to the default \"mysql\" database (so, no need to pass that code).
I\'m trying to update a row in datagrid but the problem is that I can\'t even change its cell values.
Recently, i encountered a problem; when I bind a recordset to datagr开发者_JAVA百科id ,and run the application the datagrid is not populated even though recordset has data