Bruce,
You could use a text field to assign invoice numbers without noticeable impact 
to system performance.  In one of my vertical applications I have a table of 
UPC codes that is accessed heavily during production. Some of my clients have 
as many as 2 million UPCs in the table and access is lightning fast.  UPCs are 
made up of 12 or 13 numeric characters but I have them assigned as a text value 
in the table.  

If you append the Julian date as the invoice number you still must assign an 
invoice number in case the customer has two or more invoices on the same day.
John

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Bruce Chitiea
Sent: Friday, July 10, 2009 5:04 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Large integer values in Rbase v8

Bill:

Thanks for the warning.

But I rather think I'll know what I'm doing by then.

bruce/safesectors

> -------- Original Message --------
> Subject: [RBASE-L] - RE: Large integer values in Rbase v8
> From: Bill Downall <[email protected]>
> Date: Fri, July 10, 2009 12:40 pm
> To: [email protected] (RBASE-L Mailing List)
> 
> 
> On Fri, Jul 10, 2009 at 3:31 PM, Wills, Steve <[email protected]> wrote:
> 
> >   The cool thing is that (CTXT(JDATE())) used in this way still sorts
> > exactly like INTEGER and DATE values.
> >
> >
> >
> 
> Ahh, but be warned: this will lead to serious problems when we roll over to
> 5-digit years. the year 9999 will sort *after* the year 10000. It will be
> known as the Y10K problem.
> 
> Bill

--- RBASE-L
=======================3D=======================3
D=
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
=======================3D=======================3
D=
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
=======================3D=======================3
D=
TO UNSUBSCRIBE:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
=======================3D=======================3
D=
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body,
place any
text to search for.
=======================3D=======================3
D=


Reply via email to