User Profile

Collapse

Profile Sidebar

Collapse
varunmcaju
varunmcaju
Last Activity: Jul 15 '08, 07:06 AM
Joined: Jul 7 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hi debasisdas, now i am trying a different code for the submit button. the coding is as follows :-

    private void button1_Click(o bject sender, EventArgs e)
    {
    string OracleStmt;
    string ConString;
    OleDbConnection cn = null;
    OleDbCommand cmd = null;
    try
    {
    OracleStmt = "insert into TABLE2_HDB1(PUR POSE)...
    See more | Go to post

    Leave a comment:


  • Hi Debasisdas,than ks for replying..i want that on clicking a "submit" button the data entered by the user in the textbox "txtPurpose " should be added to the PURPOSE field of Oracle table TABLE2_HDB1 of the Oracle database HDB1. i am using the following code:
    i am passing the textbox value to function Insert like:
    Insert(txtPurpo se.Text);


    private bool Insert(string field)
    ...
    See more | Go to post

    Leave a comment:


  • varunmcaju
    started a topic adding data from textbox to oracle table

    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
    See more | Go to post

  • varunmcaju
    started a topic adding data from textbox to oracle table
    in .NET

    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
    See more | Go to post
No activity results to display
Show More
Working...