Re: concurrency and time limits

Josh Hillman ( (no email) )
Mon, 10 Mar 1997 17:40:01 -0500

> > > You have NULL set for the login limits. This is the same as NULL.
> > >
> > > Try this statement:
> > >
> > > Update SubAccounts Set LoginLimit = 1
> >
> > This works greate for existing accounts, but is there a way to make it
so
> > that anytime a new subaccount/service is created, the default value be
1
> > instead of blank/0?
>
> The default has been updated to be 1.

Am I right in assuming that I would have to drop the existing subaccounts
table and recreate it with the altered value? If that's the case, I would
have to manually enter in all of the data, right?

Josh