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 is your experience ?


thanks for your answers

Bruno



///////////////////////////////////////////
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 this exist in harbour

contrib/rddsql is a litle different, because it implements RDD, but not
a class. But it is very easy to do class implementation after RDD is
implemented.
I do not know how much RDD usage and Clipper experience you have, but I
RDD interface to database is more attractive to me, because
Clipper/Harbour syntax supports it. I.e., I can write:
   nID := ID
instead of:
   nID := oDataSet:FieldGet("ID")


> I think Xharbour have a comercial version or I am wrong ?

I guess they have RDD solution, not class interface. But as I said
before it is easy to write class to interface RDD.


Best regards,
Mindaugas
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to