04-10-2013 09:11 PM - edited 04-10-2013 09:12 PM
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:
Solved! Go to Solution.
04-12-2013 01:45 AM
It sounds like the issue is with your connection path. I would try to check to make sure that is correct first.
04-12-2013 02:34 AM
Check the user and password in the Open connection. It looks like one of those errors.
/Y
04-12-2013 05:28 PM
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.