Share My Creation [Project Template] jRDC2 Server

Version: 3.10
Project template based on jRDC2 version 2.23 with sample database.

JRDC2 Server


GitHub: https://github.com/pyhoon/jrdc2-server-template-b4j

Template:
  • JRDC Server (3.10).b4xtemplate
Supported databases:
  • SQLite
  • MySQL
  • MS SQL
  • Firebird
  • Postgresql
  • DBF
Depends on:
  • JavaObject
  • jRandomAccessFile
  • jServer
  • jShell
  • jSQL
B4X Client app:
[Project Template] jRDC2 Client [B4X] (B4J, B4A, B4i)

Version 1.x is available here:
 

Attachments

  • JRDC Server (2.00).b4xtemplate
    67.4 KB · Views: 152
  • JRDC Server (3.10).b4xtemplate
    67.5 KB · Views: 130
Last edited:

aeric

Expert
Licensed User
Longtime User
Version 3.00 is now available.

Modified jar: sqlite-jdbc-min-3.49.1.0.jar
Thanks to @tchart for the tutorial to shrink sqlite jar file size.
 
Last edited:

aeric

Expert
Licensed User
Longtime User
Version 3.10 updated!

What's New:
  1. Bug fixed: commands map not initialized
  2. Log command when calling ExecuteBatch
 
Top