YES! Changing the column's type to VARCHAR(1) works.

Now can someone tell me why? Doesn't my experience still indicate that there
is some sort of bug with columns of type CHAR(1)?

By the way, I renamed the column back to TYPE and it doesn't seem to cause
any problems.

- Dan.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: June 5, 2007 3:24 PM

Hi,
Can you declare it as a VARCHAR(1)? Or try "select cast(recipt_type as 
varchar(1)) from ...."
Regards.,
...michal



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to