SearchSearch   

Problems with SELECT

 
   Webmaster Forums (Home) -> MySQL RSS
Next:  Desperate mysqldump, getting error error #1016, c..  
Author Message
richard

External


Since: Jul 18, 2007
Posts: 1



(Msg. 1) Posted: Wed Jul 18, 2007 7:11 am
Post subject: Problems with SELECT
Archived from groups: mailing>database>mysql (more info?)

I am having a problem with SELECT. The table has 3 rows. I am using
the C api. Here is my C code.

count = mysql_query(my_db, "SELECT * FROM accounts");
er = mysql_error(my_db);
res = mysql_use_result(my_db);
num_row = mysql_num_rows(res);

count is returned as 0 (no error)
er is NULL (no error)
res is trturned valid
num_row is returned as 0

I have full permissions to the data base and its tables. I can retrieve
data from other tables in the database.

Does any one have an idea as to what is amiss here. I can add to the
table and get the correct error when I try to add or update the table
with duplicate key fields.

Thanks Richard
Back to top
Display posts from previous:   
       Webmaster Forums (Home) -> MySQL
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum