c# oracle problem
I am using c#.net with an Oracle database.
I want an example of how a dropdown list will fetch values from database name. I want to know how to make an Oracle connection in c#.
I have searched the net but ha开发者_开发问答ve not got exactly what I require.
plz add comment tag to understand me.
Thank you
I would suggest that you use the Oracle provided ODP.NET. They also have some getting started tutorials that should help get you on your way.
http://www.oracle.com/technology/obe/hol08/dotnet/getstarted-c/getstarted_c_otn.htm
精彩评论