Hi Everyone
A quick question: How to write MYSQL command in C-Language
MYSQL Statement to select particular row from a table is:
[CODE=sql]SELECT User FROM absprfg[/CODE]
where User is the heading of the row
absprfg is the table name
I want a code for the above mentioned ´statement in C/C++ by using mysql_select_db or mysql_query or mysql_use_resul t
and If I run this program I should get the output in .CSV format.
Rply me as soon as possible
Thanks in advance
Dhanekula. Siva
A quick question: How to write MYSQL command in C-Language
MYSQL Statement to select particular row from a table is:
[CODE=sql]SELECT User FROM absprfg[/CODE]
where User is the heading of the row
absprfg is the table name
I want a code for the above mentioned ´statement in C/C++ by using mysql_select_db or mysql_query or mysql_use_resul t
and If I run this program I should get the output in .CSV format.
Rply me as soon as possible
Thanks in advance
Dhanekula. Siva
Comment