Greetings!

I have this scenario...

6 users with local dbs
1 network db to backup all those DBs and to share info.

Every local DB unique record id based on the network DB. So, before each user creates a new record, the tool asks the network ID for the next available sequential record and creates a new record on the local DB using that unique id from the network DB.

The question is, what is the fastest way to UPDATE the main DB? Right now, what I am doing is a for each record and UPDATE all the values where id=<uniqueID>. Is there a faster way?

Thanks,

josé




-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to