Page 1 of 1

Error /13002

PostPosted: Wed Feb 27, 2008 7:34 pm
by Marc Vanzegbroeck
Hi,

I have still a program that isn't converted to harbour that was working fine till yesterday.
Now a client of mine have a lot of this errors

Code: Select all  Expand view
************************************************************
Error /13002
Index lock error!: ARTIKEL
************************************************************


Does enyone know what this mean?

Thanks,
Marc

PostPosted: Thu Feb 28, 2008 8:00 am
by Detlef Hoefner
Hi Marc,

this remembers me to my errors.
I'm using 16 bit and 32 bit programs together and i got rid of this problems by
linking ntxlock2.obj to my 16 bit applications
and using "SET DBFLOCKSCHEME TO 2" in my xHarbour code.

hth,
Detlef

PostPosted: Thu Feb 28, 2008 11:10 am
by Marc Vanzegbroeck
Detlef,

This is not a mix of 16bit and 32bit together. The customer only use a 16bit version with six-driver. It's very strange that this doen't work anymore. Other customers don't have this problem.

Maybe it's a network problem...
I will verify it.

Thanks
Marc