Discussion:
[Firebird-devel] Malformed string error on Firebird 2.5
YannisP
2009-06-12 15:06:45 UTC
Permalink
Hi all,

I am using / testing Firebird-2.5.0.24118-0 on a win 2003 server and when I
try to compile a trigger that contains green (WIN 1253) characters I get a
"Malformed string" no matter of the client prgram I am using (I have tried
IBExpert & FlameRobin). There is no such problem with FB 2.1, and I do not
have any problem inserting greek characters in the database.

select octet_length(_none 'á') from rdb$database returns 1, and the database
is ODS version 11.2 and created with DEFAULT CHARACTER SET NONE

Please help

TIA

Yannis
--
View this message in context: http://www.nabble.com/Malformed-string-error-on-Firebird-2.5-tp23987278p23987278.html
Sent from the firebird-devel mailing list archive at Nabble.com.
Adriano dos Santos Fernandes
2009-06-12 15:18:02 UTC
Permalink
Use connection charset WIN1253.


Adriano
Post by YannisP
Hi all,
I am using / testing Firebird-2.5.0.24118-0 on a win 2003 server and when I
try to compile a trigger that contains green (WIN 1253) characters I get a
"Malformed string" no matter of the client prgram I am using (I have tried
IBExpert & FlameRobin). There is no such problem with FB 2.1, and I do not
have any problem inserting greek characters in the database.
select octet_length(_none 'á') from rdb$database returns 1, and the database
is ODS version 11.2 and created with DEFAULT CHARACTER SET NONE
Please help
TIA
Yannis
YannisP
2009-06-12 20:51:27 UTC
Permalink
thnx Adriano
Post by Adriano dos Santos Fernandes
Use connection charset WIN1253.
Adriano
Post by YannisP
Hi all,
I am using / testing Firebird-2.5.0.24118-0 on a win 2003 server and when I
try to compile a trigger that contains green (WIN 1253) characters I get a
"Malformed string" no matter of the client prgram I am using (I have tried
IBExpert & FlameRobin). There is no such problem with FB 2.1, and I do not
have any problem inserting greek characters in the database.
select octet_length(_none 'á') from rdb$database returns 1, and the database
is ODS version 11.2 and created with DEFAULT CHARACTER SET NONE
Please help
TIA
Yannis
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel
--
View this message in context: http://www.nabble.com/Malformed-string-error-on-Firebird-2.5-tp23987278p24005887.html
Sent from the firebird-devel mailing list archive at Nabble.com.
YannisP
2009-06-11 19:15:40 UTC
Permalink
Hi all,

I am using / testing Firebird-2.5.0.24118-0 on a win 2003 server and when I
try to compile a trigger that contains green (WIN 1253) characters I get a
"Malformed string" no matter of the client prgram I am using (I have tried
IBExpert & FlameRobin). There is no such problem with FB 2.1, and I do not
have any problem inserting greek characters in the database.

select octet_length(_none 'á') from rdb$database returns 1, and the database
is ODS version 11.2 and created with DEFAULT CHARACTER SET NONE

Please help

TIA

Yannis
--
View this message in context: http://www.nabble.com/Malformed-string-error-on-Firebird-2.5-tp23987278p23987278.html
Sent from the firebird-devel mailing list archive at Nabble.com.
Loading...