Snger Member Saturday at 4:13 PM #1 Hello , I want Connect DataBase Sqlite In Server I can Do That Or not And Thanks
Erel B4X founder Staff member Licensed User Longtime User Sunday at 6:07 AM #2 Two options: JdbcSQL: Make a direct connection: https://www.b4x.com/android/forum/t...ly-connect-to-remote-databases.84016/#content jRDC2: Use a middleware: https://www.b4x.com/android/forum/t...ation-of-rdc-remote-database-connector.61801/ jRDC2 is recommended in most cases. Upvote 0
Two options: JdbcSQL: Make a direct connection: https://www.b4x.com/android/forum/t...ly-connect-to-remote-databases.84016/#content jRDC2: Use a middleware: https://www.b4x.com/android/forum/t...ation-of-rdc-remote-database-connector.61801/ jRDC2 is recommended in most cases.
Snger Member Sunday at 1:32 PM #3 Thanks. but Can more than one person call in the same second? Upvote 0
Snger Member Sunday at 1:35 PM #4 Erel said: Two options: JdbcSQL: Make a direct connection: https://www.b4x.com/android/forum/t...ly-connect-to-remote-databases.84016/#content jRDC2: Use a middleware: https://www.b4x.com/android/forum/t...ation-of-rdc-remote-database-connector.61801/ jRDC2 is recommended in most cases. Click to expand... Can I used With b4j? Upvote 0
Erel said: Two options: JdbcSQL: Make a direct connection: https://www.b4x.com/android/forum/t...ly-connect-to-remote-databases.84016/#content jRDC2: Use a middleware: https://www.b4x.com/android/forum/t...ation-of-rdc-remote-database-connector.61801/ jRDC2 is recommended in most cases. Click to expand... Can I used With b4j?
Erel B4X founder Staff member Licensed User Longtime User Sunday at 3:43 PM #5 Snger said: but Can more than one person call in the same second? Click to expand... With jRDC2? Yes. Snger said: Can I used With b4j? Click to expand... Yes. Upvote 0
Snger said: but Can more than one person call in the same second? Click to expand... With jRDC2? Yes. Snger said: Can I used With b4j? Click to expand... Yes.