qsAdoRdd alfa 3

Post Reply
User avatar
quique
Posts: 408
Joined: Sun Aug 13, 2006 5:38 am
Contact:

qsAdoRdd alfa 3

Post by quique »

Saludos
Quique
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

advantages over AdoRDD?

Post by Otto »

What are the advantages over AdoRDD (free)?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Quique,

Is your RDD based on ADORDD ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
quique
Posts: 408
Joined: Sun Aug 13, 2006 5:38 am
Contact:

Re: advantages over AdoRDD?

Post by quique »

Otto wrote:What are the advantages over AdoRDD (free)?
The unque advantage I can say is use of index, because I try to use ADORDD of xharbour and it doesn't work, I ask to antonio, and he told me the same, for this I do it. I didn't do but tests.
Saludos
Quique
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Post by Rick Lipkin »

ADOrdd is based on Win32ole class included in xHarbour. I use MSSql and Oracle databases .. mostly MS Sql and have found no matter what I do ( programatically ) there is no way to manipulate those indexes. The Server only uses indexes in its execution plan if it will help speed up its query .. and that is a function of the Database .. not the programmer. So I am curious .. have you tried to use MS Sql indexes and can you set orders and seeks on your keys ??

Rick Lipkin
SC Dept of Health, USA
User avatar
quique
Posts: 408
Joined: Sun Aug 13, 2006 5:38 am
Contact:

Post by quique »

Antonio Linares wrote:Quique,

Is your RDD based on ADORDD ?
Some things are based in idea in xharbour's adordd, but not in code.
Saludos
Quique
User avatar
quique
Posts: 408
Joined: Sun Aug 13, 2006 5:38 am
Contact:

Post by quique »

Rick Lipkin wrote:ADOrdd is based on Win32ole class included in xHarbour. I use MSSql and Oracle databases .. mostly MS Sql and have found no matter what I do ( programatically ) there is no way to manipulate those indexes. The Server only uses indexes in its execution plan if it will help speed up its query .. and that is a function of the Database .. not the programmer. So I am curious .. have you tried to use MS Sql indexes and can you set orders and seeks on your keys ??

Rick Lipkin
SC Dept of Health, USA
I use MySql, I don't try in MS Sql, but yes, the idea is use xbase commands based in index the most same possible, and yes, it is based on index on slq tables, but it need some help, if you see ejemplo.prg you can see how to do it. The idea is try to use the same code of dbf to ado, because in this moment, I need it, I have a program that use dbf and the boss is offering the same program for mysql, therefore the need
Saludos
Quique
Post Reply