Re: mySQL++ store() return value

2001-12-04 Thread Sinisa Milivojevic
Mike Gleason Jr Couturier writes: Hello all ! I'm creating a program that let the user do any query (select, update, insert) on a connection... But I think that when we store() the query, the function returns different values based on the type of query (insert, select..). How can I

mySQL++ store() return value

2001-12-03 Thread Mike Gleason Jr Couturier
Hello all ! I'm creating a program that let the user do any query (select, update, insert) on a connection... But I think that when we store() the query, the function returns different values based on the type of query (insert, select..). How can I retreive the number of row updated (If it is an