Viewing 15 posts - 1,291 through 1,305 (of 6,486 total)
Alvin Ramard (8/26/2010)
Matt Miller (#4) (8/26/2010)
Actually cleaner is to create another variable in the correct scope...
August 26, 2010 at 4:01 pm
When you change the variable you need to rebind it every where it's been used.
Actually cleaner is to create another variable in the correct scope and go around and associate...
August 26, 2010 at 3:53 pm
What's the scope of your User:filename? I've had bad results by not paying attention to that.
(edit) needs to be within the loop, and not a package-wide var.
August 25, 2010 at 10:50 pm
RalphWilson (8/25/2010)
August 25, 2010 at 8:02 pm
RBarryYoung (3/8/2010)
August 22, 2010 at 12:41 am
From the little info provided - I don't think I'd be able to say good or not good. That said - if your friend doesn't want relational, then I'd...
August 20, 2010 at 10:35 pm
jcrawf02 (8/19/2010)
@matt-2 - you're assuming pigs in earrings aren't pretty....@paul-2 - "In theory, theory and practice are the same. In practice, they are not" ~ Einstein
No - just assuming the...
August 19, 2010 at 10:16 pm
Tom.Thomson (8/18/2010)
David Webb-200187 (8/18/2010)
I avoid using NULLable columns where practical, but I'm not religious about it.
That's something I agree with 100% - let's avoid using nullable columns when it is...
August 18, 2010 at 9:16 pm
David Portas (8/9/2010)
Matt Miller (#4) (8/8/2010)
August 9, 2010 at 8:59 am
The Dixie Flatline (8/9/2010)
I'm adding that to my list for now. It gets a probationary spot below...
August 9, 2010 at 8:15 am
David Portas (8/8/2010)
The count of members in a set is not the same as memberwise addition. Taking two 2 balls from a set with two balls in it results...
August 8, 2010 at 6:15 pm
David Portas (8/8/2010)
As to addition and multiplication being a unary operation, I'd be REALLY interested in a mathematical reference actually pointing that out (my 2nd grade math teacher would like...
August 8, 2010 at 4:12 pm
David Portas (8/6/2010)
Matt Miller (#4) (8/1/2010)
A set with no members is what is called a NULL set.
That's true. The empty set is sometimes called the null set. However, the null...
August 8, 2010 at 2:27 pm
Tom.Thomson (8/1/2010)
Matt Miller (#4) (8/1/2010)
August 1, 2010 at 9:13 pm
David Portas (8/1/2010)
Matt Miller (#4) (8/1/2010)
August 1, 2010 at 5:15 pm
Viewing 15 posts - 1,291 through 1,305 (of 6,486 total)