B4J Tutorial RDC client

You can create an RDC client with B4J in the same way as done with B4A: Remote Database Connector - Connect to any remote DB

SS-2013-11-18_17.09.27.png


The slightly modified DBRequestManager is included in the example.
It also includes a new utility method named FillTableView which fills a TableView with the data retrieved from the server.


Note that this project depends on Agraham's ByteConverter library. This library is compatible with B4J.
 

Attachments

  • RDC-Client.zip
    3.4 KB · Views: 1,403

alienhunter

Active Member
Licensed User
Longtime User
You can create an RDC client with B4J in the same way as done with B4A: Remote Database Connector - Connect to any remote DB

SS-2013-11-18_17.09.27.png


The slightly modified DBRequestManager is included in the example.
It also includes a new utility method named FillTableView which fills a TableView with the data retrieved from the server.


Note that this project depends on Agraham's ByteConverter library. This library is compatible with B4J.


nice now i will be able to code my app for windows without the android emulator , nice work thanks AH

update

there you go it is working like the android side ... see rdc.jpg
almost the same routines .. nice
 

Attachments

  • rdc.jpg
    rdc.jpg
    136.1 KB · Views: 935
Last edited:
Top