Author |
Message |
OpenBot Newbie
Joined: Nov 15 2003 Posts: 6 Offline
|
Posted: Sat Nov 15, 2003 7:21 pm Post subject: MVC++ 7.0 and MYSQL |
 |
|
|
|
Can anyone help or give me the files that I need to connect MVC++ 7.0 to mysql???
thanks!!!  |
|
Back to top |
|
 |
50% Packetloss Server Help Squatter

Age:40 Gender: Joined: Sep 09 2003 Posts: 561 Location: Santa Clarita, California Offline
|
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Sun Nov 16, 2003 9:56 am Post subject: |
 |
|
|
|
look over at http://www.mysql.com/ _________________ Hyperspace Owner
Smong> so long as 99% deaths feel lame it will always be hyperspace to me |
|
Back to top |
|
 |
OpenBot. Guest
Offline
|
Posted: Sun Nov 16, 2003 4:04 pm Post subject: |
 |
|
|
|
I have already looked at www.mysql.com the only thing they support is MVC++ 6.0 |
|
Back to top |
|
 |
Helicon Server Help Squatter
Joined: Dec 03 2002 Posts: 771 Location: GNU Doldrums Offline
|
Posted: Sun Nov 16, 2003 5:01 pm Post subject: |
 |
|
|
|
the c++ compiler hasn't changed much, just the price you payed for microsoft's software _________________ Signatures just seem so quaint. |
|
Back to top |
|
 |
OpenBot Newbie
Joined: Nov 15 2003 Posts: 6 Offline
|
Posted: Sun Nov 16, 2003 5:33 pm Post subject: |
 |
|
|
|
I have already tested mysql++ for mvc++ 6.0, but it doesn't work
can anyone give me an example souce code connecting mysql with c++? |
|
Back to top |
|
 |
OpenBot Newbie
Joined: Nov 15 2003 Posts: 6 Offline
|
Posted: Sun Nov 16, 2003 6:48 pm Post subject: |
 |
|
|
|
does anyone know how to fix this error?
sqltest1.obj : error LNK2019: unresolved external symbol _mysql_init@4 referenced in function _main |
|
Back to top |
|
 |
Dr Brain Flip-flopping like a wind surfer

Age:39 Gender: Joined: Dec 01 2002 Posts: 3502 Location: Hyperspace Offline
|
Posted: Sun Nov 16, 2003 10:01 pm Post subject: |
 |
|
|
|
Add mysql.lib to your included libraries. |
|
Back to top |
|
 |
|