Viewing 8 posts - 1 through 8 (of 8 total)
This seems to throw an error.
Is there any use in sharing the log to see what is going on or does this also include information that should not...
June 8, 2018 at 5:54 am
May 1, 2018 at 1:41 pm
I actually found out where most of my reasoning went wrong. Not having a lot of experience yet I completely forgot that checks are performed after the insert is processed...
May 1, 2018 at 1:16 pm
May 1, 2018 at 8:06 am
May 1, 2018 at 8:00 am
Does not work either.
Maybe my thinking process is completely wrong so let me describe the problem.
When a new bid is inserted into the table I need to check...
May 1, 2018 at 6:58 am
Phil Parkin - Tuesday, May 1, 2018 6:12 AMTry
If (condition)
Return 1
else
Return 0;
That result in the same issue next to having two return...
May 1, 2018 at 6:16 am
Jeff Moden - Monday, February 19, 2018 2:23 PMWhat are the datatypes for the "date", "time", and "third" columns?
Date, Time and...
February 19, 2018 at 3:13 pm
Viewing 8 posts - 1 through 8 (of 8 total)