| | |
database connectivity in c++
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
•
•
Originally Posted by animesh
I need to know about odbc connectivity , can c++ use all kinds of data base connectiviteis .
•
•
Join Date: Jul 2004
Posts: 7
Reputation:
Solved Threads: 0
•
•
•
•
Originally Posted by bdiamond
As far as I know, C++ can use all kinds of db connectivity. I prefer to use ADO myself. ADO (ActiveX Data Objects) allow you to connect to just about any data source, but with an easier interface than using ODBC. The specific technologies you spoke aboujt earlier were only pieces of the puzzle that didn't seem like you knew how they fitted together. Usually, if you're using a technology like Oracle, SQL Server, or MySQL, that is just your back-end that holds the actual database. SQL is the set of commands and syntax used through ODBC to perform the operations on the data at that back end. ADO, DAO, and OLE DB are higher level interfaces for working with ODBC.
•
•
Join Date: Mar 2007
Posts: 11
Reputation:
Solved Threads: 0
I too need to use either sqlserver or Mysql with c++.I have done my project with files but I have no idea at all about how to connect with these databases.And I dont have much experience of using ODBC or ADO.Just used ODBC once long time back with VB which was indeed very easy.I am just asking for some suggestions where to start afresh.Found a couple of links by googling but not of much use.Thanks in advance.
![]() |
Similar Threads
- Database Connectivity in C (C)
- Database connectivity for sql server express edition 2005 (ASP.NET)
- Database Connectivity (Visual Basic 4 / 5 / 6)
- database connectivity (C#)
- Need Help -- Database connectivity in C (C)
- facing problem in database connectivity in jsp to mysql (JSP)
Other Threads in the C++ Forum
- Previous Thread: ATL, CLR and MFC????
- Next Thread: File Handling using C++
| Thread Tools | Search this Thread |
api array based binary c++ c/c++ calculator char char* class classes code coding compile console conversion count database delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news number numbertoword output parameter pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings struct temperature template templates test text text-file tree unix url variable vector video visualstudio win32 windows winsock wordfrequency wxwidgets





