RE: "IDS 10.0 Cities Tour 2006" - Regrettably on topic
Christopher Coleman said:
>
> Also, I apologize profusely for posting on topic. I will try to make my
> next post a chauvinistic piece of flame bait or a lengthy quote followed
> by "Have you tried UPDATE STATISTICS?" to restore balance.
You forgot to include a "your mom" joke.
--
Bye now,
Obnoxio
"C'est pas parce qu'on n'a rien à dire qu'il faut fermer sa gueule"
- Coluche
did i mention i like nulls? heck, i even go so far as to say that all
columns in a table except the primary key could/should be nullable. this
has certain advantages, for example, if you need to insert a child record
and you don't have a parent row for it, just do an insert into the parent
table with the primary key value (everything else null), and voila,
relational integrity is preserved. but this is, admittedly, a bit
controversial among modellers.
--r937, dbforums.com
.
Relevant Pages
- Re: Petulent Little Bitches - was: How to build the regex datablade
... > And if somebody feels slighted by a posting, ... > wants to object to the language etc, they should reply to the author ... columns in a table except the primary key could/should be nullable. ... and you don't have a parent row for it, just do an insert into the parent ... (comp.databases.informix) - Re: informix market share
... But not with Informix. ... And since you're posting on ... columns in a table except the primary key could/should be nullable. ... and you don't have a parent row for it, just do an insert into the parent ... (comp.databases.informix) - Re: Select from 2 Servers
... where is specified the Server? ... > You don't refer to the server, you refer to the Informix instance. ... >> columns in a table except the primary key could/should be nullable. ... > and you don't have a parent row for it, just do an insert into the parent ... (comp.databases.informix) - Re: Finding pending in-place alters
... > here, but we're preparing to do a database engine upgrade, and one of ... The only way I've found so far is to do an oncheck ... columns in a table except the primary key could/should be nullable. ... and you don't have a parent row for it, just do an insert into the parent ... (comp.databases.informix) - Re: Oops! IDS on Windows XP Error 900
... Obnoxio ... "C'est pas parce qu'on n'a rien à dire qu'il faut fermer sa gueule" ... columns in a table except the primary key could/should be nullable. ... and you don't have a parent row for it, just do an insert into the parent ... (comp.databases.informix) |
|