Click here to Skip to main content
15,899,023 members
Home / Discussions / C#
   

C#

 
AnswerEven simpler Pin
Ennis Ray Lynch, Jr.25-Oct-07 8:01
Ennis Ray Lynch, Jr.25-Oct-07 8:01 
AnswerRe: C# and XML Pin
led mike25-Oct-07 8:19
led mike25-Oct-07 8:19 
AnswerRe: C# and XML Pin
Ravi Bhavnani25-Oct-07 13:57
professionalRavi Bhavnani25-Oct-07 13:57 
Questionultragrid update sql server???? Pin
NewToAspDotNet25-Oct-07 5:40
NewToAspDotNet25-Oct-07 5:40 
AnswerRe: ultragrid update sql server???? Pin
Abhijit Jana25-Oct-07 6:24
professionalAbhijit Jana25-Oct-07 6:24 
GeneralRe: ultragrid update sql server???? Pin
NewToAspDotNet25-Oct-07 6:59
NewToAspDotNet25-Oct-07 6:59 
AnswerRe: ultragrid update sql server???? Pin
pmarfleet25-Oct-07 7:27
pmarfleet25-Oct-07 7:27 
AnswerRe: ultragrid update sql server???? Pin
Dave Kreskowiak25-Oct-07 7:38
mveDave Kreskowiak25-Oct-07 7:38 
There are two possibilities.

The first is that you setup your DataAdapter using an SQL Select command, but you didn't supply the Update, Delete, Insert SqlCommands to it. Or, you didn't use an SqlCommandBuilder object on the DataAdapter to have it fill in the remaining commands.

The second is that you did the stuff in the first paragraph, but the SQL Select command you gave it returns data from multiple tables. The DataAdapters will only work with single table queries if you want to call its Update method.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionPlacing tabs on main menu. Pin
cooltuxxx25-Oct-07 4:22
cooltuxxx25-Oct-07 4:22 
AnswerRe: Placing tabs on main menu. Pin
Judah Gabriel Himango25-Oct-07 4:32
sponsorJudah Gabriel Himango25-Oct-07 4:32 
QuestionHow to display build version on your form... Pin
TheMattster25-Oct-07 4:17
TheMattster25-Oct-07 4:17 
AnswerRe: How to display build version on your form... Pin
Judah Gabriel Himango25-Oct-07 4:31
sponsorJudah Gabriel Himango25-Oct-07 4:31 
QuestionSerialization Pin
lokeshgm725-Oct-07 3:26
lokeshgm725-Oct-07 3:26 
AnswerRe: Serialization Pin
mav.northwind25-Oct-07 3:43
mav.northwind25-Oct-07 3:43 
GeneralRe: Serialization Pin
lokeshgm725-Oct-07 3:51
lokeshgm725-Oct-07 3:51 
GeneralRe: Serialization Pin
lokeshgm725-Oct-07 4:04
lokeshgm725-Oct-07 4:04 
QuestionDetecting Hybernation Pin
gmarappledude25-Oct-07 3:15
gmarappledude25-Oct-07 3:15 
AnswerRe: Detecting Hybernation Pin
leppie25-Oct-07 3:48
leppie25-Oct-07 3:48 
GeneralRe: Detecting Hybernation Pin
gmarappledude25-Oct-07 3:54
gmarappledude25-Oct-07 3:54 
QuestionHas somebody made a surveillance thread which doesn't die? Pin
Klive825-Oct-07 2:44
Klive825-Oct-07 2:44 
AnswerRe: Has somebody made a surveillance thread which doesn't die? Pin
sujithkumarsl25-Oct-07 2:55
sujithkumarsl25-Oct-07 2:55 
GeneralRe: Has somebody made a surveillance thread which doesn't die? Pin
Klive825-Oct-07 3:23
Klive825-Oct-07 3:23 
AnswerRe: Has somebody made a surveillance thread which doesn't die? Pin
mav.northwind25-Oct-07 3:48
mav.northwind25-Oct-07 3:48 
QuestionProblem with moving picturebox with Cursor on Mouse_Move event. Pin
Chintan.Desai25-Oct-07 1:50
Chintan.Desai25-Oct-07 1:50 
AnswerRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Christian Graus25-Oct-07 1:55
protectorChristian Graus25-Oct-07 1:55 

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.