A
Anand
Hello,
Am on A2k. I have an app that uses the following method extensively to work
with data:
Set dbs = currentdb
set rst = dbs.currentdb(stsql)
With rst
....
....
I want to know if this method is efficient. Is there a better/faster way of
working with data (inserting/updating/fetching). Would using action queries
lead to faster data insertions and updates?
TIA
Anand
Am on A2k. I have an app that uses the following method extensively to work
with data:
Set dbs = currentdb
set rst = dbs.currentdb(stsql)
With rst
....
....
I want to know if this method is efficient. Is there a better/faster way of
working with data (inserting/updating/fetching). Would using action queries
lead to faster data insertions and updates?
TIA
Anand