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
#2
I will DL this later thanks for the release.
Reply
#3
Very helpful bro. I saw a tutorial like this on TTG a while ago, it was sloppy and undetailed. Im gonna try this out tonight most likely.
Ill PM you if i need help, is that cool?
Reply
#4
Wow im not into coding [Yet] im actually extremely confused with how it works.

But thank u for the share hopefully some people will find it use full Smile
Reply
#5
I'll download this when I get home, this looks like something I could learn from..
Thanks for postin'!
if ( ( youAreHappy) && (youKnowIt) )

clapYourHands();
Reply
#6
Good job, keep it up! Smile
Reply
#7
(06-15-2011, 07:58 PM)Most Dope Wrote: Very helpful bro. I saw a tutorial like this on TTG a while ago, it was sloppy and undetailed. Im gonna try this out tonight most likely.
Ill PM you if i need help, is that cool?
No problem!

Thanks for posting all, goodluck on your further projects.
[Image: iuyle.png]
Reply
#8
This is exactly the sort of thing you need when creating a checkout system
on a forum Smile

bookmarked.
Reply
#9
Excelent share .Thank you Smile
[Image: 0b0033.gif]
Reply
#10
I'm going to download this later, seems very cool and want to try it. Thanks!

-Slurms Makenzi
[Image: Untitled-1-4.jpg]
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)