crud

  1. W

    Share My Creation wmCRUD - a generic class for CRUD operations on an SQL(ite) database (with source code) [B4J] [SQL] [SQLite] [CRUD] [Class]

    Abstract Another one in my 'I don't like doing repetitive stuff' repertoire. The rationale for this one is to avoid having to code the 'boring stuff', i.e. CRUD for data tables (usually slightly or completely different than others from other programs) in a new program, again and again. The idea...
  2. Alexander Stolte

    Android Example [B4X] Supabase - Storage Bucket

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ This is a very simple tutorial on how to use the storage bucket options. CREATE Creates a new Storage bucket Name - A unique identifier for the bucket you are creating Dim CreateBucket As...
  3. Alexander Stolte

    Android Example [B4X] Supabase - Database CRUD

    https://www.b4x.com/android/forum/threads/b4x-supabase-firebase-alternative.149855/ This is a very simple tutorial on how to use the CRUD options. A more detailed tutorial is coming soon. CREATE Dim Insert As Supabase_DatabaseInsert = xSupabase.Database.InsertData Insert.From("dt_Tasks") Dim...
  4. Alexander Stolte

    B4A Library [B4X] Supabase - The Open Source Firebase alternative

    Supabase is an open source Firebase alternative. It provides all the backend services you need to build a product. Supabase uses Postgres database with real-time capabilities. Basically, supabase provides an interface to manage postgres database that you can use to create table and insert, edit...
  5. 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...
  6. 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...
  7. aeric

    Share My Creation [Project Template] [Web] API Server

    Web API Server Version: 1.16 Description: Create Web API Server with CRUD functionalities Updates: Web API Server 2.0 is available https://www.b4x.com/android/forum/threads/project-template-web-api-server-2.143310/ Depends on following libraries: ByteConverter, JavaObject, jServer...
  8. josejad

    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...
  9. josejad

    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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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