Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
i am trying to connect to an oracle database do a query and return the results to a worksheet i know that i can record a macro and do it that way but i am tring to do it myself here is what i have so far Dim sConn As String Dim sSql As String sConn = "ODBC;DSN=DAN;uid=ear;pwd=ear;" Set rsb = sConn.OpenRecordset(sSql) sSql = "SELECT * " sSql = sSql & "FROM ear_form_s" havent got a clue where to go form here hope someone can help andy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
always recheck data connection library for latest connection strin | Excel Discussion (Misc queries) | |||
Excel VBA against Oracle | Excel Discussion (Misc queries) | |||
link ODBC connection to an Oracle database | Excel Discussion (Misc queries) | |||
XL - Oracle connection Error | Excel Discussion (Misc queries) | |||
returning a spreadsheet from code - ASP, OO4O Oracle Database connection | Excel Programming |