crud

  1. Magma

    Share My Creation EasyCode - Form/B4XTable Generator with no writting code [B4A] [B4J]

    Well, I ve decided to create a Form-View Generator (B4J - B4A)... that creates Forms with B4XTable + with no writing code at all... The Designer is in B4J (like FormBuilder), the produced code/files working at B4A too !!! Well.. after one month of programming... I want to share / sell my...
  2. Magma

    Share My Creation EasyCode - Form/B4XTable Generator with no writting code [B4J] [B4A]

    Well, I ve decided to create a Form-View Generator (B4J - B4A)... that creates Forms with B4XTable + with no writing code at all... The Designer is in B4J code, the produced code/files working at B4A too !!! - It uses SQLite, easily can change at any SQL Database (mysql, mssql... etc) - You...
  3. aeric

    Share My Creation Web API Template

    Web API Template Version: 1.15 Description: A boilerplate for creating REST API Server with database CRUD functionalities. Updates: Web API Template 2.0 (beta) is available https://www.b4x.com/android/forum/threads/web-api-template-2-beta.143310/ Depends on following libraries...
  4. José J. Aguilar

    Spanish [B4XPages] jRDC2 + MySQL CRUD + Login

    Hola a todos: Por fin me he puesto a probar un poco con B4XPages, y he empezado a adaptar el ejemplo B4XPages + B4XDrawer Creo que he visto algunos ejemplos con php + mysql para hacer login, etc... pero he visto pocos con jRDC2. Los datos de la base de datos y la interfaz gráfica son bastante...
  5. José J. Aguilar

    Android Example [B4XPages] jRDC2 + MySql CRUD + Login

    Hi all: I'm starting (at last) to work with B4XPages, so I've started to adapt the B4XPages + B4XDrawer example. I think I’ve seen more examples with php + mysql, but no projects with Jrdc2. Maybe the dummy data and the UI are too basic, but you can get some ideas. What do we need? - A...
  6. Mashiane

    B4J Library [BANanoMSSQL] PDO CRUD Class for MSSQL

    Ola UPDATE 2020-05-23: Please use this library instead This class is for CRUD functionality via a BANano and SQL Server BackEnd. Usage. 1. Update the connection settings in msconnect.php to your database. Add this to the Files tab of your BANano project. 2. Include the attached class to your...
  7. Mashiane

    B4J Tutorial [BANanoWebix] Creating Multi-Page Apps - Part 5

    Ola Download BANanoWebix Things Copy the 1.Libraries contents to your external b4j libraries folder. The project source code for this lesson is in BANanoWebixMultiPage Part 5 here closes this tutorial. This encompasses everything we have learned from Part 1 to Part 4 and some more. 1. We...
  8. Mashiane

    B4J Tutorial [BANanoWebix] Creating Multi-Page Apps - Part 4

    Ola Download BANanoWebix Things The project source code is on the BANanoWebixMultiPage folder. Ensure to update the external libraries folder for b4j with contents of the 1. Libraries folder. Part 3 of our lesson looked at the addition of the grid and forms for both cities and positions of...
  9. Mashiane

    B4J Tutorial [BANanoWebix] App Creation Process: The BackEnd with BANanoSQL

    Ola Part 1 This is part 2 of our App Creation Process. We focus on the backend to store our data. The first backend we will look at is BANanoSQL, then BANanoSQLite & BANanoMySQL. The last two use inline PHP methodology. In lesson 1 we created our UI, a form named 'form' with 4 textboxes named...
  10. Mashiane

    B4J Library [BANanoSQLUtils] A BANanoSQL helper class for CRUD functionality

    Good day UPDATE 2020-05-19: Please use this library instead The attached class will help you in creating basic sql statements for CRUD functionality using BANanoSQL. We feature CREATE, UPDATE, UPDATE & DELETE statements, we also have added, creating a table. Whilst this class will work...
  11. Mashiane

    B4J Library [BANanoSQLite] SQLiteDB PHP CRUD Class for BANano

    Ola UPDATE 2020-05-19: Please use this library instead Update: BANanoSQLite1 Example If you are opting for MySQL connectivity, BANanoMySQL is available here. My journey finally has led me to complete a basic wrapper that one can use for PHP SQLite access. Initially, we tried...
  12. Mashiane

    B4J Tutorial [BANanoSQL] CRUD with grid & modal using UOENow

    Ola Creating this demo app has has been done in 2 phases. The first phase has been to develop the components to use with the app into a BANano based library and secondly to build the resulting CRUD app using those components. The elements / components are HTML based elements (built as class...
  13. Mashiane

    B4J Tutorial Beginning Firebase Database in JavaScript: CRUD-ing around

    Hi there... Anyway, this should not be long. Many moons I was requested to work on a firebase wrap for ABM. Im not there yet, but this should be a start. I'm still getting a hang of it and more will follow as I make more progress. I'm testing this for something I'm doing, however you can use...
  14. Germán Arduino

    B4J Question CRUD for B4J & SQLite

    Hi: I'm thinking in develop a simple product, that will need some data and the possibility of make reports and charts with such data. I think in SQLite for a simple way that permit package the app and database in a single installer and then the user can install it easily with not much hassle...
Top