Author |
Message |
Velocity
|
Posted: Sun Jan 29, 2012 10:58 pm Post subject: SQL and C++ |
|
|
How do I get C++ working with SQL.
As in I would like to make a log-in system where one can log-in through a C++ program and then it will go through the net check a SQL data base and if the account is valid, it will let them into the program? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
crossley7
|
Posted: Sun Jan 29, 2012 11:11 pm Post subject: RE:SQL and C++ |
|
|
Try this out. Should give you enough examples. I haven't connected with C++ before, but it should be fairly straightforward (I have connected with a differen offline database type program and it was pretty easy once I got it set up.
http://bit.ly/wWHwEk |
|
|
|
|
|
md
|
Posted: Sun Jan 29, 2012 11:36 pm Post subject: RE:SQL and C++ |
|
|
Different databases will of course have different interfaces and different APIs. I'd suggest checking out sqlite for learning basic database interaction. It's small and fast and has plenty of good tutorials. |
|
|
|
|
|
Velocity
|
Posted: Mon Jan 30, 2012 1:10 am Post subject: RE:SQL and C++ |
|
|
Thank you very much md. |
|
|
|
|
|
|