I want to create a SQL DB with a Primary Key. Have written the following:
It does not work. What am I doing wrong or who has an example?
Searching the net has yielded nothing.
B4X:
sql_PLD.ExecNonQuery("CREATE TABLE IF NOT EXISTS BRP (id_nr INTEGER not null PRIMARY KEY(id_nr) unique, Datum_Aufzeichnung Text, Datum TEXT, Uhrzeit TEXT, Plus_Zeit Float, Flow_Rate Float, Mask_Pressure Float)")
It does not work. What am I doing wrong or who has an example?
Searching the net has yielded nothing.