> -----Original Message----- > From: EzTools Support [mailto:[EMAIL PROTECTED] > Sent: 11 September 2004 00:30 > To: [EMAIL PROTECTED] > Subject: Re: [sqlite] Newbie's first question about using > SQLite in C++ > > I would use the SqlitePlus COM DLL with .NET rather than try > to wrap it with managed C++ code. See www.sqliteplus.com.
Why would you want the overhead of COM interop? Better to use one of the ADO.NET providers for SQLite I would have thought. Tim