Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-24 Thread Max Vlasov
On Fri, Jan 24, 2014 at 9:16 PM, Ralf Junker wrote: > On 24.01.2014 10:06, Max Vlasov wrote: > >> BCC 5.5 (freely downloadable) compiles any version of sqlite3 to >> object files linkable to Delphi 5 and later, the only drawback I >> >> Don't know about DISQLite3 , but one of

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-24 Thread Ralf Junker
On 24.01.2014 10:06, Max Vlasov wrote: BCC 5.5 (freely downloadable) compiles any version of sqlite3 to object files linkable to Delphi 5 and later, the only drawback I noticed is that for memory-intensive operations (memory databases) the performance is twice as worst comparing to the dll on

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-24 Thread Clemens Ladisch
Max Vlasov wrote: > They had static variant implemented with msvcrt linked, to remove > the dependency yourself you have to implement the following functions > > _malloc,_realloc,_free,_memset,_strncmp,_memmove,_memcpy,_strlen,_qsort,_memcmp,_localtime malloc/realloc/free are not needed if

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-24 Thread dean gwilliam
On 24/01/2014 09:06, Max Vlasov wrote: So, if you plan get best performance I do! and thank you for your very detailed analysis. I had no idea about nearly all of what you've said and very much appreciate you sharing your findings. It helps a lot.

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-24 Thread Max Vlasov
On Thu, Jan 23, 2014 at 1:33 AM, dean gwilliam wrote: > I'm just wondering what my options are here? > Any advice much appreciated. > ___ My two cents... Historically I took Aducom TDataSet-compatible classes

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-23 Thread dean gwilliam
Clemens, Ralph Thank you very much for your detailed advice on the subject. So far my options are 1) the dll + http://code.google.com/p/hiasm/source/browse/elements/delphi/code/SqLite3Api.pas 2) linking an obj file made using e.g. BC5.5 3) using wrappers off the net 4) using DISQLite3 pro

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-23 Thread Clemens Ladisch
dean gwilliam wrote: > On 23/01/2014 08:45, Clemens Ladisch wrote: >> What exactly do you want to know? What is your goal? > > my goal is to be able to use sqlite 3 in my delphi 5 programs by, > ideally, accessing the raw sqlite api [...] > I mostly compile the amalgamation into the code I use my

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-23 Thread Ralf Junker
On 23.01.2014 11:28, dean gwilliam wrote: More specifically...is there the equivalent of that powerbasic include file for D5 i.e. that enables you to access the dll's function calls unchanged? Failing that...anything that will let me work with the latest sqlite 3 dll The meaner and leaner...the

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-23 Thread dean gwilliam
On 23/01/2014 08:45, Clemens Ladisch wrote: What exactly do you want to know? What is your goal? More specifically...is there the equivalent of that powerbasic include file for D5 i.e. that enables you to access the dll's function calls unchanged? Failing that...anything that will let me

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-23 Thread dean gwilliam
On 23/01/2014 08:45, Clemens Ladisch wrote: dean gwilliam wrote: I'm just wondering what my options are here? Many. What exactly do you want to know? What is your goal? Regards, Clemens ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-23 Thread Clemens Ladisch
dean gwilliam wrote: > I'm just wondering what my options are here? Many. What exactly do you want to know? What is your goal? Regards, Clemens ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-22 Thread dean gwilliam
On 23/01/2014 02:52, Bogdan Ureche wrote: you may want to take a look at UTF-8VCL. Again that's very useful information and thank you for the link. ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-22 Thread Bogdan Ureche
If you want to support UTF-8 in Delphi 5 then you may want to take a look at UTF-8VCL. I have been using with Delphi 2007 with no major issues. http://sourceforge.net/projects/utf8vcl/ Bogdan Ureche On Wed, Jan 22, 2014 at 5:11 PM, dean gwilliam wrote: > On

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-22 Thread dean gwilliam
On 22/01/2014 22:56, RSmith wrote: Hope some of this helps! Yes that's extremely helpful information Ryan. Thanks very much indeed. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-22 Thread RSmith
On 2014/01/22 23:33, dean gwilliam wrote: I'm just wondering what my options are here? Any advice much appreciated. Firstly, high-five on using D5 - All the High-speed Pascal/C /Assembler coding goodness with none of the fat (as far as 32-bit goes anyway) - I use it all the time for

[sqlite] latest sqlite 3 with Delphi 5 professional

2014-01-22 Thread dean gwilliam
I'm just wondering what my options are here? Any advice much appreciated. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users