Click here to Skip to main content
15,897,519 members
Home / Discussions / Database
   

Database

 
QuestionFrom Excel to C# Pin
NaturePhoenix22-Feb-11 23:07
NaturePhoenix22-Feb-11 23:07 
AnswerRe: From Excel to C# Pin
R. Giskard Reventlov22-Feb-11 23:26
R. Giskard Reventlov22-Feb-11 23:26 
GeneralRe: From Excel to C# Pin
NaturePhoenix22-Feb-11 23:48
NaturePhoenix22-Feb-11 23:48 
GeneralRe: From Excel to C# Pin
R. Giskard Reventlov23-Feb-11 0:06
R. Giskard Reventlov23-Feb-11 0:06 
Questionhow to display the months based on date Pin
vinu.111122-Feb-11 20:00
vinu.111122-Feb-11 20:00 
AnswerRe: how to display the months based on date Pin
Blue_Boy22-Feb-11 22:21
Blue_Boy22-Feb-11 22:21 
QuestionMultipage Report??? [modified] Pin
scorp_scorp22-Feb-11 19:02
scorp_scorp22-Feb-11 19:02 
Questionplease modify the Store Procedure Pin
vinu.111121-Feb-11 23:36
vinu.111121-Feb-11 23:36 
hi..
The following is my Sp


SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[GettomoTaskSheet]
-- Add the parameters for the stored procedure here
@fname nvarchar(50)
AS
BEGIN
SET NOCOUNT ON;
SELECT date,To_Name ,Todays_Task,Status ,Tommorrows_Task,REPLACE(Comments, 'vinni','<font color="red">raki</font>') as comment
from TaskSheet where From_Name = @fname;
END

The above SP is used for displaying the data in SSRS reports ..
but when i run the SP in comment field where vinni occurs
i want raki in red color but it is displaying <font color="red">raki</font> this value.

i want to display the word raki in red color in ssrs2008 reports

please help me..
AnswerRe: please modify the Store Procedure Pin
Mycroft Holmes22-Feb-11 0:02
professionalMycroft Holmes22-Feb-11 0:02 
QuestionADO To MS Access Database. Pin
Mike Certini21-Feb-11 19:08
Mike Certini21-Feb-11 19:08 
AnswerRe: ADO To MS Access Database. Pin
Wendelius21-Feb-11 19:28
mentorWendelius21-Feb-11 19:28 
GeneralRe: ADO To MS Access Database. Pin
Mike Certini21-Feb-11 19:47
Mike Certini21-Feb-11 19:47 
GeneralRe: ADO To MS Access Database. Pin
Wendelius23-Feb-11 19:09
mentorWendelius23-Feb-11 19:09 
QuestionRetrieve N Record. Pin
Nanda_MR20-Feb-11 18:26
Nanda_MR20-Feb-11 18:26 
AnswerRe: Retrieve N Record. Pin
Mycroft Holmes20-Feb-11 18:59
professionalMycroft Holmes20-Feb-11 18:59 
GeneralRe: Retrieve N Record. Pin
Nanda_MR20-Feb-11 19:26
Nanda_MR20-Feb-11 19:26 
GeneralRe: Retrieve N Record. Pin
Mycroft Holmes20-Feb-11 20:20
professionalMycroft Holmes20-Feb-11 20:20 
GeneralRe: Retrieve N Record. Pin
Bernhard Hiller20-Feb-11 21:16
Bernhard Hiller20-Feb-11 21:16 
GeneralRe: Retrieve N Record. Pin
Nanda_MR20-Feb-11 22:36
Nanda_MR20-Feb-11 22:36 
GeneralRe: Retrieve N Record. Pin
Luc Pattyn21-Feb-11 2:09
sitebuilderLuc Pattyn21-Feb-11 2:09 
GeneralRe: Retrieve N Record. Pin
Mycroft Holmes21-Feb-11 11:36
professionalMycroft Holmes21-Feb-11 11:36 
GeneralRe: Retrieve N Record. Pin
Luc Pattyn21-Feb-11 11:40
sitebuilderLuc Pattyn21-Feb-11 11:40 
AnswerRe: Retrieve N Record. [modified] Pin
RyanEK20-Feb-11 19:15
RyanEK20-Feb-11 19:15 
GeneralRe: Retrieve N Record. Pin
Nanda_MR20-Feb-11 19:39
Nanda_MR20-Feb-11 19:39 
AnswerRe: Retrieve N Record. Pin
Jörgen Andersson20-Feb-11 19:48
professionalJörgen Andersson20-Feb-11 19:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.