B4J Library [B4X] [B4XLib] SD_SQL (direct access to MySQL, MariaDB, MS SQL, FireBird) - Star-Dust    Apr 05, 2023   (27 reactions) Properties:
ColumnCount As Int
SD_SQL
Events:
Ready (Success As Boolean)
Fields:
MyConnection As Object
Functions:
Close
Connect (DriverClass As String, JDBCurl As String, DBUser As String, DBPassword As String)
connected As Boolean
ExecNonQuery (Statement As String) As Boolean
ExecQuery 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 B4J Library SQL: Simplyfying Calling Stored Procedures - keirS    Aug 16, 2018   (14 reactions) MainForm.Show
Dim MyResults As Map
Dim MyResultSet As ResultSet
MySQLConnection.Initialize2("com.mysql.jdbc.Driver","jdbc:mysql://localhost:3306/classicmodels","********","*******")
Dim MYSQLProcedure As CallProc
'Set the procedure to call
MYSQLProcedure.ProcedureCall = "call B4A Library ✨ Magic API Library: Transform Your MySQL Database into a REST API in Just 5 Minutes! ? - fernando1987    Jan 08, 2025   (11 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 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 B4A Welcomes SSE - drgottjr    Dec 04, 2022   (13 reactions) so, there's something called server side events (SSE). it apparently has something to do with notifications from a web server to a browser. i'm guessing it's what happens when you see an annoying pop-up message from a web server asking persmission to send you notifications. good luck with that; 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 CreateHTMLPage easy logging of data - stevel05 (first post)    May 05, 2023   (2 reactions) I created this report in very quick time this afternoon from my family history mySQL database. Mostly because I didn't have to create a layout, and could actually visualize the data while working on it. 824151648 B4J Library [BANanoMySQL] An inline PHP class for your MySQLI CRUD functionality - Mashiane    Dec 17, 2019   (7 reactions) The args - this is a list of the arguements to process in the parameter query.
The types - this is a list of the data types for the fields being parameterized. ONLY s-tring,i-integer,d-ouble and b-blob is acceptable here i.e sidb.
This should be in the sequence of the parameters and the BANanoMySQ Page: 1   2   3   4   5   6   7   Powered by ColBERT |