[Help] remote sql connection

Posts 1619 of 19 · Page 2 of 2
Quote Originally Posted by mnpeepno2 View Post
its in string format -.-
Just because you write string.format before it, does not mean it autoassigns the strings. You are using it on a totally false way(you're basically not even using it).
ok, the error is, its ether not connecting at all, or when it trys to login, somthings stopping it.
the info i put in is correct, just never seems to work.
(by that i mean get to where it makes the msgbox telling me it worked)
Quote Originally Posted by *****179 View Post
ok, the error is, its ether not connecting at all, or when it trys to login, somthings stopping it.
the info i put in is correct, just never seems to work.
(by that i mean get to where it makes the msgbox telling me it worked)
Catch the error as mysqlexception and post it here.
Yes, this is what Blubb said, but to assist.

[highlight=vb]
Try
Your connection code and other source for this error
Catch ex as mysqlexception

MsgBox(e*****mber & “ “ & ex.message)
'MsgBox(ex.tostring)

End Try
[/highlight]
Posts 1619 of 19 · Page 2 of 2
This thread is closed for replies.

Tags for this Thread

None

Need help?