Results 1 to 3 of 3

Thread: [2008] Insert mysql

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2006
    Posts
    274

    [2008] Insert mysql

    whats wrong with this insert function

    Code:
    m_con = New SQLiteConnection(ConfigurationManager.ConnectionStrings("constr").ToString)
                m_con.Open()
                m_sqlstate = "" : m_sqlstate = "INSERT INTO support_action (case_id,product_id,member_id,support_id,action_datetime,action_text)" & _
                                           "VALUES ()"
                m_da = New SQLiteDataAdapter(m_sqlstate, m_con)
    Last edited by mendhak; May 16th, 2008 at 02:50 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width