Newbie VB.NET/Oracle question
-
Hello code Gods! I'm a newbie to VB.NET and really need some help. This may seem basic to you all, so please leave out the laughs. Lol I'm trying build a basic VB.NET application that has a datagrid and 2 or 3 buttons. The buttons would be: CreateTable, Alter Table, Drop Table. I want to be able to run Oracle queries and perform these types of actions. I've tried 20 different samples from the net, but none seem to work. It would be great if someone could just help me with the code, for a button that would query the table and display the output in the datagrid. That would give me a great start.(Like select * from emp;). (Or create table store). Obviously I am years away from being able to provide the user the ability to enter the values, which take affect after the button is pressed, but for now, it would be a major win, if the values can at least be hard-coded. This is really hard for a newbie and I'm starting to lose hope. Thanks in advance to all of you! I've read many of your posts and I keep my hope. vbsquire
-
Hello code Gods! I'm a newbie to VB.NET and really need some help. This may seem basic to you all, so please leave out the laughs. Lol I'm trying build a basic VB.NET application that has a datagrid and 2 or 3 buttons. The buttons would be: CreateTable, Alter Table, Drop Table. I want to be able to run Oracle queries and perform these types of actions. I've tried 20 different samples from the net, but none seem to work. It would be great if someone could just help me with the code, for a button that would query the table and display the output in the datagrid. That would give me a great start.(Like select * from emp;). (Or create table store). Obviously I am years away from being able to provide the user the ability to enter the values, which take affect after the button is pressed, but for now, it would be a major win, if the values can at least be hard-coded. This is really hard for a newbie and I'm starting to lose hope. Thanks in advance to all of you! I've read many of your posts and I keep my hope. vbsquire
If you use the Oracle created OracleDataProvider for .NET (http://www.oracle.com/technology/tech/dotnet/index.html) there is a tutorial on using it with VB.NET at http://www.oracle.com/technology/obe/odt/getstarted/getstarted_vb.htm.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net
-
If you use the Oracle created OracleDataProvider for .NET (http://www.oracle.com/technology/tech/dotnet/index.html) there is a tutorial on using it with VB.NET at http://www.oracle.com/technology/obe/odt/getstarted/getstarted_vb.htm.
Here are some of my articles. Hope this helps! Joseph Guadagno http://www.josephguadagno.net