New AdoRDD (free)

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New AdoRDD (free)

Post by Antonio Linares »

Don,

FWH 7.x is not compatible with Harbour 2.0. You need to upgrade FWH to a more recent version.

Current FWH version is 10.1
regards, saludos

Antonio Linares
www.fivetechsoft.com
wzaf
Posts: 38
Joined: Tue Sep 30, 2008 11:16 am

Re: New AdoRDD (free)

Post by wzaf »

I use ADORDD with FWH 10.1 Harbour 2.0 and mysql.
Is there any way to use ADORDD with myodbc connector 5.1 ?

thanks
Wzaf
User avatar
don lowenstein
Posts: 196
Joined: Mon Oct 17, 2005 9:09 pm
Contact:

Re: New AdoRDD (free)

Post by don lowenstein »

Antonio,

What version of Harbour to you ship with the current version of Fivewin?

Also - what is the syntax for opening an index with "use" statement via "ADORDD"?
Can you still do the "index on ... to" ?
Seems like this is Database engine activity?

Thank you
Don Lowenstein
www.laapc.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New AdoRDD (free)

Post by Antonio Linares »

Don,

> What version of Harbour to you ship with the current version of Fivewin?

2.0

>
Also - what is the syntax for opening an index with "use" statement via "ADORDD"?
Can you still do the "index on ... to" ?
Seems like this is Database engine activity?
>

yes, the idea is to use it as another RDD, in the same way as we use DBFNTX, DBFCDX. The problem is that not all ADO supported database engines support all the operations that we can do with DBFs.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
don lowenstein
Posts: 196
Joined: Mon Oct 17, 2005 9:09 pm
Contact:

Re: New AdoRDD (free)

Post by don lowenstein »

Do you think it's feasible for Microsoft SQL Server?

Almost all of my clients utilize MS-SQL server for something, even if they also have some Oracle, Sybase, etc. applications.
Don Lowenstein
www.laapc.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New AdoRDD (free)

Post by Antonio Linares »

Don,

ADORDD is mostly an utility that lets you use ADO without knowing much about ADO. Mainly for simple tasks.

If you need to get the full potential of ADO (and SQL server, etc) you should use ADO directly. The ADORDD source code and many ADO examples here in these forums will let you master ADO in a very short time :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
wzaf
Posts: 38
Joined: Tue Sep 30, 2008 11:16 am

Re: New AdoRDD (free)

Post by wzaf »

Antonio,
where can I find the last version of Adord.prg ?

Tank you

Best regards
WZaf
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New AdoRDD (free)

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
wzaf
Posts: 38
Joined: Tue Sep 30, 2008 11:16 am

Re: New AdoRDD (free)

Post by wzaf »

Tank you , Antonio

Best Regards,
Wzaf
Post Reply