| View previous topic :: View next topic |
| Author |
Message |
Sunil Pilani Guest
|
Posted: Tue Jul 05, 2005 11:38 am Post subject: mysql and c++ |
|
|
hi
i am starting out to program with c++ and want to know
"how tos" about database connectivity!
i have mysql installed on my system.
Can somebody tell me, what libraries should i use, which ones
are used often, etc.
thanks in advance!
Greetings
Sunil
|
|
| Back to top |
|
 |
Victor Bazarov Guest
|
Posted: Tue Jul 05, 2005 1:26 pm Post subject: Re: mysql and c++ |
|
|
Sunil Pilani wrote:
| Quote: | i am starting out to program with c++ and want to know
"how tos" about database connectivity!
[...]
|
Then post to a database newsgroup. C++ _language_ has no means
to "connect" to any "database".
V
|
|
| Back to top |
|
 |
ChingYiChan.tw@gmail.com Guest
|
Posted: Tue Jul 05, 2005 5:30 pm Post subject: Re: mysql and c++ |
|
|
I have a c example to connect mysql.
do you need?
Sunil Pilani 寫道:
| Quote: | hi
i am starting out to program with c++ and want to know
"how tos" about database connectivity!
i have mysql installed on my system.
Can somebody tell me, what libraries should i use, which ones
are used often, etc.
thanks in advance!
Greetings
Sunil
|
|
|
| Back to top |
|
 |
Lionel B Guest
|
Posted: Wed Jul 06, 2005 7:56 am Post subject: Re: mysql and c++ |
|
|
[top-post rearranged]
[email]ChingYiChan.tw (AT) gmail (DOT) com[/email] wrote:
| Quote: |
Sunil Pilani 寫道:
hi
i am starting out to program with c++ and want to know
"how tos" about database connectivity!
i have mysql installed on my system.
Can somebody tell me, what libraries should i use, which ones
are used often, etc.
thanks in advance!
Greetings
Sunil
I have a c example to connect mysql.
do you need?
|
If it is C++ (not C) and it demonstrates a C++ *language* problem
you'd like help with, then maybe yes. Otherwise, no it is OT here.
--
Lionel B
|
|
| Back to top |
|
 |
Johan Norn Guest
|
Posted: Wed Jul 13, 2005 9:05 pm Post subject: Re: mysql and c++ |
|
|
Try this
http://www.synnottsoftware.com/tutorials/mysql.html
Greets
Johan
"Sunil Pilani" <spilani (AT) gmx (DOT) net> skrev i meddelandet
news:42ca711a$0$11352$3b214f66 (AT) tunews (DOT) univie.ac.at...
| Quote: | hi
i am starting out to program with c++ and want to know
"how tos" about database connectivity!
i have mysql installed on my system.
Can somebody tell me, what libraries should i use, which ones
are used often, etc.
thanks in advance!
Greetings
Sunil
|
|
|
| Back to top |
|
 |
Tamer Higazi Guest
|
Posted: Sun Sep 04, 2005 10:26 pm Post subject: Re: mysql and c++ |
|
|
I don't know what is your problem!
At mysql.org is a mysql c++ library available for to compiler and to
download on Linux systems.
http://tangentsoft.net/mysql++/
Tamer
Lionel B wrote:
| Quote: | [top-post rearranged]
[email]ChingYiChan.tw (AT) gmail (DOT) com[/email] wrote:
Sunil Pilani 寫道:
hi
i am starting out to program with c++ and want to know
"how tos" about database connectivity!
i have mysql installed on my system.
Can somebody tell me, what libraries should i use, which ones
are used often, etc.
thanks in advance!
Greetings
Sunil
I have a c example to connect mysql.
do you need?
If it is C++ (not C) and it demonstrates a C++ *language* problem
you'd like help with, then maybe yes. Otherwise, no it is OT here.
|
|
|
| Back to top |
|
 |
|