Hi
Somebody have a example using VB with Sql Loader ?
Thank you in advance
Hi
Somebody have a example using VB with Sql Loader ?
Thank you in advance
Have a look here
Beantown Boy
Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
?
It is not a solution![]()
It is the only thing I found and it does have work arounds.Originally Posted by mutley
Beantown Boy
Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
Did you try shelling the SQL*Loader to a command prompt? All the peices can be included in a control file and use that on the call.
Sometimes the Programmer![]()
Sometimes the DBA![]()
Mazz1
By the way....what the heck is SQL Loader?
Beantown Boy
Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
It is a buld data loader for Oracle DB. You must have the SQL*Net software loaded on the computer you want to use it on (unless the DB is on that machine). You also need a TNSNames file entry for the database you want to connect to.
Sometimes the Programmer![]()
Sometimes the DBA![]()
Mazz1