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.
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