
Windows Alternative to Base - Windows - Xojo Programming Forum
Jun 15, 2018 · I use Base.app on macOS as a SQLite browser. What is the best product like this for Windows?
Unable to drop a Column in SQLite - Xojo Programming Forum
Jul 2, 2022 · SqLite does not support dropping a column. You have to create a copy of the table (along with its data), drop the original table, recreate the original without the column, and copy the data back …
SQLite: delete a Column ? - Databases - Xojo Programming Forum
Dec 7, 2016 · Where I have needed this I have created the new column (ALTER TABLE ADD columnName TEXT), copied the data from the old column (UPDATE tableName SET newColumn = …
SQLite 1000 row limit?! - General - Xojo Programming Forum
May 18, 2016 · Hi All, I’m writing to a SQLite database, and after 1000 rows it isn’t taking any more inserts. There is no error, the insert statement completes successfully but the row just gets …
SQLite database password - Databases - Xojo Programming Forum
Jun 26, 2024 · When we use the password, does that actually result in a truly encrypted database? Or are we just relying on programs not peeking past the gate, so to speak, when a password is incorrect?
macOS app not starting - Page 2 - macOS - Xojo Programming Forum
Jan 9, 2026 · Hello, Recently we had more feedback from customers regarding the app working fine but after some times, when starting the app, the app does not start, its “jumping” in the dock and close …
SQLite Duplicate Record - Databases - Xojo Programming Forum
Sep 12, 2017 · I need to build a temporary table from a complex selection of records from a SQLite table. Is there a way to duplicate the record from one table into another table without manually …
Is there a max character length of a SQLite field (TEXT/VARCHAR)?
Oct 10, 2017 · Hi. Quick question. Is there a limit to the number of characters a field in SQLite can accept? I’m currently working on a study guide with various modules/chapters. I’ve been sub …
Favorite SQL editor? - Databases - Xojo Programming Forum
Aug 11, 2013 · What SQL editors are people liking for creating and setting up relational databases here?
Zindex - Web - Xojo Programming Forum
Feb 4, 2025 · Hi, I am a returning XOJO programmer. I tried some few sample made in XOJO 2024 release 4.2. I would like to know if ZINDEX is already back? if now, what is alternative to make web …