NeodbPro open table problem - Forum

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

NeodbPro open table problem

Hola, soy nuevo en este foro y quiero agradecer de antemano cualquier ayuda que me puedan prestar. Estoy tratando de leer una base de datos de Access usando NeoBookdbPro plugin. Puedo abrir la base de datos y conectarla correctamente. Doy la orden de abrir la tabla y me genera un error de que no puede leer esa tabla. Voy a adjuntar algunas imagenes que pueden dar una idea del problema. Mil gracias

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

Welcome!

To open the table, you must first open the database. Database ID must exist.

Check the syntax of the commands:

https://neodbprohelp.visualneo.com/Tables.html#dbpOpenTable

Gracias por tu respuesta. Entiendo lo que dices y mi problema consiste precisamente en que la tabla no abre aunque la base de datos está conectada. Adjunto un par de capturas.

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

@mejiag

Could it be that the named Table i.e. "names" does not exist ? ... or is something like "Names" (different case) ?

Try and follow your dbpOpenAccessDatabase with a dbpGetTableNames command ... see if the named Table exists.

If not that, I recall some issues related to opening Access databases/tables created using the more recent versions of the MS Access product; you might (separately) try and create an Access database using the plugin.

It is strange. I have never faced such an error.
Has a table with the name "names" been created beforehand?
You can check this with the command dbpTableExists.

If the database file was not created using NeoBookdbPro, another reason may be that the database file is damaged. You may try to restore its copy using MS Acceess.