I have a network of computers that share a SQLite file.
Two tables share sales information: current and historical.
When I record a new record I must put a code equal to the major + 1.
I need to put the database in exclusivity to avoid recording records with
the same code.

How I do this ?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to