Home | Previous Page | Next Page   Working with Rows and Collections > Transferring Row and Collection Data >

Buffers and Memory Allocation

When you retrieve data into a buffer that already contains a row or collection, IBM Informix ODBC Driver does not reuse the same buffer. Instead, IBM Informix ODBC Driver performs the following steps:

  1. Creates a new row or collection buffer.
  2. Associates the new buffer with the given buffer handle.
  3. Deallocates the original buffer.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]