Hi everyone,
Just a simple question.
What is the best way to program ADO to insert and update record? We can use the "INSERT" SQL statement to insert into the database or use the "AddNew" command. So which is a better?
The same goes to Update. Specifically use the Update...
In VB code:
Dim Connection423208 as ADODB.Connection
Set Connection423208 = New Connection
Dim Command423209 as ADODB.Command
Set Command423209 = New Command
Command423209.Name = _Chk_Fixed_Mobile_ASR2_16
Connection423208.Mode = adModeReadWrite
Call...
Hi everyone,
I am using ADO and is facing the "Operation not allowed when Object is closed" during my load test.
I had altogether 6 machines each running with 30 processes that calls the ADO api to retrieve records from a table to check on whether the recordset is empty or not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.