On 7 Jan 2020, at 2:11pm, Andy <borucki.andr...@gmail.com> 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 <borucki.andr...@gmail.com> 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
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to