i have this script :
Set qdfBestSellers = dbsCurrent.CreateQueryDef("")
With qdfBestSellers
.Connect = "ODBC;DATABASE=W;DSN=AAA"
.SQL = "SELECT START_TIME FROM table1 " & _
"Where START_TIME =#1/17/2007"
Set rstTopSeller = .OpenRecordset()...
I am currently trying to append data into my local access database table from oracle connected database. I have linked those table into my local microsoft access database but when i tried using append query for microsoft access, it seems like it need a few hours just to gather a few lines of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.