+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Junior Member
    Join Date
    Mar 2006
    Posts
    3

    connection between vb.net and mysql

     
    i have a problem here...i've already created a registration form using vb.net and i used mysql as the database...but i dont know how the input/data from the registration form can be send to the database...is there anyone know the code???

  2. #2
    Ultimate Member YottaHertz's Avatar
    Join Date
    Nov 2005
    Location
    KY, US of A
    Posts
    1,181
    Umm... first off you need to D/L and install the MyOLEDB driver from the MySQL site - I think....
    Then the code you would use would look something like this....
    Code:
    Dim fdCon As  New OleDb.OleDbConnection("Provider=MySQLProv;Data Source=DATABASE;User Id=YOURSQLUSERNAME;Password=YOURSQLPASSWORD;")
    Dim fdCom As New OleDb.OleDbCommand("", fdCon)
    
    fdCom.Connection.Open()
    
    Dim fdRead As OleDb.OleDbDataReader = fdCom.ExecuteReader(CommandBehavior.CloseConnection)
    
    fdCom.CommandText = "INSERT INTO TABLENAME (FIELDNAME1, FIELDNAME2) VALUES ('" & ImaVar1 & "', '" & ImaVar2 & "')"
    fdCom.ExecuteNonQuery()
    
    fdCon.Close()
    I'm not sure how you would go about fetching input fields values from the form but I assume you would the the input field name as the variable name....
    Bluegrass ROCKS!!!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. how to connect MySQL with VB.NET ???
    By rex028 in forum Webmastering and Programming
    Replies: 5
    Last Post: March 6th, 2012, 06:10 AM
  2. Still undecided on net connection
    By Vagabond in forum General Gaming Discussion
    Replies: 15
    Last Post: December 23rd, 2005, 11:43 AM
  3. Net connection speeds
    By Vagabond in forum Networking and Internet
    Replies: 2
    Last Post: December 16th, 2005, 09:52 AM
  4. DWMX2004 and mysql connection
    By Sterling in forum Webmastering and Programming
    Replies: 3
    Last Post: October 15th, 2005, 08:51 AM
  5. Net connection goes when Idle
    By neillsmob in forum Networking and Internet
    Replies: 11
    Last Post: February 21st, 2005, 07:51 PM

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Recommended Sites: ResellerRatings Store Reviews