Share My Creation [Project Template] jRDC2 Server

Version: 3.30
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.30).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 (3.30).b4xtemplate
    12.7 KB · Views: 13
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
 

aeric

Expert
Licensed User
Longtime User
Version 3.30

What's New:
  1. Updated config files
  2. Updated macros and version constants
  3. Added new JDBC driver options
  4. Improved SQL query for selecting products by category to include joined category details
  5. Fixed case inconsistency in RDCHandler.bas
  6. Updated .gitignore to exclude .jar files
 
Top