Re: [sqlite] new user seeking help

2017-01-05 Thread Chen, Hui
] new user seeking help On Thu, Jan 5, 2017 at 1:26 PM, Chen, Hui wrote: > Hi there, > > I just recently started integrating System.Data.SQLite.dll into my > project, I started with a very simple winform application. > > I have a very simple method to create a connection

Re: [sqlite] new user seeking help

2017-01-05 Thread Kevin Benson
On Thu, Jan 5, 2017 at 1:26 PM, Chen, Hui wrote: > Hi there, > > I just recently started integrating System.Data.SQLite.dll into my > project, I started with a very simple winform application. > > I have a very simple method to create a connection, txtSqliteFile is > textbox for db file location

[sqlite] new user seeking help

2017-01-05 Thread Chen, Hui
Hi there, I just recently started integrating System.Data.SQLite.dll into my project, I started with a very simple winform application. I have a very simple method to create a connection, txtSqliteFile is textbox for db file location. SQLiteConnection GetConnection() { string connectionStri