Hello.
I'm connecting to MySQL through ODBC 5.1.
I'm using MS-Access 2007 as the front end to access the DB.
Trying to insert rows to some of the tables, yields an error:
ODBC - insert on a linked table failed.
The tables that won't allow me to insert records are the "one" tables of a "one-to-many" pairs. For example, I can add rows to "Order Lines" table, but not to "Orders" table.
There are no FK defined on any of the tables.
There are no relationships defined on this Database project (there are defined on another Database project, which is closed).
Any ideas?
Thanks!
Mor
I'm connecting to MySQL through ODBC 5.1.
I'm using MS-Access 2007 as the front end to access the DB.
Trying to insert rows to some of the tables, yields an error:
ODBC - insert on a linked table failed.
The tables that won't allow me to insert records are the "one" tables of a "one-to-many" pairs. For example, I can add rows to "Order Lines" table, but not to "Orders" table.
There are no FK defined on any of the tables.
There are no relationships defined on this Database project (there are defined on another Database project, which is closed).
Any ideas?
Thanks!
Mor