Quote Originally Posted by Revolution
Hi ,,
Cud Some one tell me how can i handle database in Visual C++ by means of API Functions..

Thanx in Advance...
From another viewpoint, how you handle databases in Visual C++ depend on the API functions provided by databases such as MySQL, Firebird Server, PostgreSQL, and others.

The API functions, usually C API functions, provided by these databases allow direct access without having to go through ODBC.

There are also C++ libraries that wrap the C API functions. For example, there is MySQL++ for MySQL and IBPP, a C++ client interface for
Firebird Server & InterBase.

Best Regards,
Yeoh
--