linkin C++ with Database

houssam_ballout

New Member
hello all,
for the project that I am doing, I want to create a 3-tier architecture
The GUI , the DAtabase, and the business processing (which is the middle-tier).
anyway, I want to know how to link the database, lets say that it is MS Access with C++?
thanks
 
thats really REALLY vague, i copuld be able to help as im doing the same project, or something extremely like it. AS Level Computing, yeh??

Explain, what are you actually trying to do, what do you want in the GUI to be echoed from the databse.....? And just thinking now, wouldnt it be a whole lot easier to use VB with an MS Access DB.....??

dragon2039
 
well it is the final project as this is my final year in the university
and I think that I have to use C++, since I need to create databse, GUI, and the most important thing that I have to create is the middle tier, in a manner, that a GUI will call a function (which is to be implemented in a C++), and then that function will communicate with the Database, this is the best way to do it.
First, I was thinking to implement it in VB, then I realize that I need to use < VB< C++. and a database, which is somehow big for me, as I am doing the project alone.
well, the GUI could require from the DAtabase the following:
add , insert, update,
example: register a student, update his information (using update method)......
query to call for such a criteria, .
and some reports,...
so what do u think?
 
Back
Top