On 7 Jan 2020, at 2:11pm, Andy <[email protected]> wrote: > Which function are for crating new database, tables, indices, columns, fill > tables.
You do this with SQL commands, just like the commands you use to read data out of the database. <https://www.w3schools.com/sql/sql_create_table.asp> On 7 Jan 2020, at 2:23pm, Andy <[email protected]> wrote: > New database is simply open not existing file in path? Your path is for files you execute. You do not execute a database file. So if the database is not in your current directory you must specify the directory it is in. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

