[Harbour] RDDADS field types

2009-11-18 Thread Mindaugas Kavaliauskas
Hi, I found some incompatibilities trying to move database from DBF to ADT. ADT has more field types than a classic DBF. Field types in FIELDINFO method returns long names like: IMAGE, DOUBLE, TIMESTAMP, MODTIME. This code was written long time ago when Harbour has no support for such

Re: [Harbour] RDDADS field types

2009-11-18 Thread Viktor Szakáts
I found some incompatibilities trying to move database from DBF to ADT. ADT has more field types than a classic DBF. Field types in FIELDINFO method returns long names like: IMAGE, DOUBLE, TIMESTAMP, MODTIME. This code was written long time ago when Harbour has no support for such types

Re: [Harbour] RDDADS field types

2009-11-18 Thread Mindaugas Kavaliauskas
Hi, Viktor Szakáts wrote: None from me. It's an important fix. Perhaps you can also add mapping to CREATEFIELDS() for Harbour type codes too, so both method can be used. Yes, of cause. Such mapping is already implemented, f.e., you can use both M, and MEMO as a field type in DBCREATE().