> -----Original Message----- > From: Dan Langille [mailto:[EMAIL PROTECTED] > Sent: 23 June 2003 15:18 > To: Dave Page > Cc: [EMAIL PROTECTED] > 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. ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings