hi, im somehow new to web development,
im developing an application with ms access 2003 using asp
i want to know if there's a way to make a bulk insert into the database
using the recordset object.
im trying to use the updatebatch method by im still not able to perform(i dont know if it's the right 1 to use)
in my database i use an autonumber field type as my PK
if there's a chance that 2 users would be inserting data as the same time
would that make a problem in the database, and if so how can i deal with it.
So if somebody could provide me with a little code example , it would be awsome
Thank You
im developing an application with ms access 2003 using asp
i want to know if there's a way to make a bulk insert into the database
using the recordset object.
im trying to use the updatebatch method by im still not able to perform(i dont know if it's the right 1 to use)
in my database i use an autonumber field type as my PK
if there's a chance that 2 users would be inserting data as the same time
would that make a problem in the database, and if so how can i deal with it.
So if somebody could provide me with a little code example , it would be awsome
Thank You
Comment