Re: [Harbour] Experiences with sqlite?

2008-01-13 Thread Lorenzo Fiorini
On Jan 13, 2008 10:41 PM, maurilio longo <[EMAIL PROTECTED]> wrote: > I was doing some tests with it last week, see how curious life is :) Yes :) > I've started looking at it because I was thinking about using it for a cheap > sql-rdd via usrrdd, but I've not reached the point where I > ... >

[Harbour] HB_LONG_LONG_OFF in OS/2

2008-01-13 Thread David Arturo Macias Corona
Przemek: This is a request/answer I made to Maurilio Longo recently: --- > On other subject: > xharbour\include\hbdefs.h have this line: > #define HB_LONG_LONG_OFF > while harbour does not, forcing to add it to build script > > What do you suggest, t

Re:[Harbour] Experiences with sqlite?

2008-01-13 Thread maurilio longo
Hi Lorenzo, I was doing some tests with it last week, see how curious life is :) I've read sqlite site and it says that 10Gb is its upper limit. I've started looking at it because I was thinking about using it for a cheap sql-rdd via usrrdd, but I've not reached the point where I can say that

[Harbour] Experiences with sqlite?

2008-01-13 Thread Lorenzo Fiorini
Is there anybody with experiences with sqlite? I'll make some questions assuming "yes" of the one above :) Is its "query" performance comparable to db like postgresql or mysql? Since it can be embedded, could it be possible to speed up the DBF import? ( that is avoid DBF -> TEXT -> SQL ) Is the

[Harbour] six driver

2008-01-13 Thread Jorge A. Giraldo
Hi All, The following code will encrypt a file, but will not decrypt it (Only de header as long as I can see). When encrypted, the name becomes unreadable... proc main() If !File("CLIENTS.DBF") DbCreate("CLIENTS", {{"NAME", "C", 40, 0}}) Use CLIENTS Append Blank CLIENTS->NAME := 'I

[Harbour] SF bugtracker#1861888: Object manipulation __objAddMethod( )

2008-01-13 Thread Chen Kedem
http://sourceforge.net/tracker/index.php?func=detail&aid=1861888&group_id=681&atid=100681 The following program used to work 8 years ago (was is THAT long ago??) when I wrote the docs for the __objAddMethod() function: ---tt50.prg--- PROC main LOCAL oHappy oHappy := HBClass():New( "THappy" ) __ob

Re: [Harbour] TBrowse Behavior

2008-01-13 Thread Szakáts Viktor
Hi Marco, Thanks a lot for your test code. I have lots of alignment fixes "in the pipe", I'll check these modifications using your code too. Brgds, Viktor On 2008.01.12., at 18:01, Mario H. Sabado wrote: Hi Viktor, Below test code when run between Harbour and xHarbour demonstrates one diff