B4J Library SQL: Simplyfying Calling Stored Procedures - keirS (first post)    Aug 15, 2018   (3 reactions) It should work with any JDBC driver where the DBMS supports stored procedures. I will do an example using SQL server and post it up. Won't be for a day or so though. B4J Question java.sql.SQLNonTransientConnectionException - EnriqueGonzalez (first post)    Oct 11, 2023 it seems that you are calling a sql.close somewhere before doing some more with the sql object.
With this db's you should only close sql once OR use a pool and open / close a new connection everytime is needed Share My Creation [BANAnoVuetifyAD3] Creating CRUD based WebApps free eBook (for those in a hurry) - Mashiane (first post)    Aug 23, 2021   (1 reaction) I'm not sure I fully understand your question. MS Sql Management Studio is a tool to create databases, this thread however is for creating web apps that save data to databases esp mysql. B4J Question SQL query - Jorge M A (first post)    Nov 16, 2019 Which Database are you using? SQLite or MS SQL?
The first approach could be to review the design and include dates in indexes and establish relationships to avoid subquery using INNER JOIN. Share My Creation Chatbot - B4J Web App : Source Code - sfsameer (first post)    Jul 12, 2021 Hello Dear,
The Database is MS SQL (.bak file) is included in the .zip file (the source code)
I think you still didn't restore the database to your own MS SQL and you are still connected to our server database :)
The MySQL script is for the database creation which will be the same as MS SQL datab B4J Question KeyValueStore - Resultset not closed? - Mahares (first post)    Apr 02, 2023 What is the reason to use SQl here. The OP is using KVS which uses an internal SQL database, but I don't see the need to use that SQL code at all, when you can directly access the keys in a list using: kvs.ListKeys. You and the OP seem to go back and forth on this. There must be something to it. B4J Question SQL to Excel? - inakigarm (first post)    Dec 13, 2016   (1 reaction) And/or jPoi library: https://www.b4x.-supports-microsoft-excel-xls-and-xlsx-workbooks.57392/ B4J Question Easiest way to create database and run queries on it - rgarnett1955 (first post)    May 15, 2024   (3 reactions) Hi
An sqLite database is the most flexible way of doing what you want.
Pretty much everything done with a database is done with the Structured Query Language (sql). You can create a database file or an in-memory data base.
You can add a table with fields specified, names, data types etc.
You c B4J Question [RESOLVED] java.sql.SQLException: An attempt by a client to checkout a Connection has timed out. - yfleury (first post)    Jan 05, 2023 I try this and nochange B4J Question Query that returns only the column names that have never been evaluated - Andrew (Digitwell) (first post)    May 06, 2023   (4 reactions) This is true. This is an SQL(lite) specific problem rather than a B4X specific problem so your best answer may be found on a SQL(lite) forum. If you do find a solution, I'd love to hear what it is. Page: 1   2   3   4   5   6   7   Powered by ColBERT |