Hi all
I want to backup my table to jrdc2 server row by row
In client side I have this error
Current declaration does not match previous one.
Previous: {Type=String,Rank=0, RemoteObject=True}
Current: {Type=HttpJob,Rank=0, RemoteObject=True}
on this line
I have many different fields like string, int and double. With this error I don't know how to do an insert on jrdc2 server. Any hint?
I want to backup my table to jrdc2 server row by row
In client side I have this error
Current declaration does not match previous one.
Previous: {Type=String,Rank=0, RemoteObject=True}
Current: {Type=HttpJob,Rank=0, RemoteObject=True}
on this line
B4X:
Dim cmd As DBCommand = CreateCommand("insert_client", Array(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u))
Dim j As HttpJob = CreateRequest.ExecuteBatch(Array(cmd), Null)
I have many different fields like string, int and double. With this error I don't know how to do an insert on jrdc2 server. Any hint?