Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When I do the below I get the message Provider cannot be found? What
am I not seeing here? I am trying to remove the use of the report downloader Evergreen in certain applications. Public Sub Open_AS400() Dim rst As ADODB.Recordset Dim strSQL As String strSQL = "Select * from mylib.myfile" Set rst = New ADODB.Recordset ' xxx = my IP of the server containing the files rst.Open strSQL, "Provider=IBMDA400;Data Source=xxx.xxx.xxx.xxx;" Range("A2").CopyFromRecordset rst End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Toolbar buttons -- AS400 iSeries Transfer | Excel Discussion (Misc queries) | |||
Automatic transfer AS400- Excel | Excel Programming | |||
Excel and AS400 DB2 database | Excel Programming | |||
DDE to Query AS400 DB | Excel Programming | |||
SQL against AS400 | Excel Programming |