Re: [sqlite] read sql script file

2012-07-24 Thread Black, Michael (IS)
NT Solutions Operating Unit Northrop Grumman Information Systems From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of YAN HONG YE [yanhong...@mpsa.com] Sent: Tuesday, July 24, 2012 5:16 AM To: sqlite-users@sqlite.org Subject: EXT :[sqlite] read sql script file in t

[sqlite] read sql script file

2012-07-24 Thread YAN HONG YE
in the shell.c source file ,have a function .read file, and I wanna use it to my c++ code, when I hava a sql script file,such as : create table test (id integer primary key, value text); insert into test (id, value) values(1, 'eenie'); insert into test (id, value) values(2, 'meenie'); insert