Re: [sqlite] Sql lite new user

2004-12-08 Thread ibrahim
Thanks you It works fine now

Re: [sqlite] Sql lite new user

2004-12-08 Thread Cory Nelson
A connection object should not be copied, they will both hold the same internal connection to sqlite. I really should add a copy constructor, thanks for reminding me. For now just do sql.open("mk.db"). On Wed, 8 Dec 2004 18:45:17 +0100, ibrahim <[EMAIL PROTECTED]> wrote: > Hello, > > I m new

[sqlite] Sql lite new user

2004-12-08 Thread ibrahim
Hello, I m new to this mailing list , I currently try to add sql lite to a program I m working on It is a quizz program , And I want the question to be incorporated into a sql lite database to enable search ...etc.. I m download the source code of version 2_8_15 And compiled it under