OracleDataAdapter Help
From: Jairo Nieto (jairo_at_axesnet.com)
Date: 09/15/04
- Next message: Clint: "Re: Best Practices - Connecting to Oracle from a fat client"
- Previous message: Frans Bouma [C# MVP]: "Re: Problem with binding Oracle-BLOB to SQL-Parameters"
- Next in thread: Rami Saad: "RE: OracleDataAdapter Help"
- Reply: Rami Saad: "RE: OracleDataAdapter Help"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 15 Sep 2004 10:44:23 -0500
Hi, I had developed 2 solutions with Oracle 9i as my database, using
OracleDataAdapter to connect and invoke stored procedures (packages). It
worked fine, until i had to create a console application that queried the
database. I started getting object reference not set to an instance of an
object, until I gave both the OracleDataAdapter.dll and the .exe console app
full trust in the framework configuration. The console app works fine now,
but my 2 previous solutions now throw Object reference not set to an
instance of an Object, in every page I used a DataAdapter or a
DataReader.The exception is thrown on the Fill method of the DataAdapter.
What could have happened???
Thanks a ton,
Jairo Nieto
MCAD
- Next message: Clint: "Re: Best Practices - Connecting to Oracle from a fat client"
- Previous message: Frans Bouma [C# MVP]: "Re: Problem with binding Oracle-BLOB to SQL-Parameters"
- Next in thread: Rami Saad: "RE: OracleDataAdapter Help"
- Reply: Rami Saad: "RE: OracleDataAdapter Help"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|