B4A Tutorial B4A Social Network Version 1.30 - Xfood (first post)    
Jul 15, 2022   
(1 reaction)direct mysql
B4A Question [SOLVED]How i will connect to my MariaDB database using MSMariadb (getting Sub NOT FOUND: 'mysql_sta - DonManfred (first post)    
Jul 10, 2017   
(1 reaction)Again: use code tags when posting code!
db.Initialize("MySQL","192.168.168.3:3036","root","mypass","nameofdatabase") 'MySQL is the PREFIX of ALL Events of the Lib
->
Sub MySQL_Status(Connected As Boolean, ReConnecting As Boolean, RetriesLeft As Int)
End Sub
Please note that the IP is only access
link: db.Initialize("MySQL","192.168.168.3:3036","root","mypass","nameofdatabase") 'MySQL is just a name for sub i believe...
it's ok with event name but i
link: Ok i ve understand that i must add mysql_status sub.... because i ve the same name with example (query name)...
But why i am not connected at my db..
link: Hi there - i am trying to connect to my Mariadb sql database... but..
I am getting this :
Sub NOT FOUND: 'mysql_status
not Connected to Database
May
B4A Question Online DB Security (mySQL) - wonder (first post)    
Nov 02, 2015Hi Erel, thanks for the quick response.
Yes I am. What's the good practice method?
link: Are you connecting to the DB directly from the Android app (not a good practice)?
link: Hello DB gurus!
In my game HyperBloX, I'm using an online DB to store the highscores.
Everything works fine, no complaints here.
There is one thing,
B4J Question Would you recommend SQLite? - jroriz (first post)    
Feb 14, 2020   
(3 reactions)Verdict: MySQL
link: Hi,
SQLite is probably not the best choice as mySQL is free and provides a growth path if more than one concurrent users. mySQL is used in a lot of
link: I've been using MySQL for many years, for a local network application written in .NET.
I will install PostgreSQL.
I think it will be perfect for the P
link: I agree with the others, don't use Sqlite for a multiuser database.
I used MySQL 10 years ago and for transaction support you needed to use the InnoDb
B4A Tutorial MySQL: Load Excel Sheets (or other data) via .csv - manhof (first post)    
May 13, 2016This works also with sqlite?
link: Nice & easy: http://www.mysqltutorial.org/import-csv-file-mysql-table/
So you can import Excel sheets by saving as *.csv before or if you have files,
link: If you have a shell where you can use sqlite commands it's similar. On Android it can be done by generating insert commands
It's all about reading th
Share My Creation [PHP] [MySQL] [API] User Login App - aeric    
Aug 16, 2024   
(31 reactions)Web API
Updates:
Latest B4XPages user login client apps (using B4J server):
https://www.b4x.-template-user-login-client-b4x.161914/
Older project:
https://www.b4x.com/android/forum/threads/b4j-mysql-api-server-key-token-and-b4x-user-login-apps.126081/
94106
94119 94118
Android App
9410794
link: Very Nice.
That's what I'm also developing right now, only I don't want to use PHP, but everything with B4J.
Security plays a big role.
link: B4A User Login App (App.zip)
Note: In Starter module, under Process_Globals, you can change the values to your own values.
'Dim strURL As String
B4A Class mysql_php class - easy way to connect webservice (security https & gzcompress) - DonManfred (first post)    
Jul 09, 2017   
(1 reaction)this extension is deprecated as of PHP 5.5.0,
Additionally you are suppressing any error.
link: Hi DonManfred
is true...i change to: mysqli_connect
the errors... i work in a new versions.... i want too put more sentences... (update....), now is r
link: Hi all
i share a easy code to get select from a database using a file on server (can use https)
the first part of code is php to put on server with n
Italian grafico e sql - Nikeddy (first post)    
Apr 16, 2018mysql il db
B4A Question Apps using MySQL: A Security Question - Erel (first post)    
Dec 25, 2015   
(1 reaction)Make sure to set all the important strings in Process_Globals. This way they will be obfuscated.
link: First: NEVER EVER include any userid's, pw's or any other data in your app (can easily be read),
This is a nice source for php and MySql: https://www
link: Hi there
What is the best way to securely include your connection details to an app that uses MySQL?
Whilst users will get registered on my app to u
B4J Question jSQL MySQL traffic encryption? - techknight (first post)    
Jan 29, 2018MySQL is hosted on my cloud server which runs CentOS and Apache.
link: the MySQL database is likely going to reside on a separate server than some of the B4J applications, Question is, is there a way to use the MySQL Libr
link: MySQL and Connector/J support SSL connections. See here for details.
link: Your way out to lunch on this one, I am not encrypting the database at all.
Yes, I am using ABMaterial however I have moved onto other projects that
Page: 1  
2  
3  
4  
5  
6  
7  
Powered by ColBERT