Re: MySQL++ header files

2004-11-03 Thread Spenser
For the archives: Well, I may be onto my own solution to why I can't find sqlplus.hh. As of version 1.7.11, sqlplus.hh is now called mysql++.hh. This was announced on August 17, 2004. Of course, I'm still having problems getting that header file to work, but at least I have a fighting chance.

Re: MySQL++ header files

2004-11-03 Thread Warren Young
Spenser wrote: I'm trying to use the C++ API (a.k.a. MySQL++). There's a mailing list dedicated to MySQL++. If you were subscribed, you would have seen the messages announcing the changes that are causing you problems. The on-line manual ...is badly outdated. when I downloaded the latest

MySQL++ header files

2004-11-02 Thread Spenser
I'm trying to use the C++ API (a.k.a. MySQL++). The on-line manual and some of the books that I have say to include the file sqlplus.hh for connecting to MySQL. However, when I downloaded the latest version of MySQL++ (1.7.19-1 for RedHat 9) from mysql.com, it didn't seem to include sqlplus.hh

msql client , C++ , compiler ,mysql header files , and mysql client library

2001-10-01 Thread Lou DAmbrosio
Hi list members: What is required to be installed on webserver (redhat linux i686) as far as msql client , C++ , compiler ,mysql header files , and mysql client library . Any help would be greatly appreciated. THANKS LOUIE

Re: msql client , C++ , compiler ,mysql header files , and mysql client library

2001-10-01 Thread Kirk Strauser
At 2001-10-01T17:31:46Z, Lou DAmbrosio [EMAIL PROTECTED] writes: What is required to be installed on webserver (redhat linux i686) as far as msql client , C++ , compiler ,mysql header files , and mysql client library To do what? -- Kirk Strauser Internet Software Engineer NMotion, Inc

Re: msql client , C++ , compiler ,mysql header files , and mysql client library

2001-10-01 Thread Luke Chiam
What is required to be installed on webserver (redhat linux i686) as far as msql client , C++ , compiler ,mysql header files , and mysql client library If you are talking about development in C with MySQL, you will need MySQL-client, MySQL-devel, MySQL-shared. As for C++ I think