R
RobGMiller
Access 2003 connected to SQL Server 2005 Enterprise via ODBC using
ODBC;Driver={SQL Native
Client};Server=ServerName;Database=DbName;UID=xx;PWD=xxx
There is only one user in one application connected to the problem records.
Originally the data was imported into SS2k5 from Access tables. All imported
records can be edited or updated without a problem but new records created
from
access using code or access table views cannot be edited.
The returned error:
The records has been changed by another since you started editing it. ....
If a record is copied from an existing record by cutting and pasting the
complete record in an access table view then it is ok but if the record is
added by going to the new record (*) at the bottom of the table and adding
the one field that does not allow nulls then the autonumber gets updated
properly but none of the other fields can be edited.
It appears the SS2K5 server will not allow the access application to delete
one of the records that cannot be edited either.
The error:
The Microsoft Jet dtabase engine stopped the process because you and another
user are attempting to change the same data at the same time.
If you log into the Server using Management Studio with the same credentials
you can do anything you want.
Looked a differnet connection strings but am not aware of an ODBC
configuration with record locking directives.
Thanks in advance for any help you might offer.
ODBC;Driver={SQL Native
Client};Server=ServerName;Database=DbName;UID=xx;PWD=xxx
There is only one user in one application connected to the problem records.
Originally the data was imported into SS2k5 from Access tables. All imported
records can be edited or updated without a problem but new records created
from
access using code or access table views cannot be edited.
The returned error:
The records has been changed by another since you started editing it. ....
If a record is copied from an existing record by cutting and pasting the
complete record in an access table view then it is ok but if the record is
added by going to the new record (*) at the bottom of the table and adding
the one field that does not allow nulls then the autonumber gets updated
properly but none of the other fields can be edited.
It appears the SS2K5 server will not allow the access application to delete
one of the records that cannot be edited either.
The error:
The Microsoft Jet dtabase engine stopped the process because you and another
user are attempting to change the same data at the same time.
If you log into the Server using Management Studio with the same credentials
you can do anything you want.
Looked a differnet connection strings but am not aware of an ODBC
configuration with record locking directives.
Thanks in advance for any help you might offer.