I am new to VB.Net, I am using VB.Net 2003 and Oracle 10g Express. In coding I enter
Imports System.Data.OracleClient
The system did not support. Why??
What exactly do you mean by "The system did not support". Are you getting an error ? what is the exact error message ?
What version of the .NET framework have you installed ?
You might need to <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4f55d429-17dc-45ea-bfb3-076d1c052524&DisplayLang=en">download the Managed Provider for Oracle</a>
Or you might just need to add a reference to the dll for the System.Data.OracleClient namespace in your project.
Have a look at this page:
<a href="http://www.dotnetjohn.com/articles.aspx?articleid=35">http://www.dotnetjohn.com/articles.aspx?articleid=35</a>
Last Wiki Answer Submitted: March 5, 2009 3:20 pm by carlosdl63,580 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.