Menu

#7 Unicode QueryW not functioning in 0.751

open
None
7
2006-08-15
2006-06-21
Westikka
No

It seems that Unicode handling has been changed some how.

I have a code:

DB1 := TLiteDB.create(nil,db);
rs:=TResultSet.create(db1);
rs.queryW('select kommentti from KOMMENTIT where
DATANRO='+datanro);
memo1.lines.text:=db1.Results[0].Wide[0];

This functioned in earlier version 0.74 or even
earlier than that. Now it only returns empty result set.

I can see, that there is some changes in QueryW function.
May be those are the reason?

Discussion

  • René Tegel

    René Tegel - 2006-08-15
    • assigned_to: nobody --> artee
     
  • René Tegel

    René Tegel - 2006-08-15
    • priority: 5 --> 7
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.