B4A Library JdbcSQL - Directly connect to remote databases - Erel    Sep 17, 2017   (35 reactions) This is a port of B4J jSQL library.
The SQL type was renamed to JdbcSQL and ResultSet was renamed to JdbcResultSet, this allows using it together with the SQL library.
SQL library - local SQLite databases.
JdbcSQL - Any remote SQL database with a supported JDBC driver. MySQL and MS SQL are support B4A Question JdbcSQL - Directly connect to remote databases - DonManfred (first post)    Aug 30, 2019   (2 reactions) JdbcSQL and PHP are related to exact 0%
You EITHER use jdbcsql OR php.
With jdbcsql you need to use your database credentials in B4A and you also query/update/insert the data using SQL Commands in B4A.
With jdbcsql you NEVER use any PHP-Script. B4J Tutorial ? JDBCSQL Connector/J - Connect directly to MySQL, MSSQL, PostgreSQL, MariaDB and Oracle databases - Peter Simpson    Mar 13, 2020   (28 reactions) STDBY$EVENTS
LOGSTDBY$APPLY_MILESTONE
LOGSTDBY$SCN
LOGSTDBY$FLASHBACK_SCN
LOGSTDBY$PLSQL
LOGSTDBY$SKIP_TRANSACTION
LOGSTDBY$SKIP
LOGSTDBY$SKIP_SUPPORT
LOGSTDBY$HISTORY
LOGSTDBY$EDS_TABLES
Enjoy... B4J Library [B4X] [B4XLib] SD_SQL (direct access to MySQL, MariaDB, MS SQL, FireBird) - Erel (first post)    Dec 31, 2020 JdbcSQL is actually a B4A + B4J library. B4J Question Problems with AddNonQueryToBatch [SOLVED] - Erel (first post)    Dec 29, 2019   (1 reaction) I see the problem. You should use jSQL. JdbcSQL is a B4A program and it doesn't work with ConnectionPool. B4A Question Input Output Parameters Stored Procedure (JdbcSQL) - Erel (first post)    Dec 02, 2022 Try this: https://www.b4x.com/android/forum/threads/sql-simplyfying-calling-stored-procedures.73181/#content B4J Question jRDC2 vs jdbcSQL - Erel (first post)    Jul 27, 2020   (1 reaction) jRDC2 - middleware server, based on jSQL (same as B4A JdbcSQL) that acts as a proxy between the clients and the db server.
JdbcSQL = jSQL - library to directly connect to databases.
If you are building a mobile solution then you should use jRDC2. B4A Question Remote server connection how to port B4J code (working) to B4A (SQL.InitializeAsync) - Erel (first post)    Jul 02, 2024 B4A JdbcSQL = B4J jSQL. Same library.
The difference is in the Mariadb driver which probably isn't compatible with Android.
Solution: Run jRDC2 on your RPi. B4A Question mysql - aeric (first post)    Sep 25, 2024 I repeat if you didn't get it.
Only JdbcSQL provides direct connection in B4A and B4J.
jRDC2 is a middleware server that you need to install on the server (or another server that use JdbcSQL or having direction connection to the database server if it does exist). B4A Question b4a 10.7 does not show jtds-1.3.1.jar in library list , neither mssql-jdbc-6.2.2.jre7.jar and mssql-jdbc-6.2.2.jre8.jar - abonvici (first post)    Mar 25, 2021 Ok ,thank you all the solution was here
JdbcSQL - Directly connect to remote databases | B4X Programming Forum Page: 1   2   3   4   5   6   7   Powered by ColBERT |