Alibaba2003
Programmer
In MS-Access Project. Which one is faster?
Using the add method:
r0.Add
r0!field1= 'blah'
:
:
:
r0!fieldn= 'blue'
r0!update
or calling a stored procedure that is built in SQL Server
that is doing the same thing. Given that mutliples insertions are done for different tables for lots of records. Thanks
Alibaba
It's Nice to Be Important But It's more Important to BE Nice
Using the add method:
r0.Add
r0!field1= 'blah'
:
:
:
r0!fieldn= 'blue'
r0!update
or calling a stored procedure that is built in SQL Server
that is doing the same thing. Given that mutliples insertions are done for different tables for lots of records. Thanks
Alibaba
It's Nice to Be Important But It's more Important to BE Nice