Przemysław Czerpak wrote:

BTW I'm still waiting for verification of reported RDDADO problems
with current HBWIN OLE code. Can some MS-Windows users check it?

It is not in current SVN, I copied adordd.prg, and adordd.ch and tests\access1.prg from an old backup:

 * $Id: adordd.prg 10183 2009-02-05 09:21:52Z vszakats $
 * $Id: adordd.ch 9997 2008-12-23 02:08:51Z druzus $
 * $Id: access1.prg 9217 2008-08-23 15:02:49Z vszakats $

I altered access1.prg slightly to match xbrtest.mdb which I had from the ado test recently:

/*
 * $Id: access1.prg 9217 2008-08-23 15:02:49Z vszakats $
 */

#include "adordd.ch"

REQUEST ADORDD

function Main()

   USE xbrtest.mdb VIA "ADORDD" TABLE "Customer"

   Browse()

   USE

return nil

It appears to work very well, the browse showing me all the customer details. I think it should be restored to SVN.

Thanks and regards
Alex Strickland
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to