Viewing 8 posts - 1 through 8 (of 8 total)
Thanks David. That worked! I didn't realize they weren't getting reset. Or actually, I thought when nothing was found they would be set to null at that time (inside the...
October 1, 2004 at 10:13 am
Hi Marc,
Inside my "while" loop I have an "if/else" conditional. The insert is in the else branch. Inside that while loop I first select from the table to determine if...
September 30, 2004 at 2:08 pm
Thanks for the reply Phil.
It seems that if I do a left join with any one of the tables, I get back the expected number of rows for that particular...
September 15, 2004 at 10:34 am
my joining issues continue, but now with a different problem.
I have 4 tables, 1 table is kind of the central table and the other 3 are foreign key related details...
September 13, 2004 at 10:11 am
thanks a lot scott. the method1 approach as written originally was returning 4760 rows and the method2 approach was returning 300 (more of what I was expecting). I added another...
September 9, 2004 at 12:46 pm
thank you. that did the trick. I love it when the solutions turn out to be fairly straight forward.
September 8, 2004 at 10:23 pm
Thanks, this definitely gets me going in the right direction. I have been playing with this statement trying to modify it more specifically to what I need which will be...
August 31, 2004 at 10:16 am
Viewing 8 posts - 1 through 8 (of 8 total)