|
-
August 26th, 2005, 08:25 AM
#5
Re: database handling using API in VC++
 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
--
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|