A
amn
I just upsize an Access 2003 back-end to SQL Server 2008.
I have a table with only 1 record to use as "traffic light". When I
need to get a new Invoice number, I open table with "DenyWrite" option
to get an unique invoice number and capture the error 3262 for other
users trying to do the same.
After upsize to SQL Server, I get error 3254-ODBC, so how can I lock
the table/record in order to do that?
Best regards,
Angel
I have a table with only 1 record to use as "traffic light". When I
need to get a new Invoice number, I open table with "DenyWrite" option
to get an unique invoice number and capture the error 3262 for other
users trying to do the same.
After upsize to SQL Server, I get error 3254-ODBC, so how can I lock
the table/record in order to do that?
Best regards,
Angel