Database error - Forum

Forum Navigation
You need to log in to create posts and topics.

Database error

Hello everyone.

Please, could someone help me?

In all the software I create with VisualNeo Win (version 19.4.29), the message "Invalid database ID" appears when I open or close a database using the "dbpOpenAccessDatabase" command.

The following message appears sometimes : “error creating object. “Please verify the Microsoft Database Access Components 2.1 (or later) have been properly installed”.

I reinstalled the Microsoft Access Database Engine (mdac28sdk.msi), but the error didn't resolve.

I tried opening the database (ACCESS *.mdb) with the "dpOpenDatabase" command, but that didn't work either, and the "Invalid database ID" message continues to appear.

This is the subroutine I used to open the database:

:ABREDBF

If "[DBOpen]" "<>" "YES"

dbpOpenAccessDatabase "TRACKS" "M:\TENDINO\TRACKS.mdb" ""

dbpOpenTable "TRACKS" "MERIDIANS" ""

dbpOpenTable "TRACKS" "LOCALS" ""

dbpOpenTable "TRACKS" "DETAIL" ""

ENDIF

Return

I use WIN 11 64-bit updated.

Thank you

Uploaded files:
  • You need to login to have access to uploads.

@ubirajara-fernandes-valladares what neoDBpro plugin version are you using?
Current neoDBpro plugin version (21.08.17) could not be compatible with VisualNEO Win old version (19.4.29).

Thank you.