Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In general, the question is from the series "how to transfer from a car to a scooter", but ...
An ODBC driver is needed. Put it on the win where access. The access help describes how to connect to ms sql and oracle. Connect.
Dim wrkODBC As Workspace
Dim Dbs As Database
Dim Rs As Recordset
Set wrkODBC = CreateWorkspace('', 'Login', '', dbUseODBC)
Set Dbs = wrkODBC.OpenConnection('', , , 'ODBC;UID=Login;PWD=PasswordSN=OracleDSN')
strSQL = 'SELECT .... '
Set Rs = Dbs.OpenRecordset(strSQL, dbOpenDynaset)
Does the table have more than 1000 fields? If not, then it will take less than 15 minutes by hand.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question