Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Nowadays I'm able to create and execute some queries in a Oracle Database. To connnect I use the follwing code (username and passwd is gave by user) 'Open DB Connections Set primeSession = CreateObject("ADODB.Connection") Set objADORecordSet = CreateObject("ADODB.Recordset") primeSession.Open "Provider='MSDAORA';" & _ "Data Source='" & database & "';" & _ "User ID='" & username & "';" & _ "Password='" & password & "';" But I was going to retrieve some info from this DB and then connect to a Informix Database. But I could not connect to an informix Database. Have any of you done something similar? But I'd like to ask the user username and passwd before connecting (not using an external odbc source) Thanks for any help, direction or example. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA Query again Informix database | Excel Programming | |||
Database Connection | Excel Programming | |||
How to connect to Informix database using ADO??? | Excel Programming | |||
DataBase Connection | Excel Programming | |||
File from an Informix database to import into Excel | Excel Programming |