Microsoft
Software
Hardware
Network
Question : Need to return " "
if this
SELECT AboutME FROM tbl_Profile
WHERE UserID = @sUserId
returns null then I would like to return " "
a space textbox.
ALTER PROCEDURE [dbo].[sprGetAboutMeName]
(
@sUserId nvarchar(50)
)
AS
BEGIN
-- Unique Columns to check whether already exists
SELECT AboutME FROM tbl_Profile
WHERE UserID = @sUserId
RETURN
END
Answer : Need to return " "
SELECT coalesce(AboutMe,'') FROM tbl_Profile
WHERE UserID = @sUserId
Random Solutions
Data Recovery on Raid 5
Change pivot table page fields in Excel 2007 with VBA
Corrupted Outlook Express inbox.dbx
Refresh Records In MS Access Forms
Personal Macro Workbook Server Location?
Assertion failure in olelink.cpp line no. 82/85
Loop through table and number records
How to set up a Parallel card under DOS and Windows
WSUS Console Shows Status Not Yet Reported
Access 2003 SELECT Query from two tables base on date