Originally posted by: SystemAdmin
I would say that highly depends on the data base and the data base connector you use (both are completely unrelated to CPLEX).
You can extract the solution values from the Cplex instance using the GetValue() or GetValues() member functions. The returned values are doubles and can be inserted into a database like any other double precision number.
#CPLEXOptimizers#DecisionOptimization