Page 1 of 1

Oracle Loader is giving an error on open

Posted: Thu 09 Jun 2005 17:07
by Giles_Collingwood
Hi,

even in a test project, I get an error when calling .open. "specified cast is not valid" this occurs even if I have no columns defined!!!

I have looked at the sample and there doesn't seem to be anything different

Please advise

Thanks

Giles

Direct Mode

Posted: Thu 09 Jun 2005 17:32
by Giles_Collingwood
This only seems to happen in direct mode

Posted: Wed 15 Jun 2005 15:39
by Oleg
You cannot check if there is open DataReader for the table that you would like to use OracleLoader.
Use DML array data binding to avoid these problems.