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 Share My Creation [BANAnoVuetifyAD3] Creating CRUD based WebApps free eBook (for those in a hurry) - Mashiane (first post)    Aug 23, 2021   (1 reaction) I'm not sure I fully understand your question. MS Sql Management Studio is a tool to create databases, this thread however is for creating web apps that save data to databases esp mysql. Share My Creation Amazing E-Learning System : Source Code - sfsameer (first post)    Nov 28, 2021   (1 reaction) Hello,
The minimum MS SQL version required is :
MS SQL 2014 Express
Thank you,
Saif B4J Question MS Sql or MySql/Maria DB? - EnriqueGonzalez (first post)    Jul 29, 2021   (2 reactions) i love MS SQL, the dialect is very easy to understand and the license is also fairly easy to get.
You want non limited free non commercial? use developer edition
you want limited free commercial? use express edition
you want unlimited non free commercial? anything else.
you will be okey with ms Share My Creation Chatbot - B4J Web App : Source Code - sfsameer (first post)    Jul 12, 2021 Hello Dear,
The Database is MS SQL (.bak file) is included in the .zip file (the source code)
I think you still didn't restore the database to your own MS SQL and you are still connected to our server database :)
The MySQL script is for the database creation which will be the same as MS SQL datab Share My Creation MS SQL Database viewer tool - jkhazraji    Jan 09, 2022   (9 reactions) Hi everybody,
Happy new year,
I would like to share this tool which helps to list MSSQL database tables , their structure and data.
It is a Win32 program written by me and inspired by B4X ♥️, a splendid package of programming IDEs.
I though it can help any B4X user to view their databases especially B4A Question Save Image in local 'DirAssets' to Remote MS SQL Database using JdbcSQL - Jakes72 (first post)    Feb 13, 2019 Hi Erel thanks for the reply.
MS SQL is the database type I am using (Microsoft SQL Server).
I am working with the JdbcSQL library.
I mainly need help with my SQL I do not know how to write that, see my above question.
Thank you any help would be greatly appreciated. Share My Creation Personal PlayStore (B4A/B4J) - Source Code - sfsameer (first post)    Jul 18, 2021   (2 reactions) Hello Dear,
Yes, all the projects (B4A + B4J + MS SQL) are open source.
We have created a background service which you can import it into your own apps and it will check the licenses for each client by checking with the database using the deviceID.
Thank you,
Saif B4A Question MS SQL Help - Bobi (first post)    May 28, 2015   (1 reaction) Something more: you ask about documentation about MS SQL/B4A integration. Please understand difference between MS SQL and MySQL as difference between two different world: Linux/Unix and Microsoft. I don't comment your choice (MS SQL is very good database system anyway) but the best approach to solve B4J Library SQL: Simplyfying Calling Stored Procedures - keirS    Aug 16, 2018   (14 reactions) ' 'Register Input Parameters
MSSQLProcedure.AddInputParameter(1,MSSQLProcedure.SQLINTEGER,"29929")
' 'Register Output Parameters
MSSQLProcedure.AddOutputParameter(2,MSSQLProcedure.SQLINTEGER)
MSSQLProcedure.ExecProcedure(MSSQLConnection)
MyResultSet = MSSQLProcedure.FetchRe Page: 1   2   3   4   5   6   7   Powered by ColBERT |