I will to try new snapshot version, however, whether there are other ways?

According to PostgreSQL users told me that in the P client set transcoding,
for example:SET CLIENT_ENCODING TO 'GBK' .
The GBK is better able to show that the Chinese encoding, but, which
position this SQL statement to add in ? I tried to add SQL attributes in
TSQLQuery components,  such as:

set client_encoding to 'gbk'
Select * from xiang

However, Lazarus report errors:
------------------------------
error:
         Operation cannot be performed on an active dataset
OK
------------------------------

If I make the database active attribute to false, then it can no longer be a
True.


--
2008/5/29 Mattias Gaertner <[EMAIL PROTECTED]>:

> I would say UTF-8, but I didn't tried chinese. Did you try the current
> lazarus from svn or daily snapshot?
>
> http://wiki.lazarus.freepascal.org/LCL_Unicode_Support
> Mattias
>

-- 
我的'开源办公室':
http://pengtu.net/ooo
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to