Error updating attached MS-Access 2.0 tables 
Author Message
 Error updating attached MS-Access 2.0 tables

I am currently modifying the structure of a secure MS-Access 2.0
database I developed a year ago.

The tables used to be in the same database as the User Interface, the
queries and the modules.  The tables are now in separate databases, and
I have attached the tables.  I am updating the tables using a
procedure.  Everything used to work fine when the table were in the same
database as the UI.  I have changed my code to open the attached tables
as OPEN_DYNASET instead of OPEN_TABLE and I now invoke
<recordset>.FINDFIRST instead of <recordset>.SEEK, etc.  However, as
soon as the line <tablename>.Update is processed, my database containing
the tables crashes and I have to repair it.  I am updating three tables
at the same time.  In my previous program, I used to update two at the
same time and it did not cause any problem.  (I have full rights on all
objects).

I am testing on a Win95 client, but this is a MS-Access 2.0 database
used mainly on Win31 clients.  Any help & tips are appreciated.

Pascal Godbout



Mon, 06 Dec 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. MSAccess 2.0 attach table using 16-bit ODBC

2. MSAccess 2.0 attach table using 16-bit ODBC

3. How can I attach External MS-Access Tables to MS-AccessDatabases

4. HELP: Attach Lotus to MS Access 2.0

5. Help - Access 2.0 attached tables

6. Attaching a Table with Access 2.0 VB

7. Help: 3043 Error updating MS-Access tables via Netware-mounted disk from Win2K

8. Attached tables in Access 2.0

9. How to attach tables to a readonly Access 2.0 database using VB

10. VB4 to Access 2.0 attached tables

11. Help: attaching Btrieve table in Access 2.0 database using VB 4.0 16-bit

12. MS Access 2.0/MS Jet 2.0 Locks

 

 
Powered by phpBB® Forum Software