Re,
Thanks for answer.
ODBC driver is 10g version. Dsn is so updated and is ok.
Word mailmerge is automated by app (with vba) but for testing, I only use
Word.
After some last tests, I saw that problem come from CLOB fields. With some
other table without CLOB field, anything is ok.
So, it should be new odbc driver parameter (I didnt show anything).
> Is there a new ODBC driver for 10g? If so, does the DSN you used to connect
> reference the new driver?
[quoted text clipped - 21 lines]
> >
> > (with Office 2003 pro, Oracle 10g odbc client, french)
Peter Jamieson - 27 Feb 2006 09:38 GMT
I don't keep current with Oracle, so can only make a couple of suggestions.
I had a look at their latest ODBC release notes (in
Ora101040\ODBCRelnotesUS.htm in the folder where I unzipped the driver code
for ODBC v. 10.1.0.4.0 ). Although plenty of problems are mentioned in the
release notes, some involving LOBs and CLOBs, I can't see any obvious
relationship to what you're seeing, and I can't find any documentation that
describes connection string parameters later than v8 - the only one that
looks relevant is the LOB parameter and since it is to do with writes I
doubt if that is it, either.
Have you got new columns in your data source? Would it actually make sense
to revert to a previous version of the ODBC driver? Is wirting a view that
does not select the CLOB column, or issuing a query that selects everything
except the CLOB column in an OpenDataSource call an option, and does it
actually work?
Peter Jamieson
> Re,
>
[quoted text clipped - 40 lines]
>> >
>> > (with Office 2003 pro, Oracle 10g odbc client, french)