Click to See Complete Forum and Search --> : How can we call SQL Loader & SQL Plus through Visual Basic?


pb23
11-10-2005, 09:27 AM
Currently, I am able to call Sql Loader to insert data into a table & SqlPlus through a MS-DOS batch file. I am using th e following script:

sqlldr user/pass@test_db control=control.txt log=log.log

How can I call them through Visual basic?

Please Help!


PB23