![]() |
how to connect the database using c++
Hi Everyone,
I want to connect the database using c++ or c language. how to connect .Can you explain ............................ |
Re: how to connect the database using c++
That would all depend on the database and the platform. If you're connecting to an ODBC compatible database, you need of course ODBC drivers on each workstation and program against the ODBC API. If you are going to use a native interface to your database, you need custom libraries from your database vendor, possibly specific for your compiler as well.
|
| All times are GMT +5.5. The time now is 04:04. |