Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mysql

Status
Not open for further replies.

jimbojames5645

Programmer
Joined
Dec 12, 2003
Messages
36
Location
US
How difficult is it to utilize mysql with c++ in linux? I have been using php for command line scripts, but I need to increase the process speed. I process millions of records at a time, and speed is vital as it take many many hours to process them as of now. Any recommendations would be helpful. Thanx
 
there are two interfaces to use from C++. They are sql++ and MyODBC. More information you could find at mysql.com

Ion Filipski
1c.bmp
 
If speed is really important, you should use the native C libraries.

//Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top