How to use the plug-in from static build oci
-
I will try the static build.
Using the Windows platform and
Was the installation using PowerShell.
Also, try to use the plug-oci.static Mingw32 installed subdirectory does not exist sqldrivers folder.
I would like to know how to use the plug-in from static build oci.http://qt-project.org/doc/qt-4.8/plugins-howto.html
Confirm this, but I do not know.
I need your help. -
Hi,
You should rather follow "this":http://qt-project.org/doc/qt-4.8/sql-driver.html to build the plugin.
However since you are doing a static build, you should make your sql plugin built-in at configuration time.
-
Thank for answer.
long time no see.
your answer is
I need to specify the .ps-file when install using PowerShell?
If so, need to specify which part of it? -
I've modified ps file. And Reinstall
successful the static build.
My computer is running in the exe file.
But the another computer can not connect to Oracle,
because Oracle client is not installed ?
The messages express the error of unable to logon.
Will need to install the Oracle client executable exe file? -
wow~~~ I was successful in running.
The reason I did this is because the dll file.
I've moved to the same directory as exe and dll files in all of the instances client. Succeeded.
Thank you for always helping. -
You're welcome !
Yes, you either have to deploy the client dlls with your application or have them somewhere known in the PATH variable. The first solution is the cleanest, so stay with it.