06-22-2022 09:22 AM
I.m trying to read from a microsoft access database. Ive managed to link the database to an microsoft datalink file but and it bugs me with an error about the gpib driver
This is the picture with the error and the program ive made
Any idea? I have installed the NI-488.2 driver compatible with my 2018 labview already but it shows the same error
06-22-2022 09:56 AM - edited 06-22-2022 09:58 AM
@ajihu wrote:
I.m trying to read from a microsoft access database. Ive managed to link the database to an microsoft datalink file but and it bugs me with an error about the gpib driver
This is the picture with the error and the program ive made
Any idea? I have installed the NI-488.2 driver compatible with my 2018 labview already but it shows the same error
There's no image.
The GPIB error might be a shared error, e.g. error code 7:
Possible reason(s):
LabVIEW: (Hex 0x7) File not found. The file might be in a different location or deleted. Use the command prompt or the file explorer to verify that the path is correct.
=========================
NI-488: Nonexistent GPIB interface.
Note the possible in possible reasons.
You don't need a GPIB driver to access a database.
Showing some code will help us help you too.
06-25-2022 08:41 PM
There are articles on the Web such as this one that describe how to do configure LabVIEW to access data stored in a SQL-like Database. There is nothing about Databases that requires the GPIB Driver (NI-488.2) to be installed. Could you please explain in more detail what you are trying to do?
Bob Schor