Microsoft
Software
Hardware
Network
Question : How to change the encoding of the postgre in the client side using pg_set_client_encoding?
Hello,
I'm trying to import an Excel file using EMS SQL Manager for Postgre, but the error "09/07/2010 11:14 - Line 12: ERROR: invalid byte sequence for encoding "UTF8": 0xba" it's appearing. Searching in the posts, I've founded that we can use the command pg_set_client_encoding. So, I tried to execute it in this way: "pg_set_client_encoding('U
NICODE')" (removing the quotes too) but a syntax error appear.
Some idea?
Thanks.
Answer : How to change the encoding of the postgre in the client side using pg_set_client_encoding?
try
select pg_set_client_encoding('UN
ICODE');
Random Solutions
Key combination split desktop into 4
Raid 1 Hard drive failed PowerEdge 1850
How to avoid zero(s) in front of number(s) disappears in array
Do I need to Install ACT on every server before installing Act Network sync?
Migration of SQL Server 2008 database to oracle
How To Check Packets for Urls
Smarthost for Windows Exchange in Microsoft SBS 2008
microsoft exchange server 2010
Blackberry browser 400 error - socketexception Connection reset
Can I use the SendKeys command in Excel VBA to interact with other applications other that Microsoft Office?