Good morning to all,
Up to what version of CPLEX can the following Database access syntax be used ???
Is there a way to use CPLEX version 12.10 keeping the following Database access syntax ???
DBConnection db("oledb","user/password/name_database/HOST\\INSTANCE_NAME");Movies,Weeks,WeekDemand from DBRead(db,"SELECT column from Table");FilmSet to DBUpdate(db,"INSERT INTO result(id_movie,week,demand) VALUES(?,?,?)");
Thank you very much to all------------------------------
MIGUEL FLORES QUISPE
------------------------------
#DecisionOptimization