Page 1 of 14

New AdoRDD (free)

PostPosted: Thu Apr 26, 2007 8:24 am
by Antonio Linares
We are proud to announce the availability of an early release of the ADORDD for Harbour and xHarbour. This RDD is planned to be included in the Harbour CVS so we welcome all ADO users to start testing it and colaborating in its development.

Actually this code is already working:

REQUEST ADORDD

FUNCTION Main()

USE test.mdb VIA "ADORDD"

BROWSE()

USE

RETURN nil

It has already been tested with Access and MySQL, but it should work with any DataBase engine that supports ADO.

best regards,

noway http://www.noway.com
Fernando Sanchez

PostPosted: Thu Apr 26, 2007 8:37 am
by Carles
Good news :D

Re: New AdoRDD (free)

PostPosted: Thu Apr 26, 2007 11:28 am
by Enrico Maria Giordano
Great!

EMG

Re: New AdoRDD (free)

PostPosted: Thu Apr 26, 2007 12:03 pm
by ask
Antonio Linares wrote:FiveTech Software and noway www.noway.com are proud to announce the availability of an early release of the ADORDD for Harbour and xHarbour. This RDD is planned to be included in the Harbour CVS so we welcome all ADO users to start testing it and colaborating in its development.

Actually this code is already working:

REQUEST ADORDD

FUNCTION Main()

USE test.mdb VIA "ADORDD"

BROWSE()

USE

RETURN nil

It has already been tested with Access and MySQL, but it should work with any DataBase engine that supports ADO.

best regards,

noway www.noway.com
Fernando Sanchez


How can I use ADORDD ?What libraries do i need?

Thanks
A.S.K

PostPosted: Thu Apr 26, 2007 1:37 pm
by Roberto Parisi
Maybe it will work with FWPPC and ADO x PocketPC?

Regards,
Roberto Parisi

PostPosted: Thu Apr 26, 2007 1:54 pm
by Antonio Linares
A.S.K.

You just need AdoRdd.lib and HbOleAut.lib if you use Harbour. For xharbour users, just AdoRdd.lib

PostPosted: Thu Apr 26, 2007 1:54 pm
by Antonio Linares
Roberto,

We have not tested it with FWPPC yet

Where can I find ADORDD.lib

PostPosted: Thu Apr 26, 2007 2:10 pm
by ask
Antonio Linares wrote:A.S.K.

You just need AdoRdd.lib and HbOleAut.lib if you use Harbour. For xharbour users, just AdoRdd.lib


Antonio I use xharbour but I don't have ADORDD.LIB .Can you please tell me where I can found it?

Thank you in advance
A.S.K.

PostPosted: Thu Apr 26, 2007 2:15 pm
by Roberto Parisi
Thx Antonio,
I'll wait to see it.

Regards,
Roberto Parisi

PostPosted: Thu Apr 26, 2007 5:30 pm
by Antonio Linares
A.S.K.,

Please keep in mind it is a work in progress and has not been uploaded to the Harbour CVS yet. Actually is just usefull for testing, not for production.

Hopefully today will be available for download.

PostPosted: Fri Apr 27, 2007 6:31 am
by ask
Antonio Linares wrote:A.S.K.,

Please keep in mind it is a work in progress and has not been uploaded to the Harbour CVS yet. Actually is just usefull for testing, not for production.

Hopefully today will be available for download.


Thank you both

A.S.K

PostPosted: Fri Apr 27, 2007 12:54 pm
by Antonio Linares
Using the ADORDD with FWH:
Code: Select all  Expand view
#include "adordd.ch"
#include "FiveWin.ch"

REQUEST ADORDD

function Main()

   USE test00 VIA "ADORDD" TABLE "ACCOUNTS" MYSQL ;
      FROM "www.freesql.org" USER "myuser" PASSWORD "mypass"

   Browse()

   USE

return nil

Image

PostPosted: Fri Apr 27, 2007 2:26 pm
by Gale FORd
Could you make a version of adordd.lib compatable with xHarbour commercial?

Thank you

PostPosted: Fri Apr 27, 2007 2:47 pm
by Nop
Hi, works with xharbour.org too?

PostPosted: Fri Apr 27, 2007 3:49 pm
by ramirezosvaldo
Please dont forget for Mac

Best Regards
Osvaldo Ramirez