Skip to content
Advertisement

Tag: dart

Flutter Insert data into the database sqflite

I need to insert the data one at a time and add it to the end of the string, but what happens is that the way I’m doing is overwriting the data Output: This is my SQL: Output SQL: I need it to be like this: Answer According to my comment, use 3 tables : RECEIPTS id nameReceipt descReceipt 1

SQL Statment fails to run with Syntax errors using Flutter/Dart and PostgreSql 12, even though exact same query runs to the same db from python

Hi Flutter/Dart/PostgreSQL noob here; I have an SQL statement which is running fine from a python/Flask application, I am using some variables within it which are added in at runtime to the statement before it is sent to the db.This is the python version; As I said this works fine apologises if I have not added all the variables, that

Advertisement