Sunday, May 18, 2008

How do I connect to an Oracle 10G XE database from Visual Studio 2008?

The following code should help you in opening a connection to Oracle from VS2008. You need to know the connection string. For USERID and PASSWORD you should use what is appropriate for your database.





With OracleConnection you can do lot more than just making a conneciton.


No comments: