Subj : retreiving records from a MS SQL table To : borland.public.cpp.borlandcpp From : Michelle McCall Date : Thu Jul 22 2004 01:52 pm Hi, We are using ODBC & MS SQL to create a database table. I'm trying to write the database table contents to a text file. I'm using the Find() and Next() methods to traverse the the table's records and the property RecordSize to allocate a buffer. When I use the method GetCurrentRecord(buffer) only the first field is returned, not the entire record. I've checked to make sure that the buffer is the correct size. What am I doing wrong ?? MM .