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