TOracleQuery.DescribeFull

Bas

Member
What's the difference between TOracleQuery.Describe and TOracleQuery.DescribeFull?

There is no description for the DescribeFull method in the manual or Help-file.
 
DescribeFull is obsolete. It was only useful on SQL*Net 2 (the Oracle7 client) to obtain parse errors during a describe. It does not apply to Oracle Net 8 or later. In that case Describe and DescribeFull are the same.

------------------
Marco Kalter
Allround Automations
 
Back
Top