tags:

views:

44

answers:

1
+1  Q: 

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 have not got exactly what I require.

plz add comment tag to understand me.

Thank you

+3  A: 

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

Chris Taylor
+1 I couldn't have advised otherwise! =)
Will Marcouiller