From: | "Joel Fradkin" <jfradkin(at)wazagua(dot)com> |
---|---|
To: | <pgsql-sql(at)postgresql(dot)org> |
Subject: | encoding question |
Date: | 2005-06-22 19:36:31 |
Message-ID: | 000001c57761$b195ba40$797ba8c0@jfradkin |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Hi,
I am trying to convert from SQL_ASCII to UNICODE.
I have a program that will read from a table in one database and write to a
table in a different database.
I am hoping this all I need do (One data base is SQL_ASCII and the other is
UNICODE).
I get a byte sequence error writing.
I tried using encoding =UNICODE and did not get the error, but the data
looked different stored in the field, so I am guessing it messed it up.
I am using NpgsqlConnection.
Any one know the proper way to convert using a .net app?
Joel Fradkin
Wazagua, Inc.
2520 Trailmate Dr
Sarasota, Florida 34243
Tel. 941-753-7111 ext 305
jfradkin(at)wazagua(dot)com
www.wazagua.com
Powered by Wazagua
Providing you with the latest Web-based technology & advanced tools.
C 2004. WAZAGUA, Inc. All rights reserved. WAZAGUA, Inc
This email message is for the use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and delete and destroy
all copies of the original message, including attachments.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-06-22 19:46:41 | Re: after delete trigger behavior |
Previous Message | Russell Simpkins | 2005-06-22 19:27:31 | Re: after delete trigger behavior |