FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New AdoRDD (free)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: New AdoRDD (free)

Posted: Tue Feb 09, 2010 07:58 PM

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
Posts: 38
Joined: Tue Sep 30, 2008 11:16 AM

Re: New AdoRDD (free)

Posted: Thu Feb 11, 2010 11:25 AM

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

Posts: 204
Joined: Mon Oct 17, 2005 09:09 PM

Re: New AdoRDD (free)

Posted: Thu Feb 11, 2010 08:42 PM

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
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: New AdoRDD (free)

Posted: Tue Feb 16, 2010 09:46 AM

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
Posts: 204
Joined: Mon Oct 17, 2005 09:09 PM

Re: New AdoRDD (free)

Posted: Tue Feb 16, 2010 07:49 PM

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
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: New AdoRDD (free)

Posted: Tue Feb 16, 2010 10:15 PM

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
Posts: 38
Joined: Tue Sep 30, 2008 11:16 AM

Re: New AdoRDD (free)

Posted: Thu Feb 18, 2010 11:23 AM

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

Tank you

Best regards
WZaf

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: New AdoRDD (free)

Posted: Thu Feb 18, 2010 04:48 PM
regards, saludos

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

Re: New AdoRDD (free)

Posted: Fri Feb 19, 2010 10:58 AM

Tank you , Antonio

Best Regards,
Wzaf

Continue the discussion