Hi,
I'm looking at my options for changing the c++ library that I use to acees my mySql databases, I'm currently using the Rude library which is very good but I'm coming up against some limitations with it.
The main thing that I want to be able to do but cant is to determine the column types and names from a dynamic query, effectively allowing the user to write the query and my program to format the results
I know this can be done with MySql++ does the same go for MySQL Connector?
Is MySQL Connector generally the direction to go in rather than MySql++ ?
I'm looking at my options for changing the c++ library that I use to acees my mySql databases, I'm currently using the Rude library which is very good but I'm coming up against some limitations with it.
The main thing that I want to be able to do but cant is to determine the column types and names from a dynamic query, effectively allowing the user to write the query and my program to format the results
I know this can be done with MySql++ does the same go for MySQL Connector?
Is MySQL Connector generally the direction to go in rather than MySql++ ?