New AdoRDD (free)
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
New AdoRDD (free)
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
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
Last edited by Antonio Linares on Thu May 03, 2007 11:20 am, edited 1 time in total.
Good news
Salutacions, saludos, regards
"...programar es fácil, hacer programas es difícil..."
https://modharbour.app
https://modharbour.app/compass
https://forum.modharbour.app
"...programar es fácil, hacer programas es difícil..."
https://modharbour.app
https://modharbour.app/compass
https://forum.modharbour.app
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: New AdoRDD (free)
How can I use ADORDD ?What libraries do i need?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
Thanks
A.S.K
-
- Posts: 116
- Joined: Thu Oct 13, 2005 5:14 pm
- Location: Italy
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Where can I find ADORDD.lib
Antonio I use xharbour but I don't have ADORDD.LIB .Can you please tell me where I can found it?Antonio Linares wrote:A.S.K.
You just need AdoRdd.lib and HbOleAut.lib if you use Harbour. For xharbour users, just AdoRdd.lib
Thank you in advance
A.S.K.
-
- Posts: 116
- Joined: Thu Oct 13, 2005 5:14 pm
- Location: Italy
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Using the ADORDD with FWH:
Code: Select all
#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
-
- Posts: 101
- Joined: Mon Oct 10, 2005 6:48 pm
- Location: Cd. Juarez Chihuahua
- Contact: