T
TF
Hello,
I use the File->Connection once for connection the ADP to Sql Server (or to
MSDE).
in the VBA modules, every connection is the "ActiveConnection =
CurrentProject.Connection".
For records updating or insertion or deletion, I use the Stored procedures
which developed for
Every thing work good.
But I don't use any record lock in this ADP !
For multi user : have I use a lock ? how ?
thank you
I use the File->Connection once for connection the ADP to Sql Server (or to
MSDE).
in the VBA modules, every connection is the "ActiveConnection =
CurrentProject.Connection".
For records updating or insertion or deletion, I use the Stored procedures
which developed for
Every thing work good.
But I don't use any record lock in this ADP !
For multi user : have I use a lock ? how ?
thank you