Board index » delphi » Updating Access 2.0 DB from Delphi 1.02

Updating Access 2.0 DB from Delphi 1.02

We're trying to connect to an Access V2.0 database from Delphi using a DBGrid
connected to Datasource/Table/Database. No problem reading data, but any go
at updating gives a general sql error rc -1003 from the MSoft Jet engine. Anyone
know what the RC means?

We're using the ODBC driver for "Access from Office applications" that ships
with Access, and aren't sure if that's the correct driver or we need to
get another?

Ideas??

Thx, John H

 

Re:Updating Access 2.0 DB from Delphi 1.02


I am having a similar problem, but get error number 1018.

Re:Updating Access 2.0 DB from Delphi 1.02


Quote
hors...@portsmouth.uk.ibm.com wrote:
>We're trying to connect to an Access V2.0 database from Delphi using a DBGrid
>connected to Datasource/Table/Database. No problem reading data, but any go
>at updating gives a general sql error rc -1003 from the MSoft Jet engine. Anyone
>know what the RC means?
>We're using the ODBC driver for "Access from Office applications" that ships
>with Access, and aren't sure if that's the correct driver or we need to
>get another?
>Ideas??
>Thx, John H

You are right - wrong ODBC driver.  If you have vb4 you will find
ODBCJT16.DLL for Delphi 16  and ODBCJT32.DLL for Delphi 32.

HTH

________________________________
m...@cris.com
Mel Meltzer
Take One
Zephyrhills, FL

Other Threads