Viewing 10 posts - 1 through 10 (of 10 total)
Thanks, Adi, I'll fix that tomorrow.
Schalk
Auckland, New Zealand
June 10, 2009 at 1:19 am
Thanks, everybody, for your suggestions.
I want to have a setting on the server, saved in a table, which can be modified by a system administrator.
Because our system uses triggers to...
February 20, 2007 at 11:06 pm
Hi Prasad
Yes, you guesses right, it was within Query Analyser, and your suggestion was spot-on.
Thanks
Schalk
January 31, 2007 at 2:59 am
I agree with Olav. I have also found the least problems with dates in the format YYYYMMDD. So your code could be WHERE DateOfInterest BETWEEN '20041001' AND '20050930'.
Beware,...
February 11, 2005 at 2:37 am
Hi Vik
Yes, I have used Advantage to turn a Clipper system into a real client/server system back when we were doing our Y2k modifications. It was a million times...
February 11, 2005 at 2:20 am
You could also do a left outer join, and see whether any records are returned. If none are returned, it means that all the records from table A are in...
January 28, 2005 at 12:30 am
Jeff
I don't know whether this is just due to a setting on our server, but the run_duration values don't have a fixed length. Some are 11638, while others are...
January 27, 2005 at 12:43 am
Hi
I agree with Wayne and Edwin. It might be a matter of taste, but it just looks neater (and better planned) to go the route of
if exists()
update
else
...
January 24, 2005 at 4:00 am
Hi Kevin
As I understand it, a constraint has to do with inputting data into the table. If the constraint is unique, you would not be able to insert a record...
January 21, 2005 at 2:51 am
Hi Dan
You can try using a recursive UDF. You will pass to it the last car's name, as well as the string of already-concatenated names. I have tried it with...
January 20, 2005 at 12:27 am
Viewing 10 posts - 1 through 10 (of 10 total)