I had this working in Delphi 2 w/BDE but I'm attempting to migrate the App to Delphi 5 using a combination of BDE and DOA.

I've got one table that has the following structure in Oracle:

TBLINFOMEMO
-------------------------
INFORMATION_ID CHAR(5)
DESCRIPTIONRAW LONG RAW

Whenever I attempt to grab records from this table using the QueryComponent it fetches one record which is okay. The problem is, when I call Next, it says it's reached the EOF and quits. Other than that problem, anyone want to point me in the right direction on how should I go about converting this table using Delphi 5 and DOA? It's also accessing Oracle 7.3. The database can't be upgraded because they plan on going to SQL Server this winter.

Thanks in advance.

Eric Dye