Re: [pgadmin-support] Rename column to number

2002-06-22 Thread Dave Page
> -Original Message- > From: Lrat [mailto:[EMAIL PROTECTED]] > Sent: 21 June 2002 16:51 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Rename column to number > > 2002-06-21 17:27:17 - SQL (ayuntamientos): ALTER TABLE > datoscandidaturas1999 RENAME COLUMN "\1" TO 1 2002-06-21 >

Re: [pgadmin-support] "Multiple-step OLE DB operation generated errors" in pgAdmin II:frmSQLOutput.LoadGrid

2002-06-22 Thread Dave Page
Hi Thomas, If you run the same query but order by sid, can you inspect the last record shown, and the next record to see if there are any odd characters in any of the data? Also, try adding a "WHERE sid != " to the end of the query to exclude the last and then the following record to try to load