[sqlite] ANN: Delphi/Cpp builder ASQLite3 components for SQLite3.0.x released

2004-07-21 Thread aducom
the sqlite3.dll from http://squeakycode.net/ This version has all the documented api set exported. Best regards, Albert Drent aducom software

[sqlite] sqlite3.dll

2004-06-22 Thread aducom
While converting my Delphi components to version 3 I found out that the documented function sqlite3_exec... is not exported in the sqlite.dll. Is it an idea to rename this dll to sqlite3.dll? Albert - To unsubscribe, e-mail: [E

[sqlite] sqlite3.dll

2004-06-22 Thread aducom
While converting my Delphi components to version 3 I found out that the documented function sqlite3_exec... is not exported in the sqlite.dll. Is it an idea to rename this dll to sqlite3.dll? Albert - To unsubscribe, e-mail: [E

[sqlite] SQL syntax

2004-06-21 Thread aducom
Is there a document describing changes in sql statements, especially on pragma's? Which pragma's are understood? Albert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [sqlite] Saving BLOBs in Sqlite

2004-05-08 Thread aducom
;m affraid these functions will not be available in a short notice. You can use escape routines of your own but if other app's will need the same database you might face compatibility problems. It's been an isue to us rather a while now. Albert Drent aducom software > Dear si

[sqlite] version 14

2004-05-05 Thread aducom
Hi, The real question was if it's possible to deploy sqlitedll version 14 containing the escape routines you mentioned in a previous post. This will make blob fields implementable in our components. I understood that these routines are already available in cvs. best regards, Albert --

[sqlite] release 14

2004-05-04 Thread aducom
Hi, Is it possible to do a release 14 of the sqlite.dll with the support of real blobs? (It's available in cvs?) Or will I have to wait for the full new version? Albert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [sqlite] CVS branch

2004-04-24 Thread aducom
Will there be a version 14 with blob support? (The escape routines are needed in the dll, but are only available in cvs?) Will the experimental version 3.0 and follow-up also be available as a dll binary? (Windows). I would like to investigate differences in an early stage for modification of D

Re: [sqlite] PRAGMA empty_result_callbacks

2004-04-12 Thread aducom
We thought that this was a problem too, but investigating we found out that in version 12 the execution of the pragma did not trigger the callback, but version 13 does. Which means that you have to ignore this first trigger, since it contains no data. Albert Drent aducom software > Hi

Re: [sqlite] A proposal for SQLite version 3.0

2004-04-07 Thread aducom
this possibility it would mean that the single component set will be able to handle both sqlite versions, and call different routines and allocate different dll, depending on the version of the file. function GetSQLiteFileVersion(FileId : pChar) : cardinal; albert drent aducom sof

[sqlite] Sorry for the repeated reply

2004-04-01 Thread aducom
Something terrible went wrong here. Again sorry. Albert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [sqlite] Using sqlite with C++Builder6

2004-04-01 Thread aducom
If you know how to apply Delphi components into C++Builder then you might give the components of sqlite.aducom.com a try. Albert > I have it working under Windows 2000 using BCB 6. > > -Original Message- > From: Eli Wheaton [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 4:47

RE: [sqlite] Using sqlite with C++Builder6

2004-04-01 Thread aducom
If you know how to apply Delphi components into C++Builder then you might give the components of sqlite.aducom.com a try. Albert > I have it working under Windows 2000 using BCB 6. > > -Original Message- > From: Eli Wheaton [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 4:47

RE: [sqlite] Using sqlite with C++Builder6

2004-04-01 Thread aducom
If you know how to apply Delphi components into C++Builder then you might give the components of sqlite.aducom.com a try. Albert > I have it working under Windows 2000 using BCB 6. > > -Original Message- > From: Eli Wheaton [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 4:47

RE: [sqlite] Using sqlite with C++Builder6

2004-04-01 Thread aducom
If you know how to apply Delphi components into C++Builder then you might give the components of sqlite.aducom.com a try. Albert > I have it working under Windows 2000 using BCB 6. > > -Original Message- > From: Eli Wheaton [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 4:47

RE: [sqlite] Using sqlite with C++Builder6

2004-04-01 Thread aducom
If you know how to apply Delphi components into C++Builder then you might give the components of sqlite.aducom.com a try. Albert > I have it working under Windows 2000 using BCB 6. > > -Original Message- > From: Eli Wheaton [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 4:47

RE: [sqlite] sqlite.org ISP problems

2004-03-31 Thread aducom
Another (very good) provider with 7 * 24hrs support is www.nomonthlyfees.com We use it over a few years now, and even on sunday here (Netherlands) we get fast support by NMF even if it's in the middle of the night in America (where they are). Albert Drent aducom software > Guys,

[sqlite] Text(3)

2004-03-24 Thread aducom
For the users using the Delphi components there is a property in TASQLiteTable and TASQLiteQuery to set or reset the 'typeless' property. Setting this property to 'false' (typed) means that all data-aware components of Delphi will react on the defined type (must be delphi compatible) and length,

[sqlite] Callback routine (3)

2004-03-11 Thread aducom
Sorry for my bad English, but I found the previous message not clear enough, As of version 13 the first row containing the metadata has a columncount of 0, the other datarecords has the correct value of the number of fields. In version 12, all records show the correct number of fields in colum

[sqlite] callback routine [2]

2004-03-11 Thread aducom
must be a bug? Albert Drent aducom software - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[sqlite] callback routine

2004-03-11 Thread aducom
Hi, I have created Delphi components for SQLite. All worked well but the newest sqlite.dll is giving me problems. The columncount in the callback routine is always 0 causing my components to crash. Have I missed something or is it a bug? Albert Drent aducom software