B4A Library JdbcSQL - Directly connect to remote databases - Erel    Sep 17, 2017   (35 reactions)   tags: Conector SQL, RemoteDB, remote db, jDBCSQL, sql connect local remote 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 supported. Others are also supported. The recommended method to connect to remote databases is jRDC2.... As explained in the jSQL tutorial, you need to copy the jdbc jar to the additional libraries folder... B4A Question JdbcSQL library - Erel (first post)    Jun 21, 2023   (1 reaction) JdbcSQL doesn't need an update. Any error you encounter isn't related to JdbcSQL. Start a new thread and post more information.... B4A Question I can't find library JdbcSQL.jar - DonManfred (first post)    Dec 20, 2019   (1 reaction) https://www.b4x.com/android/forum/threads/jdbcsql-directly-connect-to-remote-databases.84016/... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (69 reactions)   tags: b4xlib;libraries, b4x library, Erel with the relatively new XUI library. Standard libraries will never be cross platform as they are compiled... of libraries is available - b4x libraries. A b4x library is a simple zip file with: - Code modules. All types... manifest file with the following fields: Version, DependsOn (list of required libraries), Supported... and code modules can also be platform specific. Creating a b4x library is very simple. You just need.... Note that the source code can be extracted from a b4x library. b4x libraries appear like all... B4A Library Updates to internal libraries - Erel    Aug 20, 2025   (16 reactions)   tags: CoreLibs Updates to internal B4A libraries will be posted here. Make sure to check the library version before updating. These libraries should be copied to the internal libraries folder (Program Files\Anywhere Software\B4A\Libraries).... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Mar 19, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views 311915599 XUI Views is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content). The same b4xlib library is compatible with B4A, B4i and B4J It is a collection of custom views and dialogs. Everything is written in B4X. The source code is included inside the b4xlib file, which... is an internal library. Make sure to copy it to the internal libraries folder (C:\Program Files (x86)\Anywhere Software\<tool>\libraries). Notes: B4J only - if you are using B4XFloatTextField in... B4A Question Android 14 no longer supports SSLv3 with jdbcSQL and MySQL Connector - Erel (first post)    Oct 28, 2024   (2 reactions)
However the jdbcSQL library doesn’t appear to work with the latest MySQL driver, will the library also require updating?
JdbcSQL is not the problem. It is a thin adapter. You need to find an Android compatible jdbc driver.... B4A Question Missing library reference - Erel (first post)    May 31, 2023 Check first search result: https://www.b4x.com/android/forum/pages/results/?query=jdbcsql+library... B4A Question App compiled on B4A 13 does not install on Android 14 - Andre Pagliuso (first post)    Jan 10, 2025 other option is to find a jdbc driver that is compatible with Android and use it with JdbcSQL library.
After a lot of time and work I changed my app to work with the JdbcSQL library. Previously in the test I did, I opened a zeroed app, inserted the JdbcSQL library, and the app installed on Android 14. With my app, it still isn't installing. Below are the libraries that are in the project... B4A Tutorial [java] Creating libraries for B4A - Erel    Sep 29, 2016   (8 reactions)   tags: Java library, Library, Creation New video tutorial is available here: http://www.b4x.com/forum/libraries-developers-questions/12431-video-tutorial-creating-simple-library.html Basic4android has a very good support for external libraries. In fact almost all of the internal keywords are loaded from an external library (Core library). In order to develop a library you need to have Eclipse installed. The Android plug-in is not required as the libraries are regular Java libraries. Knowledge required: - Java - Android main... Page: 1   2   3   4   5   6   7   |