Click here to Skip to main content
16,008,010 members
Home / Discussions / C#
   

C#

 
AnswerRe: PLEASE HELP Pin
Nader Elshehabi19-Jun-06 1:14
Nader Elshehabi19-Jun-06 1:14 
GeneralRe: PLEASE HELP Pin
Colin Angus Mackay19-Jun-06 1:57
Colin Angus Mackay19-Jun-06 1:57 
QuestionApplying themes in application using VC# Pin
vikas84singh18-Jun-06 22:33
vikas84singh18-Jun-06 22:33 
AnswerRe: Applying themes in application using VC# Pin
BoneSoft19-Jun-06 4:28
BoneSoft19-Jun-06 4:28 
Questionhowto use dll in windows applications ? Pin
cmpeng3418-Jun-06 21:35
cmpeng3418-Jun-06 21:35 
AnswerRe: howto use dll in windows applications ? Pin
Paul Brower19-Jun-06 4:05
Paul Brower19-Jun-06 4:05 
Questionsql query Pin
Mahmood Ilyas18-Jun-06 21:00
Mahmood Ilyas18-Jun-06 21:00 
AnswerRe: sql query Pin
testy_proconsul18-Jun-06 23:08
testy_proconsul18-Jun-06 23:08 
put your query string in a local variable and display it. you will see that there are missing quotes. it looks like you mixed quote and apostrophe up.
try this (untested; im not sure about the date format):

"Insert INTO " + tableName + " (

id,
name,
client,
expstartdate,
expenddate,
cost,
description) Values( " +

createpro.propertyPId + ", " +
"'" + createpro.propertyPname + "', " +
createpro.propertyClient + ", " +
"'" + createpro.propertyExpStDate + "', " +
"'" + createpro.propertyExpEndDate+ "', " +
"'" + createpro.propertycost + "', " +
"'" + createpro.propertydescription + "'" +
")"

AnswerRe: sql query Pin
Colin Angus Mackay19-Jun-06 0:07
Colin Angus Mackay19-Jun-06 0:07 
AnswerRe: sql query Pin
bannapradeep19-Jun-06 2:39
bannapradeep19-Jun-06 2:39 
GeneralRe: sql query Pin
Colin Angus Mackay19-Jun-06 3:52
Colin Angus Mackay19-Jun-06 3:52 
GeneralRe: sql query Pin
Mahmood Ilyas21-Jun-06 19:06
Mahmood Ilyas21-Jun-06 19:06 
QuestionCoding for search Pin
ChennaiBabu18-Jun-06 20:44
ChennaiBabu18-Jun-06 20:44 
AnswerRe: Coding for search Pin
Christian Graus19-Jun-06 0:15
protectorChristian Graus19-Jun-06 0:15 
QuestionPictureBox problem Pin
kissmac18-Jun-06 20:35
kissmac18-Jun-06 20:35 
AnswerRe: PictureBox problem Pin
WillemM18-Jun-06 21:26
WillemM18-Jun-06 21:26 
AnswerRe: PictureBox problem Pin
Nader Elshehabi19-Jun-06 0:16
Nader Elshehabi19-Jun-06 0:16 
AnswerRe: PictureBox problem Pin
bannapradeep19-Jun-06 2:43
bannapradeep19-Jun-06 2:43 
QuestionHow can I show an icon on a listView control? Pin
AngryC18-Jun-06 19:37
AngryC18-Jun-06 19:37 
AnswerRe: How can I show an icon on a listView control? Pin
Corinna John18-Jun-06 19:45
Corinna John18-Jun-06 19:45 
GeneralRe: How can I show an icon on a listView control? Pin
AngryC18-Jun-06 19:58
AngryC18-Jun-06 19:58 
QuestionCompiling Java source Code from C# Pin
hanumanthkapu21-Jul-06 1:04
hanumanthkapu21-Jul-06 1:04 
QuestionConvert Pin
Rahul.RK18-Jun-06 19:19
Rahul.RK18-Jun-06 19:19 
AnswerRe: Convert Pin
Corinna John18-Jun-06 19:38
Corinna John18-Jun-06 19:38 
GeneralRe: Convert Pin
Rahul.RK18-Jun-06 20:15
Rahul.RK18-Jun-06 20:15 

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.