Click here to Skip to main content
15,922,512 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to create an outlook task using SQL? Pin
David Mujica20-Jan-11 3:26
David Mujica20-Jan-11 3:26 
GeneralRe: How to create an outlook task using SQL? Pin
obarahmeh20-Jan-11 6:15
obarahmeh20-Jan-11 6:15 
GeneralRe: How to create an outlook task using SQL? Pin
David Mujica20-Jan-11 7:59
David Mujica20-Jan-11 7:59 
QuestionReplacing ' in a string Pin
phimix19-Jan-11 21:52
phimix19-Jan-11 21:52 
AnswerRe: Replacing ' in a string Pin
Richard MacCutchan19-Jan-11 22:00
mveRichard MacCutchan19-Jan-11 22:00 
GeneralRe: Replacing ' in a string Pin
phimix19-Jan-11 22:21
phimix19-Jan-11 22:21 
AnswerRe: Replacing ' in a string Pin
Jörgen Andersson19-Jan-11 22:06
professionalJörgen Andersson19-Jan-11 22:06 
AnswerRe: Replacing ' in a string Pin
Luc Pattyn20-Jan-11 0:27
sitebuilderLuc Pattyn20-Jan-11 0:27 
Once you got the single quote in the database, it does not make sense to replace it by some escape sequence; escape sequences are used in a programming language (such as SQL), not in the data itself. So use \' in the queries when you have to. And it is always better to use SqlParameter, you won't need escape sequences then at all.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

AnswerRe: Replacing ' in a string Pin
RyanEK20-Jan-11 17:10
RyanEK20-Jan-11 17:10 
QuestionOverwrite insipte of appending ?? why ?? Pin
scorp_scorp19-Jan-11 21:04
scorp_scorp19-Jan-11 21:04 
AnswerRe: Overwrite insipte of appending ?? why ?? Pin
jschell20-Jan-11 9:29
jschell20-Jan-11 9:29 
QuestionRe: Overwrite insipte of appending ?? why ?? Pin
scorp_scorp22-Jan-11 16:39
scorp_scorp22-Jan-11 16:39 
AnswerRe: Overwrite insipte of appending ?? why ?? Pin
jschell23-Jan-11 10:46
jschell23-Jan-11 10:46 
QuestionRe: Overwrite insipte of appending ?? why ?? Pin
scorp_scorp23-Jan-11 19:21
scorp_scorp23-Jan-11 19:21 
QuestionMail sending problem from sql server URGENT Pin
Tridip Bhattacharjee19-Jan-11 20:06
professionalTridip Bhattacharjee19-Jan-11 20:06 
QuestionMust Declare Scalar variable Pin
Ali Al Omairi(Abu AlHassan)19-Jan-11 11:17
professionalAli Al Omairi(Abu AlHassan)19-Jan-11 11:17 
AnswerRe: Must Declare Scalar variable Pin
Mycroft Holmes19-Jan-11 11:56
professionalMycroft Holmes19-Jan-11 11:56 
GeneralRe: Must Declare Scalar variable Pin
Ali Al Omairi(Abu AlHassan)19-Jan-11 12:55
professionalAli Al Omairi(Abu AlHassan)19-Jan-11 12:55 
GeneralRe: Must Declare Scalar variable Pin
Mycroft Holmes19-Jan-11 13:18
professionalMycroft Holmes19-Jan-11 13:18 
GeneralRe: Must Declare Scalar variable Pin
Ali Al Omairi(Abu AlHassan)19-Jan-11 13:59
professionalAli Al Omairi(Abu AlHassan)19-Jan-11 13:59 
GeneralRe: Must Declare Scalar variable Pin
Mycroft Holmes19-Jan-11 14:05
professionalMycroft Holmes19-Jan-11 14:05 
GeneralRe: Must Declare Scalar variable Pin
Ali Al Omairi(Abu AlHassan)19-Jan-11 14:13
professionalAli Al Omairi(Abu AlHassan)19-Jan-11 14:13 
GeneralRe: Must Declare Scalar variable Pin
Hiren solanki19-Jan-11 19:21
Hiren solanki19-Jan-11 19:21 
GeneralRe: Must Declare Scalar variable Pin
Ali Al Omairi(Abu AlHassan)20-Jan-11 7:40
professionalAli Al Omairi(Abu AlHassan)20-Jan-11 7:40 
GeneralRe: Must Declare Scalar variable Pin
Roger Wright20-Jan-11 10:44
professionalRoger Wright20-Jan-11 10:44 

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.