Re: [sqlite] Open SQLite database from VB

2006-07-03 Thread cstrader232
Thanks to Robert and Gregory! The ADO.NET 2.0 wrapper has me up and running already!

[sqlite] Open SQLite database from VB

2006-07-03 Thread cstrader232
Hello, I'm using Visual Basic Express for the first time. I'd like to connect from VB to my sqlite database. I figured that the database would show up in the databases list as it does in Excel but it does not . I couldn't tell from the Wiki or from past threads what I should do. There seem

Re: [sqlite] .import difficulty

2006-06-02 Thread cstrader232
Well, maybe it can be... thanks again. - Original Message - From: cstrader232 To: sqlite-users@sqlite.org Sent: Friday, June 02, 2006 9:37 AM Subject: Re: [sqlite] .import difficulty thanks all. strange error though because ";" can't be part of a tablename can it?

Re: [sqlite] .import difficulty

2006-06-02 Thread cstrader232
thanks all. strange error though because ";" can't be part of a tablename can it?

[sqlite] .import difficulty

2006-06-02 Thread cstrader232
I'm having trouble importing. I'm using sqlite3 from dos. sqlite3 test.db; create table b (a, b, c); .import "test.txt" b; returns "no such table b" tia

Re: [sqlite] Copy a table across databases

2006-05-03 Thread cstrader232
Thank You!

[sqlite] Copy a table across databases

2006-05-03 Thread cstrader232
I guess I should know this, but is there a way to copy a table from one database to another? Thanks in advance!