Subject RE: [firebird-support] Re: Non - printable characters in Stored Procedures
Author Alan McDonald
If you are working with database default character set NONE
(which I as one consider a cardinal sin), automatic charset
conversion won't kick in, so you must add an "as ... charset ASCII".

Regards,
Peter Jacobi


Perhaps - but why?
Alan