Click here to Skip to main content
15,887,350 members
Home / Discussions / C#
   

C#

 
GeneralRe: open a window by clicking the button of another window. Pin
jun villena19-May-10 2:57
jun villena19-May-10 2:57 
QuestionDate Format Problem Pin
Dotnetkanna18-May-10 22:23
Dotnetkanna18-May-10 22:23 
AnswerRe: Date Format Problem Pin
Christo66718-May-10 22:59
Christo66718-May-10 22:59 
GeneralRe: Date Format Problem Pin
Dotnetkanna18-May-10 23:03
Dotnetkanna18-May-10 23:03 
GeneralRe: Date Format Problem Pin
Garth J Lancaster18-May-10 23:28
professionalGarth J Lancaster18-May-10 23:28 
GeneralRe: Date Format Problem Pin
Christo66719-May-10 0:01
Christo66719-May-10 0:01 
GeneralRe: Date Format Problem Pin
Dotnetkanna19-May-10 0:42
Dotnetkanna19-May-10 0:42 
GeneralRe: Date Format Problem Pin
Christo66719-May-10 5:41
Christo66719-May-10 5:41 
I think we've established that you're getting an Microsoft SQL Server syntax error on an insert, right? Did you check the actual insert statement string in the debugger?

That date format is valid for MS SQL, and it's fine with a date-only without time for a DATETIME.

At this point without more info (some code), my best guess would be the usual suspects: columns in INSERT statement out of order or a need to quote the fields. Try backquote.
AnswerRe: Date Format Problem Pin
Luc Pattyn19-May-10 1:57
sitebuilderLuc Pattyn19-May-10 1:57 
GeneralRe: Date Format Problem Pin
Dotnetkanna19-May-10 2:03
Dotnetkanna19-May-10 2:03 
Questionwhy VS2010 Solution created sdf file? Pin
Gopal_Kanchana18-May-10 20:32
Gopal_Kanchana18-May-10 20:32 
AnswerRe: why VS2010 Solution created sdf file? Pin
Abhinav S18-May-10 21:05
Abhinav S18-May-10 21:05 
AnswerRe: why VS2010 Solution created sdf file? Pin
DaveyM6918-May-10 22:21
professionalDaveyM6918-May-10 22:21 
AnswerRe: why VS2010 Solution created sdf file? Pin
Richard MacCutchan18-May-10 22:33
mveRichard MacCutchan18-May-10 22:33 
AnswerRe: why VS2010 Solution created sdf file? Pin
Richard MacCutchan19-May-10 4:30
mveRichard MacCutchan19-May-10 4:30 
Questioncomparison between two diffrent array Pin
itfaiza18-May-10 19:19
itfaiza18-May-10 19:19 
AnswerRe: comparison between two diffrent array Pin
neal12318-May-10 19:35
neal12318-May-10 19:35 
QuestionHow to combine byte array with sql command Pin
amit_8318-May-10 18:37
professionalamit_8318-May-10 18:37 
AnswerRe: How to combine byte array with sql command Pin
Abhinav S18-May-10 18:51
Abhinav S18-May-10 18:51 
GeneralRe: How to combine byte array with sql command Pin
amit_8318-May-10 18:57
professionalamit_8318-May-10 18:57 
AnswerRe: How to combine byte array with sql command Pin
Alden.Gao18-May-10 23:24
Alden.Gao18-May-10 23:24 
AnswerRe: How to combine byte array with sql command Pin
Erich Ledesma19-May-10 1:44
Erich Ledesma19-May-10 1:44 
QuestionWorking on with word files Pin
CodingLover18-May-10 18:09
CodingLover18-May-10 18:09 
AnswerRe: Working on with word files Pin
Christo66718-May-10 23:04
Christo66718-May-10 23:04 
AnswerRe: Working on with word files Pin
CodingLover19-May-10 17:41
CodingLover19-May-10 17:41 

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.