C cliv Member Licensed User Longtime User Mar 13, 2019 #1 I maintain an application written in vb6 too complex to re-write. Application use dbf database in LAN . Can i write a client in vb6 to work with jRDC2 B4J server? If YES can any one help me or quide me ...? Thank you.
I maintain an application written in vb6 too complex to re-write. Application use dbf database in LAN . Can i write a client in vb6 to work with jRDC2 B4J server? If YES can any one help me or quide me ...? Thank you.
Erel B4X founder Staff member Licensed User Longtime User Mar 13, 2019 #2 It will be quite difficult as you will need to first convert B4XSerializator to VB6. It will be simpler to add a http handler to jRDC2 for the specific task that you need. It can return JSON or any other format. Upvote 0
It will be quite difficult as you will need to first convert B4XSerializator to VB6. It will be simpler to add a http handler to jRDC2 for the specific task that you need. It can return JSON or any other format.
C cliv Member Licensed User Longtime User Mar 13, 2019 #3 Erel said: It will be simpler to add a http handler to jRDC2 Click to expand... Thank you...can you suggest an example. Upvote 0
Erel said: It will be simpler to add a http handler to jRDC2 Click to expand... Thank you...can you suggest an example.
Erel B4X founder Staff member Licensed User Longtime User Mar 13, 2019 #4 Start here: https://www.b4x.com/android/forum/threads/server-building-web-servers-with-b4j.37172/#content Upvote 0
Start here: https://www.b4x.com/android/forum/threads/server-building-web-servers-with-b4j.37172/#content