Re: Can't find overdue column name?

Mike Noel ( noel@integrityonline.com )
Thu, 07 May 1998 20:41:17 -0700

At 11:04 PM 5/7/98 -0400, you wrote:
>Not too familiar with version 2.2, but do you have a column
>named 'overdue' in the MasterAccounts table?
>
>Could the column name be mis-spelled or something.
>
>If not, then add that column.
>
>Try it on a test table first, but I think you can add it
>to an existing table with something like;
>++++++++++++++++
>alter table masteraccounts
> overdue tinyint
>go
>++++++++++++++++
>Verify that in the transact manual please.

Thanks for the info. I was missing the overdue column. Now I'm past that
problem. However, it keeps saying my account is expired but the
maExpireDate and saExpireDate are both NULL. Doesn't that mean that the
account never expires? Do you know anything about this?

_M_