Click here to Skip to main content
15,894,362 members
Home / Discussions / C#
   

C#

 
QuestionSqlDataAdapter.Fill() error. Pin
snayler012-Oct-09 16:57
snayler012-Oct-09 16:57 
AnswerRe: SqlDataAdapter.Fill() error. Pin
PIEBALDconsult12-Oct-09 17:04
mvePIEBALDconsult12-Oct-09 17:04 
AnswerRe: SqlDataAdapter.Fill() error. Pin
Not Active12-Oct-09 17:04
mentorNot Active12-Oct-09 17:04 
GeneralRe: SqlDataAdapter.Fill() error. Pin
snayler012-Oct-09 17:12
snayler012-Oct-09 17:12 
GeneralRe: SqlDataAdapter.Fill() error. Pin
snayler012-Oct-09 17:25
snayler012-Oct-09 17:25 
GeneralRe: SqlDataAdapter.Fill() error. Pin
Mycroft Holmes12-Oct-09 17:29
professionalMycroft Holmes12-Oct-09 17:29 
GeneralRe: SqlDataAdapter.Fill() error. Pin
snayler012-Oct-09 17:35
snayler012-Oct-09 17:35 
GeneralRe: SqlDataAdapter.Fill() error. Pin
Mycroft Holmes12-Oct-09 17:44
professionalMycroft Holmes12-Oct-09 17:44 
the word 'Key' is a keyword in SQL Server and should not be used as an object name. You could enclose it in [] but it is best to change the name of your table (as you have found). The following will work but is not recommended.

command = new SqlCommand("SELECT * FROM [Key]", con);


If you have SQL Server Management Studio (SSMS), test your scripts in SSMS before implementing in VS, you will get much better information and feedback from SSMS.



QuestionIn XNA, how to recognize mouse gestures? Pin
hoyomi12-Oct-09 14:23
hoyomi12-Oct-09 14:23 
AnswerRe: In XNA, how to recognize mouse gestures? Pin
benjymous12-Oct-09 22:29
benjymous12-Oct-09 22:29 
GeneralRe: In XNA, how to recognize mouse gestures? Pin
hoyomi13-Oct-09 3:37
hoyomi13-Oct-09 3:37 
GeneralRe: In XNA, how to recognize mouse gestures? Pin
benjymous14-Oct-09 2:46
benjymous14-Oct-09 2:46 
QuestionHow can I send Ctrl-C using Telnet to a host machine? Pin
zenlc200012-Oct-09 14:19
zenlc200012-Oct-09 14:19 
AnswerRe: How can I send Ctrl-C using Telnet to a host machine? Pin
PIEBALDconsult12-Oct-09 15:18
mvePIEBALDconsult12-Oct-09 15:18 
GeneralRe: How can I send Ctrl-C using Telnet to a host machine? Pin
zenlc200012-Oct-09 15:33
zenlc200012-Oct-09 15:33 
GeneralRe: How can I send Ctrl-C using Telnet to a host machine? Pin
PIEBALDconsult12-Oct-09 16:17
mvePIEBALDconsult12-Oct-09 16:17 
Questionxml Document Pin
arkiboys12-Oct-09 13:22
arkiboys12-Oct-09 13:22 
AnswerRe: xml Document Pin
Luc Pattyn12-Oct-09 13:40
sitebuilderLuc Pattyn12-Oct-09 13:40 
GeneralRe: xml Document Pin
arkiboys12-Oct-09 13:52
arkiboys12-Oct-09 13:52 
GeneralRe: xml Document Pin
Luc Pattyn12-Oct-09 14:04
sitebuilderLuc Pattyn12-Oct-09 14:04 
GeneralRe: xml Document Pin
arkiboys12-Oct-09 14:07
arkiboys12-Oct-09 14:07 
GeneralRe: xml Document Pin
Not Active12-Oct-09 15:26
mentorNot Active12-Oct-09 15:26 
GeneralRe: xml Document Pin
arkiboys12-Oct-09 19:55
arkiboys12-Oct-09 19:55 
QuestionLearning foreach... Pin
JollyMansArt12-Oct-09 13:12
JollyMansArt12-Oct-09 13:12 
AnswerRe: Learning foreach... Pin
Luc Pattyn12-Oct-09 13:37
sitebuilderLuc Pattyn12-Oct-09 13:37 

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.