ADO and oralce nested tables
Hi all.
Has someone managed to use ADO and nested tables in oracle? we are
using oralce ADO driver, delphi 7 Oracle 9i.
If I do "select * from my_table" and one of the columns of my_table is
a nested table, i get the old error "ROW0004 invalid data type". I did
a test with BDE (i know... sorry but after all it was only a test)...
and it does recognize the column and declares it as TDataSetField, it
there a flag on the driver that allows ADO to recognize this feature?
MrEd
.
Relevant Pages
- Re: ADO.NET and ODBC { CALL ..... } Syntax
... > Coonecting to Oracle 8i DB running on Unix ... > OleDB connection with provider as MSDAORA. ... > the same way as it works in ADO arena. ... (microsoft.public.dotnet.framework.adonet) - Re: ADO.NET and ODBC { CALL ..... } Syntax
... > Coonecting to Oracle 8i DB running on Unix ... > OleDB connection with provider as MSDAORA. ... > the same way as it works in ADO arena. ... You should really only do this at design-time, or with a command you will ... (microsoft.public.dotnet.framework.adonet) - Re: Table open times and rowsize discontinuity
... some manner related to ADO or the tool you are using. ... Puget Sound Oracle Users Groupwww.psoug.org- Hide quoted text - ... For the array fetching, the only parameter I can find in the ADO ... exceeding the SDU and the MTU. ... (comp.databases.oracle.misc) - Re: Delphi 5 <> ADO
... but now i've to support Oracle 9i. ... ADO-Connection works, but if i try to connect, my Delphi want ... but Oracle give me only float. ... Is this an error into ADO, ... (borland.public.delphi.database.ado) - Oracle 9i <> ADO
... i use ADO 2.8 in my Delphi application to connect to SQL-Server 2000. ... but now i've to support Oracle 9i. ... The ADO-Connection (.UDL) ... Is this an error into ADO, ... (microsoft.public.data.ado) |
|