Development with Lazarus svn and Zeoslib svn.
Oracle Database runs on Windows Server and i want to connect from a linux Debian Client:
The only functional effort was:
Download and install Oracle Client.
Setup ZConnection.LibraryPath
Startup my Application from within a shell-script:
Code: Select all
export LD_LIBRARY_PATH=/usr/lib/oracle.../libcint.so
./my_application
That was ok, i could execute some SQL-statement
But i'm shure that could be achieved much easier?!!
In Lazarus we have a SqlConnection that connects without any oracle Client installed.
On Windows XP i just have to define ZConnection.Database := server:port/ServiceName
Just curious what i'm missing on my Linux -> Windows Orcale connection.
Tipps are welcome :-)
btw.:
Lazarus SQLConnection doesn't handle German Umlauts as ä ü ö so i can't use it :-(
Thank you for ZeosLib !!!