I am passing parameters to mysql and have ran into an illegal character error. The dates in mysql db are stored in the format yyyy-MM-dd and when I try to pass them as that, it gives me an error and doesn't update the record.
I thought urlencoding that parameter would take care of the problem but it doesn't. Any suggestions?
I thought urlencoding that parameter would take care of the problem but it doesn't. Any suggestions?
B4X:
"&datepaid=" & su.EncodeUrl(dpaid, "UTF8")