INSERT INTO MYTABLE VALUES(1, Cast(34 as CHAR))
which it doesn't like - it seems to be trying to convert 34 into the string '34' which is 2 characters instead of #34.
Am I trying to do the impossible? The Character Set for the relevant field is 'WIN1251' does that make a difference?
Cheers, Phil.
_______________________________________________ Delphi mailing list [email protected] http://ns3.123.co.nz/mailman/listinfo/delphi
