Click here to Skip to main content
15,889,735 members
Home / Discussions / C#
   

C#

 
AnswerRe: How connect to DB from c# Pin
Eddy Vluggen7-Jul-11 6:46
professionalEddy Vluggen7-Jul-11 6:46 
AnswerRe: How connect to DB from c# Pin
Abhinav S7-Jul-11 7:35
Abhinav S7-Jul-11 7:35 
AnswerRe: How connect to DB from c# Pin
PIEBALDconsult7-Jul-11 14:33
mvePIEBALDconsult7-Jul-11 14:33 
AnswerRe: How connect to DB from c# Pin
dbongs7-Jul-11 20:54
dbongs7-Jul-11 20:54 
AnswerRe: How connect to DB from c# Pin
RaviRanjanKr10-Jul-11 10:57
professionalRaviRanjanKr10-Jul-11 10:57 
QuestionConversion of varchar datatype to a datetime resultant in an out renge value- Sql Server 2008 - Update Pin
Paramu19737-Jul-11 2:15
Paramu19737-Jul-11 2:15 
AnswerRe: Conversion of varchar datatype to a datetime resultant in an out renge value- Sql Server 2008 - Update Pin
Not Active7-Jul-11 2:35
mentorNot Active7-Jul-11 2:35 
AnswerRe: Conversion of varchar datatype to a datetime resultant in an out renge value- Sql Server 2008 - Update Pin
Richard MacCutchan7-Jul-11 2:37
mveRichard MacCutchan7-Jul-11 2:37 
Paramu1973 wrote:
string MyDtQry = "UPDATE MyTable SET exp_date='" + RegExp + "' where MyTable.id_no='" + AlmIDNo + "'";

In the above statement you need to check what value is being returned by RegExp and that it is in the correct format for both the SQL statement, and your regional date settings. I have a feeling that there are better ways to do this by using SQL parameters which accept DateTimes as values rather than strings.
The best things in life are not things.

AnswerRe: Conversion of varchar datatype to a datetime resultant in an out renge value- Sql Server 2008 - Update[modified] Pin
Dan Mos7-Jul-11 2:38
Dan Mos7-Jul-11 2:38 
AnswerRe: Conversion of varchar datatype to a datetime resultant in an out renge value- Sql Server 2008 - Update Pin
dasblinkenlight7-Jul-11 2:40
dasblinkenlight7-Jul-11 2:40 
AnswerRe: Conversion of varchar datatype to a datetime resultant in an out renge value- Sql Server 2008 - Update Pin
PIEBALDconsult7-Jul-11 2:58
mvePIEBALDconsult7-Jul-11 2:58 
AnswerRe: Conversion of varchar datatype to a datetime resultant in an out renge value- Sql Server 2008 - Update Pin
#realJSOP7-Jul-11 3:08
mve#realJSOP7-Jul-11 3:08 
QuestionHow to create list of ALL file associations(friendly application names & executables) for file type Pin
JViljoen6-Jul-11 23:20
JViljoen6-Jul-11 23:20 
AnswerRe: How to create list of ALL file associations(friendly application names & executables) for file type Pin
Mario Majčica7-Jul-11 10:42
professionalMario Majčica7-Jul-11 10:42 
QuestionWindows Explorer like thumbnail selection in a list view Pin
9ine6-Jul-11 21:48
9ine6-Jul-11 21:48 
AnswerRe: Windows Explorer like thumbnail selection in a list view Pin
lukeer7-Jul-11 2:06
lukeer7-Jul-11 2:06 
AnswerRe: Windows Explorer like thumbnail selection in a list view Pin
9ine7-Jul-11 6:06
9ine7-Jul-11 6:06 
GeneralRe: Windows Explorer like thumbnail selection in a list view Pin
lukeer8-Jul-11 0:22
lukeer8-Jul-11 0:22 
QuestionFrom DataTable to multi-Line Chart Pin
Rminator6-Jul-11 20:49
Rminator6-Jul-11 20:49 
AnswerRe: From DataTable to multi-Line Chart Pin
BobJanova6-Jul-11 22:34
BobJanova6-Jul-11 22:34 
GeneralRe: From DataTable to multi-Line Chart Pin
Rminator6-Jul-11 22:39
Rminator6-Jul-11 22:39 
GeneralRe: From DataTable to multi-Line Chart Pin
BobJanova7-Jul-11 4:31
BobJanova7-Jul-11 4:31 
GeneralRe: From DataTable to multi-Line Chart Pin
Rminator7-Jul-11 4:59
Rminator7-Jul-11 4:59 
GeneralRe: From DataTable to multi-Line Chart Pin
Rminator14-Jul-11 20:26
Rminator14-Jul-11 20:26 
QuestionWindows Name Pin
M Riaz Bashir6-Jul-11 19:47
M Riaz Bashir6-Jul-11 19:47 

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.