Android Question inserting data using webpage

Makumbi

Well-Known Member
Licensed User
Please members i wanted your advice on the best way to do this i am getting details from layout then insert them into the database but my biggest problem is some times it doesn't insert. is this the best way of coding it
thanks in advance.

B4X:
Dim j As HttpJob
    j.Initialize("", Me)
    j.Download($"http://kccug.com/KabojjaApp/RecieveApplicant.ashx?n=${Names.Text}&c=${spnFirstName.SelectedItem}&y=${Yeard.Text}&fn=${fname.Text}&fm=${fmobile.Text}&fe=${femail.Text}&mn=${mname.Text}&mm=${mmobile.Text}&mem=${Memail.Text}&dob=${DOB.Text}"$ )
    j.Release
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…