Please help me with my Insert Problem

Discussion in 'ASP.NET / ASP.NET Core' started by Mahdi837, Aug 13, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi All,

    I need an urgent help....
    For god sake, can someone tell me what is wrong with the following function???

    1. The Insert Statement was tested successfully with oracle and with the .NET Wizard.... But whenever I click the Button4 from the application nothing happens... what is wrong with this InsertCommand???

    Please help... what I am missing here!!!![​IMG]

    Protected Sub Button4_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button4.Click



    Label1.Text = "hello world"


    uatSupportSource4x.InsertCommand = "INSERT INTO SUPPORT(TESTER_NAME, ACTIVITY, PROBLEM, SOLUTION, RELATED_EXCEPTION, PROB_DATE) VALUES ('Karkar', 'Wahbi', 'Hiba', 'Omima', 'Adham', TO_DATE('05/08/2007 12:00:00 AM', 'MM/DD/YYYY HH:MI:SS AM'))"


    Thanks in Advance for saving my Job,
     
  2. Joseph Jun

    Joseph Jun DiscountASP.NET Staff

    Is the debug item that you have in there correctly changing the Label1.Text value to 'hello world' when you press the button at least?

    Also, can you please post more code, there's not much I can do to assist you with the snippet provided? If you have a URL that would be helpful too.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page