LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Database Connectivity Error: ADO...?

Solved!
Go to solution

I am trying to export data into a local Oracle database using the Database Connectivity toolkit.

(I have created my table TEST in the local Oracle database, I can access it, write to it, read from it, etc. using SQL. I also have .dsn file that works with SQL)

 

I get the following error:

 

Untitled.png

0 Kudos
Message 1 of 4
(3,134 Views)

It sounds like the issue is with your connection path.  I would try to check to make sure that is correct first.

TimC
National Instruments
Applications Engineer
0 Kudos
Message 2 of 4
(3,100 Views)

Check the user and password in the Open connection. It looks like one of those errors.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 4
(3,093 Views)
Solution
Accepted by murchak

I found the problem. Not related to LabVIEW (Duh...).

 

Basically, I have two copies of the .tns names in two different folders. One of the files that I was using to establish a connection

to the database didn't have the correct connection info and the other one did. The one that did was the one that I was using.

 

0 Kudos
Message 4 of 4
(3,078 Views)