Other MySQL - record locking and insert - udg    Oct 9, 2017 Hi all,
I'd like to receive help on how to properly combine record locking and insert in... add a new record in table2 but at the same time prevent concurrent inserts by users because table2... B4A Question Inserting Records into Mysql Table using ExecuteBatch - Kiumbe (first post)    Feb 14, 2023 Perfect, thanks Erel. Am now able to save records in my MySQL table with no errors. Incase someone is also wondering about ExecuteBatch if when inserting several records and their is an error, all records will fail, it will return tru only if all items within an array have been inserted, very... B4J Question MySQL inserting a record from textFields [Solved] - Peter Lewis (first post)    Mar 30, 2020   (1 reaction)
Have you tried? dtaCellular.Text
Hi
I went o all the fields and they worked correctly except the ... B4i Question RDC mysql table insert record - Adilson Jacinto (first post)    Sep 25, 2015 the column thre even though I'm not going to pass any value?
I mean like this sql.insert_record=INSERT...It is not really related to RDC.
You can add NULL to the SQL command.
But at that point is not... Share My Creation (PHP/MySQL/API) User Login App - aeric    Aug 16, 2024   (31 reactions) .b4x.com/android/forum/threads/b4j-mysql-api-server-key-token-and-b4x-user-login-apps.126081/ 94106... simple PHP with mysql_query function. I have later updated the 2nd sample with mysqli since mysql... are welcome to extend it to become a production ready and more powerful app. For example, In my real app... out how to do it. The answer is in this forum and the Internet. In my previous code snippet, I use... model for the e-hailing app or "Student" and "Courses" models to my e-learning app. ... B4A Question Cannot Insert Records Into a MySQL Table - Mahares    Sep 17, 2012 I cannot insert any records in the MySQL table. Below is the simple PHP connection script and I have attached my very simple B4A project. When a button is clicked the record should be saved. I hope... B4J Question MySQL Insert Update of records - Harris (first post)    Jun 27, 2016 Seems like we need a DBM function
Select SQLtype
Case SQLite
' bound brackets
Case MSSQL
' bound single quotes
Case MySQL
'... Share My Creation [B4J] [MySQL] [API] Server (Key + Token) and [B4X] User Login Apps - aeric    Aug 16, 2024   (39 reactions) Updates: Latest B4XPages user login client apps (using B4J server): https://www.b4x.com/android/forum/threads/project-template-user-login-client-b4x.161914/ 105281 Finally I would like to share my B4J API server written in B4J. Compare to my previous PHP API, this API server implements user access token to authorize user to consume the API. SQL.zip - SQL script to create necessary database and tables in MySQL server. jAPI.zip - Source code for server app (B4J). B4A.zip - Source code... B4A Question Insert list of records from MYSQL (Check if exist) - jmon (first post)    Jul 17, 2015   (1 reaction) This is not really related to B4A. You should search on internet : https://stackoverflow.com/questions/3634984/insert-if-not-exists-else-update
Have a look here if you don't know how to use SQL in B4X : https://www.b4x.com/android/forum/threads/sql-tutorial.6736/#content... B4A Question Inserting records into remote mySQL - Brad (first post)    Sep 14, 2011 Thanks warwound..that idea let me to the solution. The log showed nothing from my mobile.. The problem was, drum roll please, I had forgotten to initialize the HttpClient..usually this throws... Page: 1   2   3   4   5   6   7   |