Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread 8708 question
Tue, Feb 21 2006 10:34 AMPermanent Link

Ted Tripp
And sorry if this has already been answered elsewhere...

One table, one user, no sessions.
sToDelete contains 2+ strings

for(i = 0; i < sToDelete->Count; i++)
{
  Table->FindKey(&TVarRec(sToDelete->Strings[i]), 0);
  Table->Delete();
}

Would one expect an 8708?
Tue, Feb 21 2006 12:57 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ted,

<< Would one expect an 8708? >>

What version of DBISAM are you using ?

--
Tim Young
Elevate Software
www.elevatesoft.com

Image