Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have some problems! - when I open the workbook I make oracle database connection: Public Sub Workbook_Open() Dim conOracle As ADODB.Connection Set conOracle = New ADODB.Connection conOracle.Open "DSN=db1; User ID=user; prompt = complete" End Sub - then in a normal module i run some macro and want to check if connection is active Sub Check_connection() Dim conOracle As ADODB.Connection check_con = conOracle.State |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
link ODBC connection to an Oracle database | Excel Discussion (Misc queries) | |||
Changing Oracle connection from DSN to DSN-Less | Excel Programming | |||
ADO Connection to ORACLE 9.2 through EXCEL fails | Excel Programming | |||
connection to oracle with excel | Excel Programming | |||
returning a spreadsheet from code - ASP, OO4O Oracle Database connection | Excel Programming |