Hi, today I would like to share with you a small project I wrote in 2006 during my experiments with Oracle Database and C# that just launched, this time ADO.NET. At this time, there were few tools for simple writing queries and easily executing them, so I decided to write on my own small tool that took about 350 lines of C# code and allowed me to do experiments. And I dug today my hard drive, and I found it and was pleased that it works. So the screens are from today play with it. I think that you can experiment by yourself with this code. You only need to build it with MSBuild, Sharp Develop, Visual Studio, or whatever you want. It looks like what is shown below when you run it and type database schema login credentials.
So, as I wrote it first asking for login credentials to connect and when you are connected you can run your favorite queries and run it by hit F5. And also, it runs part of the text that is selected. Pretty nice as 350 lines of code, don’t you think?
This is nothing big, but it is something that you can download and learn by own experiments how to interact with ADO.NET/C# and use Oracle Database. And here it is source code of ODBBrowser (2949 downloads). Enjoy!.
P ;).