Click here to Skip to main content
15,891,629 members
Home / Discussions / Database
   

Database

 
GeneralRe: Stored procedure probs..., Pin
Harini N K27-May-07 20:27
Harini N K27-May-07 20:27 
GeneralRe: Stored procedure probs..., Pin
Member 387988127-May-07 20:41
Member 387988127-May-07 20:41 
GeneralRe: Stored procedure probs..., Pin
Harini N K27-May-07 20:45
Harini N K27-May-07 20:45 
Questionxp_smtp_sendmail Pin
Rahul Babu27-May-07 18:43
Rahul Babu27-May-07 18:43 
AnswerRe: xp_smtp_sendmail Pin
Dave Kreskowiak28-May-07 16:46
mveDave Kreskowiak28-May-07 16:46 
QuestionWhy are some comments removed from stored procedures in SQL Server 2005? Pin
Ron Savage27-May-07 8:53
Ron Savage27-May-07 8:53 
AnswerRe: Why are some comments removed from stored procedures in SQL Server 2005? Pin
Ron Savage27-May-07 9:20
Ron Savage27-May-07 9:20 
QuestionEscape Sequences.... Pin
Polite Programmer27-May-07 1:13
Polite Programmer27-May-07 1:13 
Hello!
I am developing a .NET 2.0 solution (C#) using ADO.NET
I have a question regarding the escape sequences in SQL. Consider the following query

SELECT * FROM ClauseTranslations WHERE Clause LIKE 'trainee's cost'

Now when executed, this query generates an exception. Very well. The problem with with the
single quote symbol. so what I do, I write like this:

SELECT * FROM ClauseTranslations WHERE Clause LIKE 'trainee\'s cost'

But this still gives error... What the way out?

Regards,
Mohsin

Polite Programmer


More Object Oriented then C#

AnswerRe: Escape Sequences.... Pin
phyomgmgwan27-May-07 2:54
phyomgmgwan27-May-07 2:54 
AnswerRe: Escape Sequences.... Pin
Giorgi Dalakishvili27-May-07 3:00
mentorGiorgi Dalakishvili27-May-07 3:00 
AnswerRe: Escape Sequences.... Pin
Colin Angus Mackay27-May-07 4:54
Colin Angus Mackay27-May-07 4:54 
AnswerRe: Escape Sequences.... Pin
Ron Savage27-May-07 8:17
Ron Savage27-May-07 8:17 
GeneralRe: Escape Sequences.... Pin
Colin Angus Mackay27-May-07 12:01
Colin Angus Mackay27-May-07 12:01 
GeneralRe: Escape Sequences.... Pin
Ron Savage27-May-07 14:18
Ron Savage27-May-07 14:18 
GeneralRe: Escape Sequences.... Pin
Colin Angus Mackay27-May-07 14:27
Colin Angus Mackay27-May-07 14:27 
GeneralRe: Escape Sequences.... Pin
Ron Savage27-May-07 14:43
Ron Savage27-May-07 14:43 
GeneralRe: Escape Sequences.... Pin
Colin Angus Mackay27-May-07 15:08
Colin Angus Mackay27-May-07 15:08 
QuestionBack Up store Pin
pramodprakash200526-May-07 21:08
pramodprakash200526-May-07 21:08 
AnswerRe: Back Up store Pin
Colin Angus Mackay27-May-07 0:54
Colin Angus Mackay27-May-07 0:54 
QuestionConnecting to Database Pin
mrkeivan26-May-07 7:31
mrkeivan26-May-07 7:31 
AnswerRe: Connecting to Database Pin
Colin Angus Mackay27-May-07 0:52
Colin Angus Mackay27-May-07 0:52 
GeneralRe: Connecting to Database Pin
mrkeivan27-May-07 9:53
mrkeivan27-May-07 9:53 
GeneralRe: Connecting to Database Pin
Colin Angus Mackay27-May-07 12:02
Colin Angus Mackay27-May-07 12:02 
GeneralRe: Connecting to Database Pin
Colin Angus Mackay27-May-07 12:05
Colin Angus Mackay27-May-07 12:05 
QuestionTree View And Floders Directories Pin
FriendlySoluations26-May-07 3:09
FriendlySoluations26-May-07 3:09 

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.