Quote from
noyzen on June 7, 2024, 5:49 pm
Hi @hpw !
I just found out that hpwSQLite plugin is avaliable for VisualNeo Win and I like to use it on my apps.
I looked at the sample app, but I don't know how to create a new table using your plugin...
I tested with:
CREATE TABLE test (id INTEGER PRIMARY KEY AUTOINCREMENT,username TEXT UNIQUE NOT NULL);
And not working.
I like to know in what format I should use sqlite query commands to work on hpwSQLite plugin.
(Also about other queries, like delete tables, and other CRUD commands, is there a detailed guide or any website to use?)
Thanks for the great and free plugins!
Hi @hpw !
I just found out that hpwSQLite plugin is avaliable for VisualNeo Win and I like to use it on my apps.
I looked at the sample app, but I don't know how to create a new table using your plugin...
I tested with:
CREATE TABLE test (id INTEGER PRIMARY KEY AUTOINCREMENT,username TEXT UNIQUE NOT NULL);
And not working.
I like to know in what format I should use sqlite query commands to work on hpwSQLite plugin.
(Also about other queries, like delete tables, and other CRUD commands, is there a detailed guide or any website to use?)
Thanks for the great and free plugins!