Microsoft
Software
Hardware
Network
Question : User defined function
I have a user define function that if
@PlansFolderCount OR @PlansDocumentCount is > 0
the RETURN should say "greater" orthwise it should say "less"
Answer : User defined function
IF (@PlansFolderCount > 0) OR (@PlansDocumentCount >0)
BEGIN
SELECT 'Greater'
END
ELSE
BEGIN
SELECT 'Less'
END
Random Solutions
SWF object with FLVPlayback component
Wireless LAN , Larger Scale
Windows Service crashing on one machine, not on the other
Is it possible to apply style, such as bold or color, to a single line in TMemo1 control?
Getting the Windows.MessageBox handle
mcafee EPO script to remove agent and virusscan
Access Report Using '=Format$' asks for Parameter when Opened
APEX Own Login Function
Turn off the UAC
External Monintor won't work w/ Toshiba laptop; it USED to; fn (f5) doesn't "stick"