Mysql++ Vector/ Row problem

2001-05-28 Thread Tiwonge Nathan Kawonga
Hi all; When I run the example in its original directory, I have no problems. When I wrap the example in my source, the source compiles but fail to link with a certain Library as shown in the output below. What I want is to get out the query results and use them in normal C++ environment. Your hel

Mysql++ Vector/ Row problem

2001-05-28 Thread Tiwonge Nathan Kawonga
Hi all; When I run the example in its original directory, I have no problems. When I wrap the example in my source, the source compiles but fail to link with a certain Library as shown in the output below. What I want is to get out the query results and use them in normal C++ environment. Your hel

Mysql++ Vector/ Row problem

2001-05-28 Thread Tiwonge Nathan Kawonga
Hi all; When I run the example in its original directory, I have no problems. When I wrap the example in my source, the source compiles but fail to link with a certain Library as shown in the output below. What I want is to get out the query results and use them in normal C++ environment. Your hel

Knowing if a table exits

2001-06-22 Thread Tiwonge Nathan Kawonga
How can I query the database to know that a specific table exists in a given database. for example my database is MessageNotification and I want to know if Message_data table exists in this database. I am using Mysql++ to query the database. Thanks in advanced Tiwonge --