Originally posted by: SystemAdmin
[aldreas said:]
Hi all,
I'm using Ilog OPL Development Studio IDE 6.0.
I have 2 files in my project: "myprogram.mod" and "myprogram.dat"
I have an Oracle database and I use the following line for connection: DBConnection db("oracle9","myuser/mypass@seedname");
It works all fine with my oracle database in the same computer and listening the default port (1521), but now I need to connect to a database in another server.
Is there any way for setting ip and port in the DBConnection command??
Thanks in advance
David
#DecisionOptimization#OPLusingCPOptimizer