Click here to Skip to main content
15,888,322 members
Home / Discussions / C#
   

C#

 
Questionwebpage calling windows service Pin
adam_smith_20038-Jul-08 5:08
adam_smith_20038-Jul-08 5:08 
AnswerRe: webpage calling windows service Pin
Christian Graus8-Jul-08 5:19
protectorChristian Graus8-Jul-08 5:19 
GeneralRe: webpage calling windows service Pin
adam_smith_20038-Jul-08 5:25
adam_smith_20038-Jul-08 5:25 
GeneralRe: webpage calling windows service Pin
Christian Graus8-Jul-08 5:37
protectorChristian Graus8-Jul-08 5:37 
AnswerRe: webpage calling windows service Pin
PIEBALDconsult8-Jul-08 7:29
mvePIEBALDconsult8-Jul-08 7:29 
QuestionIdentifying CD "format" Pin
arronhuk8-Jul-08 4:49
arronhuk8-Jul-08 4:49 
Questionvarchar(50) or nvarchar(50)? Pin
mrcooll8-Jul-08 4:40
mrcooll8-Jul-08 4:40 
AnswerRe: varchar(50) or nvarchar(50)? PinPopular
Guffa8-Jul-08 4:50
Guffa8-Jul-08 4:50 
If you use varchar, the charset in the database has to match the charset of the system, and that charset has to support the characters that you want to use. By a fluke you seem to have gotten all that right on your system.

If you use nvarchar, the data is unicode, and supports any characters.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: varchar(50) or nvarchar(50)? Pin
Christian Graus8-Jul-08 5:18
protectorChristian Graus8-Jul-08 5:18 
JokeRe: varchar(50) or nvarchar(50)? Pin
Luc Pattyn8-Jul-08 6:10
sitebuilderLuc Pattyn8-Jul-08 6:10 
QuestionCustomizing a .NET setup dynamically Pin
orangeflow8-Jul-08 3:50
orangeflow8-Jul-08 3:50 
AnswerRe: Customizing a .NET setup dynamically Pin
Rutvik Dave8-Jul-08 8:28
professionalRutvik Dave8-Jul-08 8:28 
QuestionProblem in FontStyle property Pin
Krishnraj8-Jul-08 3:38
Krishnraj8-Jul-08 3:38 
AnswerRe: Problem in FontStyle property Pin
Luc Pattyn8-Jul-08 3:46
sitebuilderLuc Pattyn8-Jul-08 3:46 
AnswerRe: Problem in FontStyle property Pin
half-life8-Jul-08 3:51
half-life8-Jul-08 3:51 
GeneralRe: Problem in FontStyle property Pin
Krishnraj8-Jul-08 4:07
Krishnraj8-Jul-08 4:07 
GeneralRe: Problem in FontStyle property Pin
leppie8-Jul-08 4:12
leppie8-Jul-08 4:12 
AnswerRe: Problem in FontStyle property Pin
User 66588-Jul-08 4:17
User 66588-Jul-08 4:17 
QuestionHow can I pass Type to my generic class in runtime [modified] Pin
dasha_pl8-Jul-08 3:30
dasha_pl8-Jul-08 3:30 
AnswerRe: How can I pass Type to my generic class in runtime Pin
Guffa8-Jul-08 3:38
Guffa8-Jul-08 3:38 
GeneralRe: How can I pass Type to my generic class in runtime Pin
leppie8-Jul-08 4:05
leppie8-Jul-08 4:05 
AnswerRe: How can I pass Type to my generic class in runtime Pin
leppie8-Jul-08 4:07
leppie8-Jul-08 4:07 
Questionwriting an unistallation exe using c# Pin
bonvoyage1238-Jul-08 2:45
bonvoyage1238-Jul-08 2:45 
AnswerRe: writing an unistallation exe using c# Pin
half-life8-Jul-08 2:49
half-life8-Jul-08 2:49 
GeneralRe: writing an unistallation exe using c# Pin
bonvoyage1238-Jul-08 3:22
bonvoyage1238-Jul-08 3:22 

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.