Board index » delphi » varchar>255 and collate DE_DE
Stefan Westner
![]() Delphi Developer |
Tue, 20 Apr 2004 00:30:59 GMT
varchar>255 and collate DE_DE
Hello,
I use Delphi 5 c/s and Delphi 6 enterprise and Interbase 6.0.1 on I have a db with two tables (created in SQL dialect 1 and Character create table test ( create table test1 ( In both tables there is a record with ID=1 and feld1 and feld2 are If I d the select on table test all works fine. If I do the select on After that error I have to stop the interbase-service and start it This seems to be a serious bug. Could anyone reproduce it and have a Thanks Stefan Westner My delphi-code looks like (D1 is my TDatabase and S1 my TQuery): procedure TForm1.Button1Click(Sender: TObject); '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 '12345678901234567890123456789012345678901234567890123456789012345678901234 procedure TForm1.Button2Click(Sender: TObject); |