Question about oracle db connection with .NET

Posted by john on Stack Overflow See other posts from Stack Overflow or by john
Published on 2010-06-10T17:44:00Z Indexed on 2010/06/10 18:52 UTC
Read the original article Hit count: 260

Filed under:
|
|
|
|

I'm trying to connect to an oracle database with .net but i get the error:

ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified 

however, when I enter add a new database connection through tools>connect to database. it works fine. even after copying the connection string which is:

Data Source=source here;Persist Security Info=True;User ID=userhere;Password=pass;Unicode=True

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET