Bob,

When your app activates it could do something like:

Set error variable errval
Set multi off
Con YourDB

if errval <> 0 Then
  -- quit, goto a loop, reset the timer of the calling prog to
  -- something shorter, etc...
endif

It's kind of a blunt routine.  Ideally your users would gain entry 
through a DB that qualifies them.  Then you could just turn off 
access there.

Ben Petersen


On 26 Nov 2001, at 9:26, Bob Castanaro wrote:

> I thought of setting multi off, but other users are continuously connected
> to the database.  I'll try it anyway...
> 
> >>If nothing else, you could set multi off while doing your download
> etc...<<
> 
> 
> 


Reply via email to