Hello,
Please tell me,how to connect a database from C or C++
regards
naigin![]()
This is a discussion on databse connection in C within the C Programming forums, part of the General Programming Boards category; Hello, Please tell me,how to connect a database from C or C++ regards naigin...
Hello,
Please tell me,how to connect a database from C or C++
regards
naigin![]()
It depends on the type of database and what system its running on.
For Oracle
Use Pro C or OCI
For Sybase
Use CT-Library
to use c/c++ as frontend and connect to sybase u need to know the dblibrary funtions and structures for sybase.
u should be careful while giving validations.b'cause improper validation may accept ur data input at the frontend .but it may not be accepted at the backend database.
to connect vb and vc++ u can use odbc.