Is C++ a good frontend for DB Systems? - TechRepublic
General discussion
August 13, 2002 at 07:43 PM
sekoati

Is C++ a good frontend for DB Systems?

by sekoati . Updated 23 years, 10 months ago

I have always find it easy using C++ in developing games, embedded systems, etc. But when it comes to developing Database systems I find it a little bit difficult because of the following difficulties.
1. I have not found a standard method to establishe a connection to the Daatabase. (i.e.dbconnection as new ADODB.Connection)
2. Its rather a little bit difficult to Use SQL with C++. For example to implement the following:-
(sqlString=”INSERT INTO tblStudents(StudID,Names) VALUES (‘”+Me.StudentId +”‘,'”+me.Names +”‘))

This discussion is locked

All Comments