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
Antonio Linares wrote:A.S.K.
You just need AdoRdd.lib and HbOleAut.lib if you use Harbour. For xharbour users, just AdoRdd.lib
#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
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 45 guests