B4J Code Snippet [Project Template] jRDC2 Server (SQLite, MySQL, MS SQL, Firebird, Postgresql, DBF) - aeric    Jan 11, 2024   (16 reactions) jRDC2 Server Template
Version: 1.12 (based on jRDC2 version 2.23)
Create a new project and run it!
... B4J Library [B4X] [B4XLib] SD_SQL (direct access to MySQL, MariaDB, MS SQL, FireBird) - Star-Dust    Apr 5, 2023   (29 reactions) .
To connect to the Firebird database read post 26
It is not a wrap, it does not depend... B4A Tutorial How to convert from Firebird to Sqlite - amorosik    Feb 14, 2023   (3 reactions) I had to deal with a database format transformation problem from Firebird to SqliteDb I want to share my experience because I've already seen some users who asked questions about Firebird And so... or some tables from Firebird to SqliteDb I used two tools, both provided free of charge To extract... the tables with the data as read from the original Firebird db Create the Sqlite db using the commands... minutes, depending on the size of the exported Firebird db, the control will be returned to the Sqlite... B4A Question Firebird database, which driver to use? - amorosik    Mar 30, 2020 To use B4x with Firebird database, which driver to use?
https://firebirdsql.org/en/jdbc-driver/
I see there are different versions, and for each version different files are provided, for example Jaybird 4.0 for Java 8, it provides the following files:
jaybird-4.0.0.java8.jar
jaybird-4.0.0.java8... B4J Code Snippet Connecting to Firebird using JayBird 3.0.11 - virpalacios    Oct 24, 2021   (4 reactions) Hi, Everyone for all of you that want to connect to Firebird 2.1 here is my code and is 100% functional (Your JayBird version has to be compatible with your java version) in my case Java 8
I have a very hard time using this version it came with two files jaybird-3.0.11.jar and jaybird-full-3.0.11... B4J Question Jasper report with data from Firebird - amorosik    Jun 17, 2023 I'm trying to create a Jasper report connected with Firebird db server
I'm using Jasper Studio 5.6.1, but since the creation of the data adapter I have problems in the sense that indicating as
Jdbc Driver = org.firebirdsql.jdbc.FBDriver
and as
JDBC Url = jdbc:firebirdsql://192.168.1... can help me for connect jasper report to Firebird db data?... B4J Question jRdc2 + Firebird - connection problem - amorosik    Jan 29, 2023 I'm trying the jRdc2 system for reading/writing data on Firebird db from a remote device
Database server is Firebird 3.0.1 64bit on Windows 10 64 bit
But with the basic example code I can't... Italian Trasferire database da Firebird a SqlLite - che strumenti ? - amorosik    Jan 16, 2023 Vorrei passare un db gia' pieno di dati da Firebird a SqLite per darlo in pasto ad una procedura per Android
Dove per 'passare' un db intendo sia la struttura che i dati entro contenuti... B4J Question B4J - How to subscribe to Firebird 'event' ? - amorosik    Apr 15, 2020 The Firebird Sql database has a feature that allows the db server to communicate with the clients.../Power_Firebird_events.pdf
https://github.com/cincuranet/FirebirdSql.Data.FirebirdClient/blob/master... Share My Creation [Project Template] Web API Server 2 - aeric    Oct 11, 2024   (30 reactions) configurations and code for Firebird, PostgreSQL and MS SQL (new) WebApiUtils v2.07 (new... Code Snippets feature (new) DatabaseConnector (for SQLite, MySQL, SQL Server, Firebird, PostgreSQL... Page: 1   2   3   |