05-07-2024 10:27 PM
Please tell me how to connect to the Oracle network from cvi.
For example, I would like to know how to connect when I have an Oracle server address and port number and a user ID and fastword.
in the CVI sql toolkit
The example sample for the "DBConnect()" function does not seem to explain network DB connection.
thank you.
05-08-2024 03:26 AM
One possible option is to setup a system DSN in the ODBC administrator and use it in DBConnect () function. This way you can test the connection before trying to use it in CVI.
Be sure to use the 32-bit version of the ODBC program, as CVI cannot use DSNs created in the 64-bit version.