Groups | Blog | Home
all groups > sql server (microsoft) > may 2007 >

sql server (microsoft) : BULK INSERT ASCII value


Mark Minnie
5/29/2007 7:48:24 AM
Newbie needing help. I am using BULK INSERT to get records into a
table. In the flat file, I have many ascii 163 characters. The
sterling pound symbol =A3. After the insert, I read the value back
using ADO and I get ascii 250 for this character instead. Where
should I look to make sure this gets inserted as 163?
Mark Minnie
5/29/2007 8:22:32 AM
[quoted text, click to view]

RTFM......codepage =3D 'RAW'.
AddThis Social Bookmark Button