Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear All,
I am trying to access/connect oracle database to insert and select data from tables. I don't know what to use like ADO? ADOX? ADODB? or others? I was trying to connect using the following code: Dim db As ADODB.Connection Set db = New ADODB.Connection db.ConnectionString = "Data Source='cis2';" & _ "User ID='cis2view';Password='viewcis2@hkdb';" db.Open db.ConnectionTimeout = 30 db.Close Set db = Nothing From Data Source which mean I need to setup a Name from ODBC call Cis2 right? Does anyone have any idea what is the code look like and how to write it? Thanks for your helf David |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Access and Oracle | Excel Discussion (Misc queries) | |||
excel - access query - date range | Excel Discussion (Misc queries) | |||
Connect to Oracle using Microsoft ODBC for Oracle | Excel Programming | |||
Date format - ADO query Access to Excel | Excel Programming | |||
Oracle Date format | Excel Programming |