BANanoVuetifyAD3 BANanoServer has just reached another milestone - thanks to Erel, OliverA, LJG and Alain

Mashiane

Expert
Licensed User
Longtime User
Ola

It is with pleasure to announce that we have reached a very important milestone with this project. We have successfully implemented CRUD functionality using both JRDC2 for MySQL and SQLite using the mod from Oliver and JRDC2Utils. As these are separate entities, if you want to use one, you just remove the code classes you dont need. You want to use both? still fine!

You can get this awesome library for free as usual, from this post:
https://www.b4x.com/android/forum/t...bsites-webapps-with-banano.124548/post-836861 and start developing awesome magical apps the world has never seen.

We are planning to get the project working with jMQTT and could use all the help we can get. We have been experiencing some issues with Firebase Messaging and would appreciate some alternatives, perhaps its our bad code. Ha ha ha.

The most nice thing about this implementation is the transition between the two code bases. The CRUD code is the same and you use the DataSource too!

You use jRDC2 SQLite, you need SQLiteJRDCOnBrowser_Result, SQLiteJRDCOnBrowser and SQLiteJRDCOnServer. You can guess the one for JRDC2 MySQL.!!

Its a perfect JRDCOnBrowser_Result, JRDCOnBrowser and JRDCOnServer, your crud code stays the same!!

We also planning MSQLQ, MongoDB and perhaps PostgreSQL depending on demand.

Thanks again to the community for your awesome feedback!

Kind Regards

Anele 'Mashy' Mbanga

PS: We are accessing both MySQL, SQLite from the same app below.

jRDCSQLite.jpg


jRDCMySQL.jpg
 
Top