RE: [INTERFACES] '\' and varchar data type problem w/ MS Access a nd ODBC driver - Mailing list pgsql-interfaces

From Paul Lisewski
Subject RE: [INTERFACES] '\' and varchar data type problem w/ MS Access a nd ODBC driver
Date
Msg-id 303829F7300FD21197220020AFA04D290B5F52@mailbox.techone.com.au
Whole thread Raw
List pgsql-interfaces
I have also found this to be true. I initially thought it was a problem
in the ODBC driver, but after investigating a little further, found that
it actually was the backend. You can test this via psql.
The existance of even a single '\' character will cause the data to be
corrupted. It seems to take the next character and converts it to binary
data of some sort. I have not found a workaround for this eg. '\\' does
not convert to a single '\'

Regards,

Paul Lisewski


> -----Original Message-----
> From:    Bryan Brunton [SMTP:bryan@flesherfab.com]
> Sent:    Thursday, 13 August 1998 9:04
> To:    'pgsql-interfaces@postgresql.org'; 'Byron Nikolaidis'
> Subject:    [INTERFACES] '\' and varchar data type problem w/ MS
> Access and ODBC driver
>
>
> The backslash character '\' seems to cause problems when using the
> varchar
> data type.  MS Access will refuse to update a varchar field if 3
> backslashes
> have been inserted.
>
>
>
>

pgsql-interfaces by date:

Previous
From: Bryan Brunton
Date:
Subject: '\' and varchar data type problem w/ MS Access and ODBC driver
Next
From: kataoka@interwiz.koganei.tokyo.jp (Hiroki Kataoka)
Date:
Subject: Re: [INTERFACES] '\' and varchar data type problem w/ MS Access and ODBC driver