Right, i basically have two vb programs which connect to a local db using adodb. These local dbs have linked tables to a main db on the server.
I use sql queries to select/insert and update data.
The vb progs select the value from a lookup table but i need this table or row (theres only the one record) to lock so the other program can not select the value at the same time.
Is this possible by using a sql query or something similar?
I use sql queries to select/insert and update data.
The vb progs select the value from a lookup table but i need this table or row (theres only the one record) to lock so the other program can not select the value at the same time.
Is this possible by using a sql query or something similar?