Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[VB.Net] MySQL connection class [Register/List/Login]
#1
Hey,

I've been working on this a few hours now. I remade my old MySQL connection class. You can do the following things:
  • Login
  • Register a new account
  • List all the account

You can for example add a 'modify' account option or a 'delete' account option which UID count is already build in (meaning you should (never tested) never have two same UID's).

[Image: jdxmsK.png]


Code and Info:

The class file:

NOTE: to use this you must have MySql.Data.dll included as reference in your project

Usage is now very simple:

List the table:
Code:
Dim m As New MySQL_VB
        m.SetConnectionData("88.198.43.24", "username", "password", "testdba")
        m.UsersList_(ListView1)

Register a new account:
Code:
Dim m As New MySQL_VB
        m.SetConnectionData("88.198.43.24", "username", "password", "testdba")
        m.Register_(TextBox1.Text, TextBox2.Text, TextBox3.Text)

Check if a login exist or is valid:
Code:
Dim m As New MySQL_VB
        m.SetConnectionData("88.198.43.24", "username", "password", "testdba")
        m.Login_(TextBox6.Text, TextBox5.Text)

Downloads:

Whole project (as on the above image YOU MUST DOWNLOAD THE DATABASE FILE BELOW): http://www.mediafire.com/?yu25su89yo79rqb
MySQL.dll (already included on the project): http://www.mediafire.com/?1lk13m1bh8a98p3
Class file: http://www.mediafire.com/?jyu2lunh39jgjjl
Database file: http://www.mediafire.com/?mc8r9c0ob6xp77s
[Image: iuyle.png]
Reply


Messages In This Thread
[VB.Net] MySQL connection class [Register/List/Login] - by The-One - 06-13-2011, 09:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [VB.Net] Simple captcha class [Commented][Noob/Friendly] The-One 18 8,792 09-08-2012, 04:20 PM
Last Post: spesificrelax
  [C#][VB.NET] MySQL Example Mercury 8 3,807 07-21-2012, 11:33 AM
Last Post: G3Hawkeye
  [VB.NET] Basic Reverse Connection RAT [SRC] hasam 1 2,883 02-01-2012, 03:10 PM
Last Post: AceInfinity
  HWID/LOGIN SYSTEM(Help) Coding Support 5 2,190 01-08-2012, 11:57 AM
Last Post: ★Cooldude★
  [VB.net] Auto fill - Auto Login fanste 2 2,066 12-17-2011, 03:17 PM
Last Post: fanste

Forum Jump:


Users browsing this thread: 2 Guest(s)