LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Microsoft Access conection

Solved!
Go to solution

Hello;

 

I am working with mocrosoft access to save my data from the LabVIEW test.

From my development PC all is well, I can read Write and delete data from Access as I would expect.

when I build the .exe and move it to the lab, the VI gets hung up on a connection error.  with a path that is not on the lab PC or my developemnt pc.

The long and short of the erroe message is there is a problem with my connection string.  That string is more or less right out of the LabVIEW example. "Provider=Microsoft.ACE.OLEDB.12.0;Persist Security Info=False;Data Source=%s\\"

The rest of the string is the access database name.

 

The error is an ADO error

ADODB.Connection:provider can not be found

 

The lab PC does not have Access or LabView installed...............

 

Any help is appreaciated.

 

Do I need access on the target PC?  Or is there something I did incorrectly when I built the .exe?

 

 

 

Thanks

Michael C. Nedrow
0 Kudos
Message 1 of 3
(3,595 Views)
Solution
Accepted by mcnedrow

You don't need Access installed and I can't tell if you've done anything wrong, but I've faced the same problem and solved it by installing the Microsoft Access Database Engine 2010 Redistributable from - http://www.microsoft.com/en-us/download/details.aspx?id=13255

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

Message 2 of 3
(3,581 Views)

THANK YOU.....

That did the trick......working like a charm now.

Michael C. Nedrow
0 Kudos
Message 3 of 3
(3,576 Views)