
Help using certain commands in VB to access Oracle info
You cant, since it is not a SQL statement, only a command in SQL*Plus.
To get catalog info in ADO, you can use objConnection.OpenSchema(....)
which returns recordsets. See the docs.
--
Best regards,
Carlos J. Quintero
Freeware "all-in-one" Add-In for VB6: TabIndex Assistant, Procedure Callers,
Find in All Projects, Close Windows, Review TabIndex, Review Collections,
Add Property or Function, Add Error Handler, Add Header Comment, Clear
Immediate Window, Project Statistics:
www.mztools.com
Quote:
> How can I execute "DESC tablename" in vb using ADO
> Thanks
> SS