Hi, I face the following problem: I use PostgreSQL 7.0.3 on RH6.2. When I make a select through ODBC (VB 6, ODBC v.6.50, MDAC 2.6) that contains many text fields per row (i.e. more than 10) there are no records returned to the recordset I use (I use ADO). When I execute the query through psql all records are displayed correctly. Any ideas? Thank you for your help.