![]() |
|
|
|
|
1
20th April 19:18
External User
Posts: 1
|
Hi,
I am learning C# at the moment having previously developed mostly in Delhpi and VB. What I would like to know is where can i find a really good article on the net (or even in a book) which teaches you how to use C# to connect to Oracle databases. Something that discusses the pros and cons of the different ways to connect to the database such as OCI and ADO. Something which maybe gives some examples of how to create a simple interface through which you can browse records in a dataset. I have managed to connect to Oracle using the OCI but i found the documentation assumes that you are already familiar with C# and Oracle. If there is nothing out there then i will try and put something out there myself once i know a little more about it. Cheers, Mike ---------------------- kn0xster@hotmail.com ---------------------- |
|
|
|
|
2
20th April 19:18
External User
Posts: 1
|
In article <bd1f5e90.0307232301.324570be@posting.google.com>,
kn0xster@hotmail.com says... Mike, are you using the Oracle .NET Provider? There are numerous samples matter, since the data classes for SQL-Server and Oracle correspond pretty well. Oracle .NET Provider is here: http://technet.oracle.com/software/t...t/content.html -- Tom |
|
|
|