Can I upload Crash Log on mysql server when App Crash?
I tried like this :::
Not working.
Any IDEAS?
I tried like this :::
Code:
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
Dim http As HttpJob
http.Initialize("temp",Me)
Dim post As String
post = "errorlog=" & "testing"
http.PostString(url & "app_crash_new_entry.php",post)
Log("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa")
Return True
End Sub
Not working.
Any IDEAS?