adding data from textbox to oracle table

Jul 7 2008 5:19 AM
hi everyone, this is my first post and i hope that i would find a solution to my problem. I have a textbox called "txtPurpose" in a C# Windows Application in Visual Studio, and i want that the text entered by the user in the textbox should be added to the "PURPOSE" field in a table "TABLE2_HDB1" in Oracle database "HDB1" on clicking a "submit" button. I want the coding to be in C#. plz help