D
Domac
Hi,
I would like to access global variable declared in my backend database, is
it possible??
I have just solved transaction between accounting application based on Sql
server 2000 database and manufacturing managment solution (wich i have
developed).
Problem is that every user is running transaction code , so in that critical
moment , it is possible to make duplicates.
My solution is to set variable value (in back-end database that everyone
access) to value 1 wich means that transaction is in progress.
I want to aviod creating table in back-end database ( because simple boolean
would do the job) just for one variable.
Thanks a lot!
Domagoj
I would like to access global variable declared in my backend database, is
it possible??
I have just solved transaction between accounting application based on Sql
server 2000 database and manufacturing managment solution (wich i have
developed).
Problem is that every user is running transaction code , so in that critical
moment , it is possible to make duplicates.
My solution is to set variable value (in back-end database that everyone
access) to value 1 wich means that transaction is in progress.
I want to aviod creating table in back-end database ( because simple boolean
would do the job) just for one variable.
Thanks a lot!
Domagoj