Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C API

Status
Not open for further replies.

dannis

Programmer
Jan 18, 2001
1
RU
Why some C API functions such as "mysql_query", "mysql_select_db" and some others
are return ZERO in case of failure but not on the contrary as written in documentations ?
MySQL 3-23-29.
 
What do you mean failure? For example you can run succesfull a query what doesn't return data. Failure means you can't run the query. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top