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

From: Paul Lisewski <paull(at)techone(dot)com(dot)au>
To: Bryan Brunton <bryan(at)flesherfab(dot)com>, "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgreSQL(dot)org>, "'Byron Nikolaidis'" <byronn(at)insightdist(dot)com>
Subject: RE: [INTERFACES] '\' and varchar data type problem w/ MS Access a nd ODBC driver
Date: 1998-08-12 23:54:59
Message-ID: 303829F7300FD21197220020AFA04D290B5F52@mailbox.techone.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)flesherfab(dot)com]
> Sent: Thursday, 13 August 1998 9:04
> To: 'pgsql-interfaces(at)postgresql(dot)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.
>
>
>
>

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Hiroki Kataoka 1998-08-13 02:16:33 Re: [INTERFACES] '\' and varchar data type problem w/ MS Access and ODBC driver
Previous Message Bryan Brunton 1998-08-12 23:03:43 '\' and varchar data type problem w/ MS Access and ODBC driver