Microsoft Access error W7 64-bit
Posted: Sat 21 May 2011 14:27
I have a TUniConnection a TAccessUniProvider and a TUniTable component.
The following lines of code work correctly in Windows XP-32bit, XP-64bit, W7-32bit:
UniConnection1->Open;
tabTest->Active = True;
tabTest->Last();
tabTest->Edit();
tabTest->Post();
In W7-64bit the tabTest->Post() instruction produces an error:
Microsoft (ODBC Microsoft Access Driver) Operation must have an updateable query
A separate test using a TODBCUniProvider component with a pre-configured ODBC entry on the SYSTEM DSN page using a Microsoft ACCESS ODBC driver functions correctly on W7-64bit. However I do not wish to use preconfigured ODBC entries.
Does anyone know how to solve this problem ?
The following lines of code work correctly in Windows XP-32bit, XP-64bit, W7-32bit:
UniConnection1->Open;
tabTest->Active = True;
tabTest->Last();
tabTest->Edit();
tabTest->Post();
In W7-64bit the tabTest->Post() instruction produces an error:
Microsoft (ODBC Microsoft Access Driver) Operation must have an updateable query
A separate test using a TODBCUniProvider component with a pre-configured ODBC entry on the SYSTEM DSN page using a Microsoft ACCESS ODBC driver functions correctly on W7-64bit. However I do not wish to use preconfigured ODBC entries.
Does anyone know how to solve this problem ?