Re: Increase field size
- From: "onedaywhen" <jamiecollins@xxxxxxxxxx>
- Date: 1 Aug 2006 02:12:44 -0700
david@epsomdotcomdotau wrote:
Do
not sort, group, join or union on a memo field if more than
one table is involved. Exercise discipline and good judgement
by not sorting or grouping even if only one table is involved.
Rather than designating whole areas 'off limits', I prefer to be aware
of the limitations and see how far I can get.
like free text 'notes' for users i.e. I wouldn't want to UNIQUE, JOIN,From a practical point of view, I'd restrict my use of MEMO to things
UNION, GROUP, SORT, etc but I would want to limit the length, restrict
the contents (allow Unicode and you will get Unicode <g>), etc.
You comments reminds me of something on Allen Browne's site
(http://allenbrowne.com/tips.html):
"These can ALL fail: PARAMETERS clause; SELECT clause; DISTINCT
predicate; FROM clause; WHERE clause; GROUP BY clause; ORDER BY clause.
Getting hard to write a query without considering the bugs?"
I realise his tongue is firmly embedded in his cheek but the point is
there are limitations and bugs throughout the product and you just have
to get on with things.
I could count on two fingers the number of new features in
Jet 4.0 that were actually useful
Ah yes, table-level CHECK constraints, the DECIMAL data type (including
native decimals), CASCADE in DRI, improved SQL DDL syntax (e.g. CREATE
PROCEDURE with default values for parameters), Unicode compression,
@@IDENTITY, ... sorry, did you say two fingers <g>?
Jamie.
--
.
- References:
- Re: Increase field size
- From: Rick Brandt
- Re: Increase field size
- From: onedaywhen
- Re: Increase field size
- From: Rick Brandt
- Re: Increase field size
- From: onedaywhen
- Re: Increase field size
- From: onedaywhen
- Re: Increase field size
- From: david
- Re: Increase field size
- Prev by Date: Re: Increase field size
- Next by Date: Re: Do not open with no records
- Previous by thread: Re: Increase field size
- Next by thread: Re: Increase field size
- Index(es):
Relevant Pages
|