문제

I'd like to be able to import data into Oracle by using SQLLoader (it's MUCH faster than using any other import option) from MS Access VBA.

Is there a way of doing that?

도움이 되었습니까?

해결책

this is not my solution, someone i work with solved this.

create a batch file (.bat) with the following command line

sqlldr username/password@oracleserver control=yourcontrolfile.CTL

and then run that from VBA

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top