- Oct 30, 2000
- 42,589
- 5
- 0
1) Record Locking.
Multiple external applications will be using the ODBC connection to get to the database file.
When Access is being used, the documention indicates that the concern over record locking can be handled. However, it also implies that when using ODBC, the NoRecordLock is used.
I can develop code to go around these limitations, however, prefer not to.
2) Generate stored procedures that I can trigger via an ODBC connection. When certain datafields are changed, logging information needs to be captured.
Or can MySQL or another SQL style free database easily impliment the record locking and triggers.
Multiple external applications will be using the ODBC connection to get to the database file.
When Access is being used, the documention indicates that the concern over record locking can be handled. However, it also implies that when using ODBC, the NoRecordLock is used.
I can develop code to go around these limitations, however, prefer not to.
2) Generate stored procedures that I can trigger via an ODBC connection. When certain datafields are changed, logging information needs to be captured.
Or can MySQL or another SQL style free database easily impliment the record locking and triggers.