Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello
I have to create project in c++; therefore i need to connect database with oracle or ms access database.
please suggests step to connect any database through Borland c++ compiler.
Posted
Updated 27-Jun-22 2:02am
Comments
Homero Rivera 21-Mar-14 0:43am    
You mean you want to browse the database in Borland?
Or do you simple want to create a connection in C++ in your program?
The_Inventor 22-Mar-14 23:34pm    
Create a database variable in your code.

1 solution

Use SQLAPI++ which is a C++ library allowing you to connect your C++ application to a database file. I'm not quit sure whether it's the thing you are asking for. It supports Embarcadero C++ compiler which is the latest version of Borland C++. If it does not support old Borland C++, try using any other compiler such as GCC or Visual C++ compiler.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900