Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jayemsee

  1. jayemsee

    MySQL Login problem

    LMAO...sorry, nevermind... Thanks for all the help guys...I got it working now :)
  2. jayemsee

    MySQL Login problem

    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...
  3. jayemsee

    MySQL Login problem

    Hmm...Still the same error message.
  4. jayemsee

    MySQL Login problem

    Thank you guys so much for the input. Well, every time I have tried to correct my mistake, as well as when people give suggestions, I get this...
  5. jayemsee

    MySQL Login problem

    Oh well, the server DB is posted (accidentally), but it only allows 4 specific domains to connect anyway ;).
  6. jayemsee

    MySQL Login problem

    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...
  7. jayemsee

    MySQL Login problem

    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')?
  8. jayemsee

    MySQL Login problem

    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).
  9. jayemsee

    MySQL Login problem

    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...

Part and Inventory Search

Back
Top