Page 14 of 14

Re: New AdoRDD (free)

PostPosted: Tue Feb 09, 2010 7:58 pm
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

Re: New AdoRDD (free)

PostPosted: Thu Feb 11, 2010 11:25 am
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

Re: New AdoRDD (free)

PostPosted: Thu Feb 11, 2010 8:42 pm
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

Re: New AdoRDD (free)

PostPosted: Tue Feb 16, 2010 9:46 am
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.

Re: New AdoRDD (free)

PostPosted: Tue Feb 16, 2010 7:49 pm
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.

Re: New AdoRDD (free)

PostPosted: Tue Feb 16, 2010 10:15 pm
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 :-)

Re: New AdoRDD (free)

PostPosted: Thu Feb 18, 2010 11:23 am
by wzaf
Antonio,
where can I find the last version of Adord.prg ?

Tank you

Best regards
WZaf

Re: New AdoRDD (free)

PostPosted: Thu Feb 18, 2010 4:48 pm
by Antonio Linares

Re: New AdoRDD (free)

PostPosted: Fri Feb 19, 2010 10:58 am
by wzaf
Tank you , Antonio

Best Regards,
Wzaf