Alaska Software Inc. - IDSC on dbcloseall()
Username: Password:
AuthorTopic: IDSC on dbcloseall()
Don Keating IDSC on dbcloseall()
on Mon, 05 Sep 2011 20:27:32 -0400
Hi Y'all,

I'm getting IDSC error when I call dbcloseall() upon exiting tdhibrow() for
one data set.

I use the same code for several data sets and only one gives me the
trouble.  And, that one only when I edit a field.

Thoughts/suggestions will be much appreciated.

Thanks.

   >don<
Chris AndriesRe: IDSC on dbcloseall()
on Tue, 06 Sep 2011 08:25:15 +0200
Hi,

Check your indexes.
An error on a db...() function almost always is an index problem.

Best regards,
Chris Andries

"Don Keating" <DonK@dbscompay.com> wrote in message
news:1ak5892x79mbe.e1suvimenmed.dlg@40tude.net...
> Hi Y'all,
>
> I'm getting IDSC error when I call dbcloseall() upon exiting tdhibrow()
for
> one data set.
>
> I use the same code for several data sets and only one gives me the
> trouble.  And, that one only when I edit a field.
>
> Thoughts/suggestions will be much appreciated.
>
> Thanks.
>
>    >don<
Don Keating Re: IDSC on dbcloseall()
on Tue, 06 Sep 2011 07:58:32 -0400
Thanks Chris, you nailed it!  

Interesting that same index has been working without errors for several
years.  But, I'll work on it anyway.  It has an element in one tag that
probably isn't needed and can't remember why I put it in.

   >don<

On Tue, 06 Sep 2011 08:25:15 +0200, Chris Andries wrote:

> Hi,
> 
> Check your indexes.
> An error on a db...() function almost always is an index problem.
> 
> Best regards,
> Chris Andries
> 
> "Don Keating" <DonK@dbscompay.com> wrote in message
> news:1ak5892x79mbe.e1suvimenmed.dlg@40tude.net...
> > Hi Y'all,
> >
> > I'm getting IDSC error when I call dbcloseall() upon exiting tdhibrow()
> for
> > one data set.
> >
> > I use the same code for several data sets and only one gives me the
> > trouble.  And, that one only when I edit a field.
> >
> > Thoughts/suggestions will be much appreciated.
> >
> > Thanks.
> >
> >    >don<
James Loughner Re: IDSC on dbcloseall()
on Tue, 06 Sep 2011 11:46:14 -0400
Clear any relations or scopes before closing.

Jim

On 09/06/2011 02:25 AM, Chris Andries wrote:
> Hi,
>
> Check your indexes.
> An error on a db...() function almost always is an index problem.
>
> Best regards,
> Chris Andries
>
> "Don Keating"<DonK@dbscompay.com>  wrote in message
> news:1ak5892x79mbe.e1suvimenmed.dlg@40tude.net...
>> Hi Y'all,
>>
>> I'm getting IDSC error when I call dbcloseall() upon exiting tdhibrow()
> for
>> one data set.
>>
>> I use the same code for several data sets and only one gives me the
>> trouble.  And, that one only when I edit a field.
>>
>> Thoughts/suggestions will be much appreciated.
>>
>> Thanks.
>>
>>     >don<
>
>