Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
All,
I have been able to correct to my database but I have one question question: Within objSession I want to list all available tables and all available views. How exactly is this done? thank you. Set objSession = CreateObject("OracleInProcServer.XOraSession") Set objDatabase = objSession.OpenDatabase("", "User/Pass", 0) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Nov 16, 12:05*pm, jason wrote:
All, I have been able to correct to my database but I have one question question: Within objSession I want to list all available tables and all available views. How exactly is this done? thank you. Set objSession = CreateObject("OracleInProcServer.XOraSession") Set objDatabase = objSession.OpenDatabase("", "User/Pass", 0) figured it out quick and dirty: Sql = "SELECT table_name FROM user_tables" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Interfacing Excel to a Web Browser? | Excel Programming | |||
Excel-Outlook interfacing | Excel Programming | |||
Connect to Oracle using Microsoft ODBC for Oracle | Excel Programming | |||
Interfacing with Oracle 8i | Excel Programming | |||
Interfacing with web site | Excel Programming |