[Help] remote sql connection
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)
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)
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]
[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]
This thread is closed for replies.
