Search found 4 matches

by maromano
Thu Jul 30, 2015 10:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1030
Views: 139693

Re: ADO RDD xHarbour

I tried to test this, but I cannot get this working because the following code does not work also: #include "fivewin.ch" #include "adordd.ch"     REQUEST ADORDD, ADOVERSION     FUNCTION Main()        RddRegister("ADORDD",1)        RddSetDefault("ADORDD")     ...
by maromano
Wed Jul 29, 2015 4:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1030
Views: 139693

Re: ADO RDD xHarbour

Pieter or anyone: Is there way to not import deleted records from a DBF, or do we need to PACK the database before importing? Maybe we can just do: APPEND FROM ... FOR ! DELETED() James James With my code if you use ADO VIRTUAL SET DELETE ON and let SET DELETED OFF, qdo import via dbfcdx HBDELETED ...
by maromano
Wed Jul 29, 2015 4:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1030
Views: 139693

Re: ADO RDD xHarbour

Hi , James
In my tests the append from work via dbfcdx

Download my code and test.
Just did tests with ACCESS .
by maromano
Tue Jul 28, 2015 10:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1030
Views: 139693

Re: ADO RDD xHarbour

Hello, I am new to the forum and downloaded the ADORDD code. I did several tests and several changes. url off my fork https://github.com/maromano/adordd I created ADO VIRTUAL DELETE SET ON / OFF ADO SET DEFAULT DELETED FIELD TO cname SET ADO FIELDDELETED TABLES LIST TO array take a look at TRYADORDD...