| Author |
Clipper 5.2e SIXCDX .and. xharbour Cdx.
|
|
| duduxbase 2005-09-21, 9:55 pm |
| I have an application clipper 5.2e using the SIXCDX . I try to share
the tables with the same application compiled with harbour but the
locking of records do not work and corruption happens all time.
Someone can help me?
Thank you for yours help
Best Regards,
Dudu_xbase
www.pctoledo.com.br/forum
| |
| Stephen Quinn 2005-09-22, 3:55 am |
| Dudu_xbase
Are you using the built in CDX (DBFCDX - is a cutdown SIXCDX V2) or the
commercial version of SIXCDX ??
Which version of SIXCDX if it's the commercial one??
Are you using IDX or CDX type indices??
Does Harbour CDX support the IDX type??
When you say 'corruption' is that data or index corruption??
HTH
Steve
| |
|
| "duduxbase" <duduxbase@gmail.com> wrote in
news:1127356164.950289.173930@g44g2000cwa.googlegroups.com...
> I have an application clipper 5.2e using the SIXCDX . I try to share
> the tables with the same application compiled with harbour but the
> locking of records do not work and corruption happens all time.
> Someone can help me?
> Thank you for yours help
I use SIX3 too and all run fine. I think your problems came from record
locking... Try this simple program: lock a record with an application writed
in clipper and at the same time try to write the same record with harbour.
You must have a lock error in the harbour application, if not you are making
sometings wrong with record locking. If all run fine try to lock from
harbour and write from clipper.
| |
| Frank Demont 2005-09-29, 6:55 pm |
| In xHarbour ( i am not familiar with harbour) you have to set :
SET DBFLOCKSCHEME TO n
I suppose in what you describe , it is 2 , but when you link in your clipper
aplications cdxlock.obj it should be 3
"duduxbase" <duduxbase@gmail.com> schreef in bericht
news:1127356164.950289.173930@g44g2000cwa.googlegroups.com...
> I have an application clipper 5.2e using the SIXCDX . I try to share
> the tables with the same application compiled with harbour but the
> locking of records do not work and corruption happens all time.
> Someone can help me?
> Thank you for yours help
>
> Best Regards,
> Dudu_xbase
>
> www.pctoledo.com.br/forum
>
| |
| Alejandro 2005-09-29, 6:55 pm |
| "duduxbase" <duduxbase@gmail.com> wrote in message
news:1127356164.950289.173930@g44g2000cwa.googlegroups.com
> I have an application clipper 5.2e using the SIXCDX . I try to share
> the tables with the same application compiled with harbour but the
> locking of records do not work and corruption happens all time.
> Someone can help me?
> Thank you for yours help
Reading this explanation from Przemek, could help you:
http://www.matrixlist.com/pipermail...ber/000713.html
--
Alejandro
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
|
|
|
|