Click here to Skip to main content
15,920,956 members
Home / Discussions / C#
   

C#

 
GeneralRe: method parameters error Pin
Abdul-Rhman Alsri2-May-10 6:15
Abdul-Rhman Alsri2-May-10 6:15 
GeneralRe: method parameters error Pin
Pete O'Hanlon2-May-10 7:16
mvePete O'Hanlon2-May-10 7:16 
GeneralRe: method parameters error Pin
Abdul-Rhman Alsri2-May-10 8:35
Abdul-Rhman Alsri2-May-10 8:35 
GeneralRe: method parameters error Pin
Pete O'Hanlon2-May-10 8:49
mvePete O'Hanlon2-May-10 8:49 
GeneralRe: method parameters error Pin
Abdul-Rhman Alsri2-May-10 9:59
Abdul-Rhman Alsri2-May-10 9:59 
GeneralRe: method parameters error Pin
Pete O'Hanlon2-May-10 10:12
mvePete O'Hanlon2-May-10 10:12 
Questionerror in insert 'msman88' Pin
Abdul-Rhman Alsri1-May-10 8:31
Abdul-Rhman Alsri1-May-10 8:31 
AnswerRe: error in insert 'msman88' Pin
Luc Pattyn1-May-10 8:36
sitebuilderLuc Pattyn1-May-10 8:36 
in SQL single quote's can be used to delimit string literals, so if you need them as part of your data, try one of the following:
1. use SQLParameter, which is always the better option as it prevents SQL Injection vulnerability;
2. or double the single quote(s) inside your data

Now why would you want single quotes at the extremes of your data in the first place? Maybe you are misinterpreting some piece of documentation?

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Prolific encyclopedia fixture proof-reader browser patron addict?
We all depend on the beast below.


AnswerRe: error in insert 'msman88' Pin
Abhinav S1-May-10 8:36
Abhinav S1-May-10 8:36 
Questionhow to bring Graphic shapes to front of Form Pin
jojoba20111-May-10 4:05
jojoba20111-May-10 4:05 
AnswerRe: how to bring Graphic shapes to front of Form Pin
egenis1-May-10 4:46
egenis1-May-10 4:46 
AnswerRe: how to bring Graphic shapes to front of Form Pin
DaveyM691-May-10 10:26
professionalDaveyM691-May-10 10:26 
QuestionMicrosoft Office dictioanries Pin
LiorY19891-May-10 3:48
LiorY19891-May-10 3:48 
AnswerRe: Microsoft Office dictioanries Pin
Abhinav S1-May-10 6:08
Abhinav S1-May-10 6:08 
QuestionInteroperability Pin
Chiman11-May-10 1:55
Chiman11-May-10 1:55 
AnswerRe: Interoperability Pin
ThatsAlok2-May-10 20:20
ThatsAlok2-May-10 20:20 
Questionhow to change a value over a set period of time Pin
kennyhibs30-Apr-10 22:23
kennyhibs30-Apr-10 22:23 
AnswerRe: how to change a value over a set period of time Pin
OriginalGriff30-Apr-10 22:30
mveOriginalGriff30-Apr-10 22:30 
AnswerRe: how to change a value over a set period of time Pin
Luc Pattyn1-May-10 4:04
sitebuilderLuc Pattyn1-May-10 4:04 
QuestionMessage Removed Pin
30-Apr-10 21:59
mrkeivan30-Apr-10 21:59 
AnswerRe: An object reference is required for the non-static field, method, or property !? :( Pin
OriginalGriff30-Apr-10 22:26
mveOriginalGriff30-Apr-10 22:26 
GeneralRe: An object reference is required for the non-static field, method, or property !? :( Pin
Abhinav S30-Apr-10 22:50
Abhinav S30-Apr-10 22:50 
GeneralRe: An object reference is required for the non-static field, method, or property !? :( Pin
Luc Pattyn1-May-10 3:11
sitebuilderLuc Pattyn1-May-10 3:11 
GeneralRe: An object reference is required for the non-static field, method, or property !? :( Pin
OriginalGriff1-May-10 3:46
mveOriginalGriff1-May-10 3:46 
GeneralRe: An object reference is required for the non-static field, method, or property !? :( Pin
Luc Pattyn1-May-10 3:55
sitebuilderLuc Pattyn1-May-10 3:55 

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.