Re: Migration wizard cannot connect via ODBC

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Dan Langille" <dan(at)langille(dot)org>
Cc: <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Migration wizard cannot connect via ODBC
Date: 2003-06-23 14:42:02
Message-ID: 03AF4E498C591348A42FC93DEA9661B83AF131@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Dan Langille [mailto:dan(at)langille(dot)org]
> Sent: 23 June 2003 15:18
> To: Dave Page
> Cc: pgadmin-support(at)postgresql(dot)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.

Browse pgadmin-support by date

  From Date Subject
Next Message 佐々木 和明 2003-06-24 07:44:01 Error Message
Previous Message Dan Langille 2003-06-23 14:17:57 Re: Migration wizard cannot connect via ODBC