Hmm...Ok...
qy = "SELECT `Member Name`, `Points` FROM `Points` WHERE `Member Name` = '{0}' AND `Points` = '{1}' ORDER BY `Member Name` ASC"
Worked...however, the data which is already in the db does not show up heh...
Sorry to ask again, just been trying to get this working for a while hehe. Thanks for the help in advance...
Imports MySql.Data.MySqlClient
Imports System.Data
Public Class frmMain
Private conn As String
Public WriteOnly Property connectionString() As String
Set(ByVal value As...
Thanks so much! I am about to test it out.
Would this also be the reason as to why I am unable to get data to display in a DataGridView? (the 'users'.'blah')?
If there is a better (easier) way of verifying a login (serverside or not), I would be very interested as well.
I have heard of hashing, but I am very unfamiliar with it. I do not want to use an unsecure way either if possible (i.e. storing the login stuff in the program).
I am attempting to create a Login form which compares the info that the user enters against a MySQL database for verification. However, when entering the correct information, I still get a failed login.
Here is the code:
Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.