BULK INSERT using oracle ODBC driver
-
hello all, is it possible to load data from csv file into an oracle table using an ODBC bulk command ? :confused:
-
hello all, is it possible to load data from csv file into an oracle table using an ODBC bulk command ? :confused:
why don't you use Sqlldr.exe for Bulk insert
Rajesh B --> A Poor Workman Blames His Tools <--
-
why don't you use Sqlldr.exe for Bulk insert
Rajesh B --> A Poor Workman Blames His Tools <--
Because I am coding an application in VB6, I have only an ODBC link to the database
-
Because I am coding an application in VB6, I have only an ODBC link to the database
hatemtaleb wrote:
Because I am coding an application in VB6
I'm not trying to be rude, but why are you coding in a dead and unsupported language.
Never underestimate the power of human stupidity RAH
-
Because I am coding an application in VB6, I have only an ODBC link to the database
You can Use Sqlldr.exe in VB6.., Why are you going to break your head again for bulk insert concept., there is already well tested component is giving by the Oralce.., Use the Shell executions to execute the sqlldr.., No need of ODBC.., Thanks
Rajesh B --> A Poor Workman Blames His Tools <--
-
hatemtaleb wrote:
Because I am coding an application in VB6
I'm not trying to be rude, but why are you coding in a dead and unsupported language.
Never underestimate the power of human stupidity RAH
my Vote (5) Well Said.., But there is Reason behind that to Use the VB6.., Some of sectors(Govt based(most in india)) still using the Windows 98 OS with Low end Configurations :( :( :( . which is not well supported by our .Net Frameworks..,
Rajesh B --> A Poor Workman Blames His Tools <--