Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
QuestionHow to write a article in Codeproject.com Pin
santhosh30912-Nov-09 17:11
santhosh30912-Nov-09 17:11 
AnswerRe: How to write a article in Codeproject.com Pin
N a v a n e e t h12-Nov-09 17:23
N a v a n e e t h12-Nov-09 17:23 
AnswerRe: How to write a article in Codeproject.com Pin
Shameel12-Nov-09 22:22
professionalShameel12-Nov-09 22:22 
QuestionHow to retrive emails,attachments from exchange server using C#.NET Pin
santhosh30912-Nov-09 17:10
santhosh30912-Nov-09 17:10 
AnswerRe: How to retrive emails,attachments from exchange server using C#.NET Pin
N a v a n e e t h12-Nov-09 17:21
N a v a n e e t h12-Nov-09 17:21 
QuestionNeed Help Updating a MS Access database. Pin
erburrell12-Nov-09 16:22
erburrell12-Nov-09 16:22 
AnswerRe: Need Help Updating a MS Access database. Pin
Eddy Vluggen12-Nov-09 22:21
professionalEddy Vluggen12-Nov-09 22:21 
AnswerRe: Need Help Updating a MS Access database. Pin
Shameel12-Nov-09 22:26
professionalShameel12-Nov-09 22:26 
There's no INSERT INTO in your statement, how do you get that error ?

Besides that, you have to use the actual parameter names instead of a question mark.

SQL
update EventData 
set EventType = @EventType, UnitNo = @UnitNo ....
where ID = @ID

QuestionDropping multiple tables? Pin
Emmet_Brown12-Nov-09 14:07
Emmet_Brown12-Nov-09 14:07 
AnswerRe: Dropping multiple tables? Pin
Luc Pattyn12-Nov-09 14:17
sitebuilderLuc Pattyn12-Nov-09 14:17 
GeneralRe: Dropping multiple tables? Pin
Emmet_Brown12-Nov-09 14:27
Emmet_Brown12-Nov-09 14:27 
GeneralRe: Dropping multiple tables? Pin
Luc Pattyn12-Nov-09 15:09
sitebuilderLuc Pattyn12-Nov-09 15:09 
GeneralRe: Dropping multiple tables? Pin
Vikram A Punathambekar12-Nov-09 20:48
Vikram A Punathambekar12-Nov-09 20:48 
AnswerRe: Dropping multiple tables? Pin
PIEBALDconsult12-Nov-09 15:15
mvePIEBALDconsult12-Nov-09 15:15 
AnswerRe: Dropping multiple tables? Pin
Shameel12-Nov-09 23:31
professionalShameel12-Nov-09 23:31 
QuestionConsole application screen divided in 2 parts Pin
manustone12-Nov-09 11:59
manustone12-Nov-09 11:59 
AnswerRe: Console application screen divided in 2 parts Pin
Christian Graus12-Nov-09 12:19
protectorChristian Graus12-Nov-09 12:19 
AnswerRe: Console application screen divided in 2 parts Pin
Shameel12-Nov-09 22:31
professionalShameel12-Nov-09 22:31 
QuestionRemoting Events fail if network not connected until after app starts Pin
John Whitmire12-Nov-09 11:11
professionalJohn Whitmire12-Nov-09 11:11 
Questionusercontrol Pin
farokhian12-Nov-09 9:48
farokhian12-Nov-09 9:48 
AnswerRe: usercontrol Pin
Christian Graus12-Nov-09 10:20
protectorChristian Graus12-Nov-09 10:20 
GeneralRe: usercontrol Pin
farokhian12-Nov-09 10:28
farokhian12-Nov-09 10:28 
GeneralRe: usercontrol Pin
Christian Graus12-Nov-09 10:42
protectorChristian Graus12-Nov-09 10:42 
GeneralRe: usercontrol Pin
farokhian12-Nov-09 10:56
farokhian12-Nov-09 10:56 
GeneralRe: usercontrol Pin
Christian Graus12-Nov-09 10:59
protectorChristian Graus12-Nov-09 10:59 

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.