B4J Library [B4X] [B4XLib] SD_SQL (direct access to MySQL, MariaDB, MS SQL, FireBird) - Star-Dust Apr 05, 2023 (27 reactions) Based on @Peter Simpson's code (here), I developed a library that allows you to connect directly to MySql, MsSql (for the moment) databases with B4A and B4J. To be clear, you don't need JRDC to connect to the database located on a server
(I am working on a version for b4i, but it is only obtainabl B4A Library SD: SqliteExtra - Star-Dust Nov 20, 2021 (20 reactions) PopolateListTwoLine("mysql.db","mytable","City","State","ID", "", ListView1,True) PopulateListTwoLineBitmap (FileNameDB As String, NameTable As String, FieldName As String, FieldSecondLine As String, FieldID As String, FieldBitmap As String, Condition As String, LV As ListView, CLearListView As Bool B4J Library MysqlConn : Mysql connection library - Justcooldev May 12, 2023 (6 reactions) GetBlob is not supported for now... I'm currently working on it. I'm attaching the project for B4J & B4A And The source code too. I don't know if it is compatible with B4I. IMPORTANT : This library is BETA, it seems sometimes, you will find some bugs, if you find one, please report it and start a B4A Library Yet Another MySQL Library But With Stored Procedure Support and Cursors - keirS Mar 15, 2015 (5 reactions) 'Run the procedure
'proctest is the sub for general error capture reporting
MySQLConnection.ExecProcedure("proctest",MYSQLProcedure)
Finally run the procedure. A general sub stub is used for error reporting. In this case "proctest_error".
Result sets are returned as memory backed Android cursors B4A Library ✨ Magic API Library: Transform Your MySQL Database into a REST API in Just 5 Minutes! ? - fernando1987 Jan 27, 2025 (13 reactions) ?Usage Instructions:
1. Upload the api.php file to your server.
2. Edit the header with your connection data.
3. You're ready to communicate your app with your mobile and desktop applications.
Note: The API works fine without the library, but the library will help you communicate more easily.
? E B4J Library SQL: Simplyfying Calling Stored Procedures - keirS Aug 16, 2018 (14 reactions) Updated 2018-08-16. Please note there are breaking changes to the new version of the library (SQLCallPRoc Version 1-10.zip) so it will work correctly with the Microsoft JDBC Driver. The sample for MYSQL has changed and there is a new sample for MS SQL Server. See post #5 for why the change was neces B4J Library [DSE] PaneLayout - stevel05 Apr 28, 2023 (16 reactions) I've been working a lot in MySQL lately and got fed up creating layouts that were very similar to show audit reports. I came up with this which is a designer script extension that loads however many labels you specify into a pane. You can define the widths, left margin and EventNames for the label B4A Library JdbcSQL - Directly connect to remote databases - Erel Sep 17, 2017 (35 reactions) MySQL connector: https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.34.tar.gz
MS SQL: http://jtds.sourceforge.net/
As we are connecting to a remote database, all requests must be asynchronous. It is quite simple to make asynchronous requests with the resumable subs feature: S B4J Library [B4X] MiniORMUtils - aeric Mar 20, 2025 (6 reactions) MiniORMUtils
Version: 2.50
This library can be use for creating db schema and performing CRUD operations.
It is suitable for Web API Template or any database system.
Currently it supports SQLite and MySQL (B4J).
Project Template:
MiniORM
GitHub:
https://github.com/pyhoon/MiniORMUtils-B4X
Older B4J Library [BANanoMySQL] An inline PHP class for your MySQLI CRUD functionality - Mashiane Dec 17, 2019 (7 reactions) This means that I will not be dwelling much on the UX here but just the functionality for CRUD for inline php. I am using my own developed UOENow library for this and will make the 'free' components version available soon. The professional version of Creative Tim's Now UI Kit Pro is not distributabl Page: 1 2 3 4 5 6 7 Powered by ColBERT |