| Re: How to convert MYSQL_ROW items from string to specified language type? -
06-04-2007, 07:51 AM
Shellon,
Check the documentation to see if CAST can work for you.
-- Bill
"shellon" <EMAIL REMOVED> wrote in message
news:EMAIL REMOVED ups.com...
> Hi all:
> How to convert MYSQL_ROW from string to specified language type?
> I use C Language, so how to convert the string to int, float,.....Is
> there an API support this function? or could you give me some advice to
> write code to implement it?
> Appreciate your help!
> |