Pravee7094
Active Member
Hi all,
Successfully tested "CreateCommand" in B4a and corresponding thing in B4j. Working fine.
Now I want to use "PostString" instead of "CreateCommand" in B4a. Got sample coding in B4a, Need sample coding to receive "PostString" command and return json string from B4j.
Anybody Help!
Regards
Praveen
Successfully tested "CreateCommand" in B4a and corresponding thing in B4j. Working fine.
B4X:
Dim cmd As DBCommand = CreateCommand("get_data", Array(cell))
Now I want to use "PostString" instead of "CreateCommand" in B4a. Got sample coding in B4a, Need sample coding to receive "PostString" command and return json string from B4j.
Anybody Help!
Regards
Praveen