oracle database

G

Guest

I am linking to an ORACLE 9i database and producing reports on the data by
using ODBC linking. On a field, which is defined in the linked table as a
memo field, the data is being cut to the last few characters over about 250
(it varies). Any ideas?
 
P

Pieter Wijnen

Try using the GetChunk method of a Recordset to retrieve & populate the
report's "memo" field instead of including the CLOB/VarChar2 field in the
query for the report

HTH

Pieter
 
P

Pieter Wijnen

Try using the GetChunk method of a Recordset to retrieve & populate the
report's "memo" field instead of including the CLOB/VarChar2 field in the
query for the report

HTH

Pieter

dave.e said:
I am linking to an ORACLE 9i database and producing reports on the data by
using ODBC linking. On a field, which is defined in the linked table as a
memo field, the data is being cut to the last few characters over about
250
(it varies). Any ideas?



--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top