Dear Erel,
I am facing problem with MySQL while inserting data. Rather then this everything is working perfectly.
When i pass a single word like "Basic4android" or "aa" it's saving. But when i pass more then word with space(f.e "Basic 4 android" or "a a") then it is raising an exception that i already attached. Please see the attachment.
Here below i have given the method how i am sending request to web database server.
Sub btnSubmit_Click
Dim req As HttpRequest ' requesting net data
req.InitializeGet("http://batajordan.com/netdb.php?&action=add& name=Sharmin&deviceID=" & deviceID & "&text=" & txtInput.Text)
httpC.Execute(req, 1)
ProgressDialogShow("data has been saving...")
End Sub
Thanks and best regards.
I am facing problem with MySQL while inserting data. Rather then this everything is working perfectly.
When i pass a single word like "Basic4android" or "aa" it's saving. But when i pass more then word with space(f.e "Basic 4 android" or "a a") then it is raising an exception that i already attached. Please see the attachment.
Here below i have given the method how i am sending request to web database server.
Sub btnSubmit_Click
Dim req As HttpRequest ' requesting net data
req.InitializeGet("http://batajordan.com/netdb.php?&action=add& name=Sharmin&deviceID=" & deviceID & "&text=" & txtInput.Text)
httpC.Execute(req, 1)
ProgressDialogShow("data has been saving...")
End Sub
Thanks and best regards.