Hi, I am trying to update a table from an ASP page using ADO, the dB is an Access 2000 dB.
I am just wondering what the best way update the table with regards to performace, currently I am just using the simple INSERT statement in a loop. I have been told that this may cause the server to crash as there may be the possibility if being 200 records!
Can anyone tell me the best way to go about such a procedure, disconnected record sets???
thanks
I am just wondering what the best way update the table with regards to performace, currently I am just using the simple INSERT statement in a loop. I have been told that this may cause the server to crash as there may be the possibility if being 200 records!
Can anyone tell me the best way to go about such a procedure, disconnected record sets???
thanks