Re: [sqlite] ANN: SQLiteSpy 1.5.1 released

2006-02-05 Thread albert drent
In general there are advantages and disadvantages about static linking of dll's. Major advantage is that if it works, you don't have to bother about dll's. But if you have more app's using the database then it might be a disadvantage. I like to use same version with all my apps and use a central

[sqlite] ANN Delphi components for SQLite 3.2.1

2005-03-30 Thread albert drent
sqlite.aducom.com albert drent

Re: [sqlite] [ANN] SQLite Analyzer 3

2005-03-15 Thread albert drent
Quoting Serge Liber <[EMAIL PROTECTED]>: Sergey, Have you Delphi components for SQLite available? Serge Liber Hello SQLite users, I'm pleased to announce the release of SQLite Analyzer. http://www.kraslabs.com/files/sqlanlz.exe -- Best regards Sergey Startsev SQLite Analyzer - SQLite database ma

Re: [sqlite] ticket 1147

2005-02-28 Thread albert drent
wasn't a big deal after all, but some of our users where frustrated by the isue. I would welcome an api set for retrieval of sql query metadata. The fact that users can change pragma will not have influence on the working of wrappers any more then. albert drent aducom software

Re: [sqlite] ticket 1147

2005-02-28 Thread albert drent
things going again. Not using this, caused additional metadata retrieved from the query, i.e. the rowid was reported differently. Perhaps this is a help for other wrapper authors. I remember a similar post by Tim Anderson who is an author of a 'simple' wrapper of Delphi. Albert Drent aducom

Re: [sqlite] BLOB problem

2005-02-24 Thread albert drent
I use the api sqlite3_bind_blob. Albert

[sqlite] feature request

2005-02-22 Thread albert drent
Reading the 'unsupported features page' there's a feature request about allowing the + and - join syntax like oracle has. It would allow more easy readable and writable queries although I know it's not quite standard. SQLite used to have this (I read) but has been removed. Albert Drent

Re: [sqlite] ANN: ASQLite3 components for SQLite3.1.x released

2005-02-22 Thread albert drent
ncompatibility > with > > the latest sqlite.dll. > > > > Components can be found on sqlite.aducom.com > > > > albert drent > >

[sqlite] ANN: ASQLite3 components for SQLite3.1.x released

2005-02-22 Thread albert drent
Today we released a new version of the Delphi / BCC components for SQLite 3.1.x. It has some enhancements, but more important it fixes the incompatibility with the latest sqlite.dll. Components can be found on sqlite.aducom.com albert drent

Re: [sqlite] Speeding up your SQLite DB (Windows mostly)

2005-02-10 Thread albert drent
Quoting Chris Schirlinger <[EMAIL PROTECTED]>: > > I wouldn't sell the BDE-style components short, as they may be useful > > for some, if well-written and well-documented, but I like simple. The (Borland) BDE is a lot of overhead conceirning database access, but it's a transparent layer allowing

Re: [sqlite] [SQLite] Variations in DLLs

2005-02-05 Thread albert drent
- Forwarded message from albert drent <[EMAIL PROTECTED]> - Date: Sat, 5 Feb 2005 03:01:20 -0500 From: albert drent <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Subject: Re: [sqlite] [SQLite] Variations in DLLs To: sqlite-users@sqlite.org Hi, I'm s