View Single Post
  #1 (permalink)  
Old January 10th, 2007, 02:34 PM
p2pMember p2pMember is offline
Authorized User
 
Join Date: Aug 2005
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Default C++ and database

I need to develope a c++ application to work like a database.
say , executing DDLs DMLs
and displaying the records saved in database.
no use of back end. I've to do all this in c++.
I am thinking of using pointers, unions,txt files etc.
if anybody has some feasible solution to this then pls do covey

thanks
Reply With Quote