python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SQLException 32104 in OCCI
I am trying to use OCCI to connect my program to an oracle database but I am getting an SQLException 32104 when I try the createEnvironment function.
My code:
#include <OpenXLSX.hpp>
#include &l...
P. Driscoll
Votes: 0
Answers: 1
Oracle oci.dll was not found and sqlException 32104 :)
I have oracle 64bit sqldeveloper and 64bit instantclient_12_2 installld with 2022VS community, the occi.h library seems to be working since there are no errors in code.
NOTE: I do include username and...
ilghar
Votes: 0
Answers: 1