adding data from textbox to oracle table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • varunmcaju
    New Member
    • Jul 2008
    • 4

    adding data from textbox to oracle table

    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_HDB 1" in Oracle database "HDB1" on clicking a "submit" button. I want the coding to be in C#. plz help
  • Curtis Rutland
    Recognized Expert Specialist
    • Apr 2008
    • 3264

    #2
    Welcome to Bytes!

    Please see these two articles: article one and article two. The first explains the required concepts, and the second shows you how to use OleDb or ODBC to connect to the database. Look at ConnectionStrin gs.Com to find the proper database connection string.

    By the way, we don't just write your code for you here. That's up to you. We can help you when you hit specific problems. Read the articles, try something, and see where you get. If you hit any bumps along the way, let us know what you've tried and we'd be more than happy to help.

    Once again, welcome to Bytes, and enjoy your stay here.

    Comment

    Working...