|
-
Dec 23rd, 2009, 08:58 PM
#1
Thread Starter
New Member
[RESOLVED] mysql problem
Last edited by doctorfrost; Dec 23rd, 2009 at 09:39 PM.
-
Dec 23rd, 2009, 09:45 PM
#2
Hyperactive Member
Re: mysql problem
Instead of using
Code:
Code: Dim mysqlstring As String = "SELECT * FROM accounts where `username` = '" + Form1.hidden.Text + "'"
try
Code:
Code: Dim mysqlstring As String = "SELECT * FROM accounts where username = '" & Form1.hidden.Text & "'"
-
Dec 23rd, 2009, 09:58 PM
#3
Thread Starter
New Member
Re: mysql problem
It didn't work. Their isn't a syntax error but the label won't change into the mysql string.
-
Dec 23rd, 2009, 10:04 PM
#4
Thread Starter
New Member
Re: mysql problem
it only works 1/20 times for some reason.
-
Dec 23rd, 2009, 10:10 PM
#5
Thread Starter
New Member
Re: mysql problem
nvm it works 100% thank you guys. =]
It only works 100% when I reove the try function.
Anyways thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|