Error /13002

Post Reply
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Error /13002

Post 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

************************************************************
Error /13002
Index lock error!: ARTIKEL
************************************************************
Does enyone know what this mean?

Thanks,
Marc
User avatar
Detlef Hoefner
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany
Contact:

Post 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
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Post 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
Post Reply