Search found 4 matches

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

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") SET ADO FORCE LOCK OFF // Required! SET ...
by maromano
Wed Jul 29, 2015 4:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 511270

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 ...
by maromano
Wed Jul 29, 2015 4:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 511270

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: 1047
Views: 511270

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
m

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 that even do several tests ...