VB to MYSQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • skynetplus
    New Member
    • Feb 2007
    • 4

    VB to MYSQL

    Ok i got my form to read from my mysql database adn works perfect but now need code to insert into the db. I have a mysql.dll and was told i just use that hahahaha how? i have relevant programming knowledge but want to take it further. Has anyone got code that will work first time or help that will?

    The things i want to input:

    user_name = txtUsername.tex t
    pass = txtPassword.tex t
    IP_add = "game"
    email_add = txtEmail.text
    email2 = txtEmail2.text
    update = "NO"
    Level = "User"

    Please help :D

    visit: http://rp-concept.net46.n et/
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Hey there!

    "insert ThisField, ThatField into YourTable..." does not work for ya... Sounds like you're on your way to stardom there if you can at least read from your DB...

    Let us know!

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      do you have mysql installed on your system ?

      Comment

      Working...