Re: Migration wizard cannot connect via ODBC - Mailing list pgadmin-support

From Dave Page
Subject Re: Migration wizard cannot connect via ODBC
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B83AF131@mail.vale-housing.co.uk
Whole thread Raw
In response to Migration wizard cannot connect via ODBC  ("Dan Langille" <dan@langille.org>)
List pgadmin-support

> -----Original Message-----
> From: Dan Langille [mailto:dan@langille.org]
> Sent: 23 June 2003 15:18
> To: Dave Page
> Cc: pgadmin-support@postgresql.org
> Subject: RE: [pgadmin-support] Migration wizard cannot
> connect via ODBC
>
>
>
> Are you saying that databases which contain control characters cannot
> be migrated to PostgreSQL using this procedure?  Control characters
> are valid in strings.  They are just characters, slightly special,
> but characters nonetheless.

Everything is just a character at the end of the day (even null, after
all they are all just byte values between 0 & 255), unfortunately VB
cannot always handle the unprintable ones. I would suggest trying to
remove such characters from your data, or if you feel inclined modifying
the pgAdmin code to meet your requirements. I'm afraid this isnot
something I think can be easily fixed.

Regards, Dave.



pgadmin-support by date:

Previous
From: "Dan Langille"
Date:
Subject: Re: Migration wizard cannot connect via ODBC
Next
From: "Dave Page"
Date:
Subject: Re: Migration wizard cannot connect via ODBC