[sqlite] How to get the schema

2006-03-26 Thread Brett Goodman
Is there another way to get the column schema besides parsing the original CREATE TABLE command? thx -Brett G. This message was sent using IMP, the Internet Messaging Program.

[sqlite] Trouble with Memory DBs

2006-04-06 Thread Brett Goodman
Hello all.  I'm having some trouble with memory DBs.  The documents that I find on the website say to use ":memory" as  the filename in the call to sqlite3_open.  But the only way I can make the function succeed is by passing NULL. Furthermore, I can't get it work at all if I use

Re: [sqlite] Trouble with Memory DBs

2006-04-06 Thread Brett Goodman
And now I find that if I open a mem DB with sqlite3_open then use sqlite3_prepare16, the function fails with "ErrMisuse" Any ideas? Quoting Brett Goodman :     Hello all. I'm having some trouble with memory DBs. The documents that I find on the website say to us

Re: [sqlite] Trouble with Memory DBs

2006-04-06 Thread Brett Goodman
nd sqlite3_*16 calls. Quoting Brett Goodman :     And now I find that if I open a mem DB with sqlite3_open then use sqlite3_prepare16, the function fails with "ErrMisuse"     Any ideas?      Quoting Brett Goodman : Hello all.  I'm having some trouble with memory DBs

[sqlite] New SQLitePlus version available

2006-05-18 Thread Brett Goodman
Hello all. Just to let everyone know I've released a new SQLitePlus Database Manager (v5) and COM DLL wrapper (v3.5). New features include: Ability to edit/rename an existing table Improved table creation dialog Much improved Grid table editor Binary data viewer window for viewing BLOB

[sqlite] Re: New SQLitePlus version available

2006-05-18 Thread Brett Goodman
Sorry, forgot to put the download link: www.eztools-software.com/downloads/sqliteplus.exe cheers This message was sent using IMP, the Internet Messaging Program.

RE: [sqlite] Good Graphical Tool for 3.x

2005-02-28 Thread Brett Goodman
The SqlitePlus Database Manager is pretty good. Its very similar to Microsoft SQL Query Analyzer. Here is the URL: www.sqliteplus.com Quoting Tim McDaniel <[EMAIL PROTECTED]>: > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] > > Sent: Monday,

[sqlite] Help with Backup API please

2017-02-08 Thread Brett Goodman
Hello Sqlite users. I have a problem I can't solve. I have a C++ DLL project in which I compile the Sqlite amalgamation code. The purpose is to wrap the key Sqlite functions with exported functions I can call from another C++ COM DLL. I'm using VS2003 for this because its part of a legacy