hi all,
i am a beginer in visual basic.net, i have a problem i want to connect my visual basic application with the orcale database 9i, but i cant find a easy way to do it.
so please provide me the support i needed, please tell me the easy way to connect to oracle database..
any help from u will be highly appreciate by me.
thanks in advance.
With regards
John(From DRDO)
Loading
Mohd ImranPosted Feb 25, 2006, 5:21 AM
dim conn as new oledbconnection("Provider=MSDAORA;Data Source= YourDateBaseName;UserId=YourUsername;Password=YourPassword;")
conn.open