By the way I don't know how to find a way to let Powerbuilder know when in the database a column has datatype Decimal that it is a decimal and not a char() and the datatype Text is for Powerbuilder a char(-1).
Try this:
ls_type = dw_1.describe(ls_col1 + '.Coltype')
ls_type can be:
'number'
'char'
'decimal'
...
Try to see help for more. HOpe this helps.
By the way i also has a problem connecting to mysql for my first time.
I am using PB 6.5 with Sybase as my BackEnd, I am trying to use and connect to MySQL Server but got an error "[MySQL AB][MyODBC]ERROR : Client does not support authentication protocol requested by server;
consider upgrading MySQL client " during ODBC connection, does someone encounter the same error message? What do you mean by that error. Please enlighten my mind.
I am very much open for any suggestion or ideas, please help!
Thanks,
Raul