[Harbour] rddsql

2008-11-28 Thread Bruno Luciani
Yes mindaugas I understand what do you say , I use DBF and RDDCDX but I like in future try other databases . In your experiencies how is the perfomance of rddsql and mysql or postgres when you load a database , in a browse ? respect DBF ? I hear that may be is not good in larger database, which i

Re: [Harbour] Problem building telepathy test program

2008-11-28 Thread Przemyslaw Czerpak
On Fri, 28 Nov 2008, Barry Jackson wrote: Hi Barry, > More problems. > There is a "THREAD STATIC s_aPorts" declaration before the main procedure > in telepathy.prg and no matter how I build this it always crashes with: > Error BASE/1003 Variable does not exist: S_APORTS. Even if I put altd() >

Re: [Harbour] Problem building telepathy test program

2008-11-28 Thread Barry Jackson
More problems. There is a "THREAD STATIC s_aPorts" declaration before the main procedure in telepathy.prg and no matter how I build this it always crashes with: Error BASE/1003 Variable does not exist: S_APORTS. Even if I put altd() before any other functions in main() it crashes first. I have t

Re: [Harbour] 2008-11-01 21:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-11-28 Thread Przemyslaw Czerpak
On Fri, 28 Nov 2008, Mindaugas Kavaliauskas wrote: Hi Mindaugas, > I was thinking about: >{"LANGUAGE"=>"PL_PL", "CPID"=>"PLISO", "TABLE"=>{...}} > but using numeric keys are also possible. In such case we will have translations in separate table encapsulated in other table. If we accept it t

Re: [Harbour] 2008-11-01 21:13 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2008-11-28 Thread Mindaugas Kavaliauskas
Hi, First we should agree final version and resolve some problems. 1. how to keep translation in memory. IMHO it should be single serialized item and hash item is very good choice because it can be also easy extended to keep additional attributes. All translation strings will be indexe

[Harbour] BCC 6.10 is out

2008-11-28 Thread Massimo Belgrano
Is aivable a new commercial version of Borland C++ C++ Builder 2009 include CodeGear C++ Compiler 6.10 (bcc32) http://www.codegear.com/products/cppbuilder/feature-matrix/ Have somebody tried with harbour? wich test is better for determine speed of c compiler wich harbour? Good see is somebody have

Re: [Harbour] RDDSQL

2008-11-28 Thread Mindaugas Kavaliauskas
Hi, no, I've never used Firebird in real app, I only created a sample of sql driver for Harbour. It is based on native Firebird C API (http://www.ibphoenix.com/downloads/60ApiGuide.zip), but not on IBPP. I guess IBPP is also based on Firebird API. Every DBMS has its + and -. Someone needs O

Re: [Harbour] re:SQLRDD

2008-11-28 Thread Mindaugas Kavaliauskas
Hi, Hi Mindaugas , I realy looking for 2 things in the first place an rdd for postgres may be interesting I'll try to commit Postgre in a spear time. But I am looking too for a class that simplifies and unify the use of sql databases. Like Python DB-API, I don 't know if anything like thi

Re: [Harbour] Can't allocate 2 GB

2008-11-28 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Maurilio Longo" <[EMAIL PROTECTED]> A: "Harbour Project Main Developer List." Data invio: venerdì 28 novembre 2008 11.27 Oggetto: Re: [Harbour] Can't allocate 2 GB Because, as you might know, "640 KB should be enough for anybody" :D :-) Joking aparts, t

Re: [Harbour] Can't allocate 2 GB

2008-11-28 Thread Maurilio Longo
Because, as you might know, "640 KB should be enough for anybody" :D Maurilio. Enrico Maria Giordano wrote: > Why? > > function Main() > > local cText := Space( 1024 * 1024 * 1024 ) > > ? "1 giga" > > cText += cText > > ? "2 gigas" > > return nil > > Application Internal Error - E

[Harbour] Can't allocate 2 GB

2008-11-28 Thread Enrico Maria Giordano
Why? function Main() local cText := Space( 1024 * 1024 * 1024 ) ? "1 giga" cText += cText ? "2 gigas" return nil Application Internal Error - E:\HARBOUR\TEST.EXE Terminated at: 2008.11.28 11:13:31 Unrecoverable error 6005: Exception error: Exception Code:C005 Exception Ad