Oracle Loader is giving an error on open

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Giles_Collingwood
Posts: 15
Joined: Mon 28 Feb 2005 13:58
Location: London, UK

Oracle Loader is giving an error on open

Post by Giles_Collingwood » Thu 09 Jun 2005 17:07

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

Giles_Collingwood
Posts: 15
Joined: Mon 28 Feb 2005 13:58
Location: London, UK

Direct Mode

Post by Giles_Collingwood » Thu 09 Jun 2005 17:32

This only seems to happen in direct mode

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Post by Oleg » Wed 15 Jun 2005 15:39

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.

Post Reply