connectivity in Borland C

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

Join Date: Dec 2005
Posts: 6
Reputation: rajuwani121 is an unknown quantity at this point 
Solved Threads: 0
rajuwani121 rajuwani121 is offline Offline
Newbie Poster

connectivity in Borland C

 
0
  #1
Dec 27th, 2005
I have a project in Borland C in which i need to Connect with SQL server 2000 plz give me the code for that.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,632
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: 1496
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: connectivity in Borland C

 
0
  #2
Dec 27th, 2005
Assuming you have a 32-bit version of the compiler, google for ODBC and you will get lots of information. ODBC is the most common way to access any database. There are several free c++ classes on MySql web site and www.codeproject.com. You can access ODBC from either C or C++, but I don't know how much information there is for just C.

You also need to study the SQL language -- google for that too.
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 6
Reputation: rajuwani121 is an unknown quantity at this point 
Solved Threads: 0
rajuwani121 rajuwani121 is offline Offline
Newbie Poster

Re: connectivity in Borland C

 
0
  #3
Dec 28th, 2005
Originally Posted by Ancient Dragon
Assuming you have a 32-bit version of the compiler, google for ODBC and you will get lots of information. ODBC is the most common way to access any database. There are several free c++ classes on MySql web site and www.codeproject.com. You can access ODBC from either C or C++, but I don't know how much information there is for just C.

You also need to study the SQL language -- google for that too.
I just need the code for connecting the sql server 2000 using borland c
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 598
Reputation: SpS is on a distinguished road 
Solved Threads: 32
SpS's Avatar
SpS SpS is offline Offline
Posting Pro

Re: connectivity in Borland C

 
0
  #4
Dec 28th, 2005
Originally Posted by rajuwani121
I just need the code for connecting the sql server 2000 using borland c
No one will write code for you...
Here is library for accessing SQL...Link
it contains lot of examples...modify it according to your needs
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