At 14:49 -0800 2/25/05, Mohsen Pahlevanzadeh wrote:
Dears,
I need to get type of my field in C.
I didn't find a func for it job.
Please guide me....
Yours,Mohsen

If you mean you want the data type of a column in a result set generated by a query, the information you want is in the manual:

http://dev.mysql.com/doc/mysql/en/c-api-datatypes.html

Check out the description for the type member of the MYSQL_FIELD
structure.

If you mean something else, you'll need to say what.  If you can
be more specific, that would help.

--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to