LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

(Begginer) Need help for labview program for reading from a access database

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

0 Kudos
Message 1 of 3
(733 Views)

@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.

0 Kudos
Message 2 of 3
(720 Views)

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

0 Kudos
Message 3 of 3
(673 Views)