connect to sql server to sqlite in sqlite manager -
how import sql query sqlite database? i'm using sqlite manager add on in firefox, , there option import sql, don't see can connect server. i'm looking code in format:
begin transaction; server=servername;database=dbname; user_id=username; password=password; select * table_name; commit;
try .read file-1 in file-1 sql-statements exported server
alternative .import file-2 table-1 file-2 excel-formatted textfile table-1 automatically created if column names provided in 1st line
ref: https://www.sqlite.org/cli.html see also: http://igrali.com/2015/05/01/using-sqlite-in-windows-10-universal-apps/
Comments
Post a Comment