Originally posted by: SystemAdmin
[vblanchard said:]
In the documentation, it says "OLE DB is used to connect to SQL Server 2005 database." ("Working Environment > Working environment > Supported databases"), so your DBConnection statement would be like:
DBConnection db("oledb", "user/password/database/server").
You may have a look at the documentation "Language Reference Manual > OPL, the modeling language > Data sources > Database initialization > Supported databases" that lists the various connection string for each database.
#DecisionOptimization#MathematicalProgramming-General