From: Eckhard Sallermann on
Hi *,

can someone tell me how to join DBF�s with VO 2.8 and Clipper Comix ?

!!! importantly memofields !!!!


i am using

Clipper 5.2e
Comix 3.00.09
VO 2.8 SP1

SetAnsi(true)

SetCollation(#CLIPPER)

SetInternational(#CLIPPER)

SetExclusive(FALSE)

Set date german

SetDateCountry(GERMAN)

SetDateFormat("DD.MM.YYYY")

SetCentury(TRUE)

SetDeleted( FALSE )


Hope someone can help me
Ecki


From: Stephen Quinn on
Eckhard

Check _SET_MEMOBLOCKSIZE (RDDInfo(),RDDSetDefault()) as well.

Also which app created the DBFs, any error codes for what failed in your
attempts to get this working so far.

CYA
Steve


From: Robert van der Hulst on
Hi Eckhard,
On Tue, 2 Sep 2008, at 08:27:15 [GMT +0200] (which was 8:27 where I live)
you wrote about: 'VO CDX and Comix CDX'

> can someone tell me how to join DBF�s with VO 2.8 and Clipper Comix ?

> !!! importantly memofields !!!!

What is the problem ?


--
Robert van der Hulst
AKA Mr. Data
Vo2Jet & Vo2Ado Support
VO & Vulcan.NET Development Team
www.heliks.nl

From: Eckhard Sallermann on
Hi Stephen,

the clipper app and the vo app use the same memoblock size of 64
it doesn�t matter wich app creates the database files ( DBF + FPT )

the clipper app crashes with an comix error:

1011 a write wich should have worked failed
this would occur if the media failed, or if a physical lock on the region
existed
Default rdd is: clipper = COMIX , VO = DBFCDX


"Stephen Quinn" <stevejqNO(a)SPbigpond.AMnet.au> schrieb im Newsbeitrag
news:mq5vk.33088$IK1.14483(a)news-server.bigpond.net.au...
> Eckhard
>
> Check _SET_MEMOBLOCKSIZE (RDDInfo(),RDDSetDefault()) as well.
>
> Also which app created the DBFs, any error codes for what failed in your
> attempts to get this working so far.
>
> CYA
> Steve
>


From: Eckhard Sallermann on
hi Robert, see my statement above . . .

"Robert van der Hulst" <E-55525A53-3174-E(a)heliks.nl> schrieb im Newsbeitrag
news:683216416.20080902090314(a)heliks.nl...
> Hi Eckhard,
> On Tue, 2 Sep 2008, at 08:27:15 [GMT +0200] (which was 8:27 where I live)
> you wrote about: 'VO CDX and Comix CDX'
>
>> can someone tell me how to join DBF�s with VO 2.8 and Clipper Comix ?
>
>> !!! importantly memofields !!!!
>
> What is the problem ?
>
>
> --
> Robert van der Hulst
> AKA Mr. Data
> Vo2Jet & Vo2Ado Support
> VO & Vulcan.NET Development Team
> www.heliks.nl
>