Connecting C++ to MS-Access

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Sep 2006
Posts: 17
Reputation: sugantha is an unknown quantity at this point 
Solved Threads: 0
sugantha's Avatar
sugantha sugantha is offline Offline
Newbie Poster

Connecting C++ to MS-Access

 
0
  #1
Jan 14th, 2007
hello friends,
I am doing a bank management system project where I have to conect a database done in MS Access(.mdb extension) to the C++ code...I ve never learnt much about databases and this is the first time I m using Access...so I d be grateful if anyone could explain me to connect Access and C++ ...in detail
Any help would be appreciated...
Thanks
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,602
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1489
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: Connecting C++ to MS-Access

 
0
  #2
Jan 14th, 2007
In order to use MS Access or any other SQL database you need to learn the SQL language -- or at least have a basic understanding of it. There are several free c++ ODBC classes and here that will simplify connecting to the database, quering and receiving the resultsets. You can also do database inserts and updates.

Most, if not all, the c++ classes contain example programs.
Last edited by Ancient Dragon; Jan 14th, 2007 at 8:44 am.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 1
Reputation: AlekJ is an unknown quantity at this point 
Solved Threads: 0
AlekJ AlekJ is offline Offline
Newbie Poster

Re: Connecting C++ to MS-Access

 
0
  #3
Sep 4th, 2008
Hello,

We recently published a technical article with code samples on MSDN which shows how you can use Visual Studio C/C++ to work with Access 2007 databases, talks about new ACE engine and file formats that Access supports and much more.

Link: http://msdn.microsoft.com/en-us/library/cc811599.aspx

----------------------
Aleksandar Jaksic
Software Engineer
Microsoft Access Team

http://office.microsoft.com/access/
http://blogs.msdn.com/access/

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC