2010/4/1 62mkv <62...@mail.ru>:
>  I've made requests on several FreePascal\Lazarus forums, all states
>  that I need either to migrate to migrate to more recent version of
>  FB (most popular advice, which I cannot follow) or "patch" SqlDB
>  components so that they should make on-the-fly AnsiToUTF8 and vice versa 
> conversion

Another solution is not using data-aware controls, read your data
directly from the database though your TDataset object and before
sending the strings to Lazarus convert them using CP1251ToUTF8

-- 
Felipe Monteiro de Carvalho
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to