Click here to Skip to main content
15,922,630 members
Home / Discussions / C#
   

C#

 
Questiondebugging a windows service... how? Pin
swjam26-Aug-07 3:14
swjam26-Aug-07 3:14 
AnswerRe: debugging a windows service... how? Pin
PIEBALDconsult26-Aug-07 4:21
mvePIEBALDconsult26-Aug-07 4:21 
GeneralRe: debugging a windows service... how? Pin
swjam26-Aug-07 4:47
swjam26-Aug-07 4:47 
GeneralRe: debugging a windows service... how? Pin
PIEBALDconsult26-Aug-07 5:20
mvePIEBALDconsult26-Aug-07 5:20 
GeneralRe: debugging a windows service... how? Pin
Mark Churchill26-Aug-07 17:56
Mark Churchill26-Aug-07 17:56 
Questionmy form get lost focus in MultiThread mod. Pin
hdv21226-Aug-07 2:35
hdv21226-Aug-07 2:35 
QuestionSELECT COL1,COL2,SUM(COL1,COL2) AS COL3 FROM TEST; Pin
Muammar©26-Aug-07 1:15
Muammar©26-Aug-07 1:15 
AnswerRe: SELECT COL1,COL2,SUM(COL1,COL2) AS COL3 FROM TEST; Pin
Christian Graus26-Aug-07 1:28
protectorChristian Graus26-Aug-07 1:28 
GeneralRe: SELECT COL1,COL2,SUM(COL1,COL2) AS COL3 FROM TEST; Pin
Muammar©26-Aug-07 1:38
Muammar©26-Aug-07 1:38 
AnswerRe: SELECT COL1,COL2,SUM(COL1,COL2) AS COL3 FROM TEST; Pin
Luis Alonso Ramos26-Aug-07 6:52
Luis Alonso Ramos26-Aug-07 6:52 
QuestionSetup package Pin
justintimberlake25-Aug-07 23:03
justintimberlake25-Aug-07 23:03 
QuestionDataTable.DefaultView.Sort throwing out of memory exception Pin
michal.kreslik25-Aug-07 22:26
michal.kreslik25-Aug-07 22:26 
AnswerRe: DataTable.DefaultView.Sort throwing out of memory exception Pin
michal.kreslik26-Aug-07 20:01
michal.kreslik26-Aug-07 20:01 
GeneralRe: DataTable.DefaultView.Sort throwing out of memory exception Pin
michal.kreslik26-Aug-07 21:29
michal.kreslik26-Aug-07 21:29 
QuestionC# 2005 to VB.net 2005 project conversion? Pin
y2ktheory25-Aug-07 22:26
y2ktheory25-Aug-07 22:26 
AnswerRe: C# 2005 to VB.net 2005 project conversion? Pin
Christian Graus26-Aug-07 1:31
protectorChristian Graus26-Aug-07 1:31 
AnswerRe: C# 2005 to VB.net 2005 project conversion? Pin
Lutosław26-Aug-07 9:29
Lutosław26-Aug-07 9:29 
GeneralRe: C# 2005 to VB.net 2005 project conversion? Pin
y2ktheory26-Aug-07 10:14
y2ktheory26-Aug-07 10:14 
QuestionRegular expression in C# ... Question. Pin
Yanshof25-Aug-07 22:07
Yanshof25-Aug-07 22:07 
AnswerRe: Regular expression in C# ... Question. Pin
Christian Graus25-Aug-07 22:15
protectorChristian Graus25-Aug-07 22:15 
AnswerRe: Regular expression in C# ... Question. Pin
PIEBALDconsult26-Aug-07 4:37
mvePIEBALDconsult26-Aug-07 4:37 
AnswerRe: Regular expression in C# ... Question. Pin
Mark Churchill26-Aug-07 19:48
Mark Churchill26-Aug-07 19:48 
AnswerRe: Regular expression in C# ... Question. Pin
Urs Enzler26-Aug-07 20:20
Urs Enzler26-Aug-07 20:20 
Questionc# Pin
lankaudaranga25-Aug-07 21:30
lankaudaranga25-Aug-07 21:30 
AnswerRe: c# Pin
Christian Graus25-Aug-07 21:53
protectorChristian Graus25-Aug-07 21:53 
1 - try meaningful subjects. All the posts here are about C#, or they are in the wrong place. Honestly, you have 9 posts here, and 8 are named 'C#'
2 - I answered this yesterday. So did several other people. If you can't understand the answers, then you need to ask further questions.

Try using parameterised queries. Otherwise, you may need to do a cast on the type of the data being passed in, in your SQL.

This is ultimately an SQL question. Have you tried working out what you can type into your database directly to perform this action ? If you're going to string mash your SQL, that's the best way to work it out and get meaningful error information while you work through it.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

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.