i facing problem in inserting rows in database table through download2 or poststring method,
can anyone help me to find the mistake in the fallowing code, thanks in advance
can anyone help me to find the mistake in the fallowing code, thanks in advance
B4X:
Dim job_5 As HttpJob
job_5.Initialize("job_5", Me)
job_5.Download2("http://192.168.1.7/posapi/insertKot/addkot", _
Array As String("kotno","'1'","itemcode","abc","itemcategory","food","unqno",2,"reason","","rate",21,"amount",21,"quantity",1,"taxrate",3,"preferencepckey",123,"kotdate",DateTime.Now,"status","A","itempckey",1234))