SQLite DOT functions

Terence Heaford t.heaford at icloud.com
Mon May 25 14:45:17 EDT 2015


How do you implement the following DOT function in LiveCode

sqlite>.schema COMPANY


CREATE TABLE COMPANY(
   ID INT PRIMARY KEY     NOT NULL,
   NAME           TEXT    NOT NULL,
   AGE            INT     NOT NULL,
   ADDRESS        CHAR(50),
   SALARY         REAL
);



Thanks

Terry





More information about the use-livecode mailing list