Visual Studio Development Bookmark and Share   
 index > Visual C# Express Edition > how to bind oracle datasbase to datagridview in visual c# 2008 express
 

how to bind oracle datasbase to datagridview in visual c# 2008 express

i didn't find oracle datasource in datasource list in the designer.

how can i connect to oracle datasource?
Chaitanya.M  Saturday, October 03, 2009 9:08 AM
You would do it in pretty much the same way you would with SQL.

Use ODBC or OLE DB namespaces.

http://www.connectionstrings.com/oracle

Find the appropriate string at that link.

Rudedog  =8^D
Mark the best replies as answers. "Fooling computers since 1971."
Rudedog2  Saturday, October 03, 2009 8:34 PM

You can use google to search for other answers

Custom Search

More Threads

• The skeleton of the basic C# program
• custom columns in Datagridview
• how can i display all line numbers in code view?
• How to get a .vsi file to install
• Problems wrapping head around classes
• Create a custom file extention?
• Using labels to display results instead of MessageBox
• c# class with 2 controls
• textbox keypress event
• How to Post Code Samples