Click here to Skip to main content
16,004,906 members
Home / Discussions / C#
   

C#

 
AnswerRe: Opening a Find/Replace window Pin
kalyan_24167-Mar-07 1:02
kalyan_24167-Mar-07 1:02 
GeneralRe: Opening a Find/Replace window Pin
SakthiSurya7-Mar-07 18:01
SakthiSurya7-Mar-07 18:01 
QuestionADO.Net not saving to database Pin
JacquesDP7-Mar-07 0:15
JacquesDP7-Mar-07 0:15 
AnswerRe: ADO.Net not saving to database Pin
kalyan_24167-Mar-07 0:58
kalyan_24167-Mar-07 0:58 
GeneralRe: ADO.Net not saving to database Pin
JacquesDP7-Mar-07 1:25
JacquesDP7-Mar-07 1:25 
GeneralRe: ADO.Net not saving to database Pin
RedRummy7-Mar-07 3:18
RedRummy7-Mar-07 3:18 
GeneralRe: ADO.Net not saving to database Pin
JacquesDP7-Mar-07 3:29
JacquesDP7-Mar-07 3:29 
AnswerRe: ADO.Net not saving to database Pin
baerten7-Mar-07 1:00
baerten7-Mar-07 1:00 
It's over a year ago that i worked with ADO.NET and C# but i try to help you

You have seriously a DataAdapter to this DB-Table.

With DataAdapter.Update() you save all the changings to the Database.
( if all Commands are correct --> To fill in (DataAdapter.Fill() to fill a Dataset) the data is easy,
the DataAdapter needs only the SELECT-Command, but to update the Table it needs
all 3 other Commands ( INSERT,UPDATE and DELETE )

Perhaps it's a problem of the Commands.

But using the Binding Navigator seems me that it works directly on the DB and not on a Dataset
( i never used this technology (only Dataset) )
But the Commands are very important.

I hope i could help you a little bit
GeneralRe: ADO.Net not saving to database Pin
JacquesDP7-Mar-07 1:30
JacquesDP7-Mar-07 1:30 
GeneralRe: ADO.Net not saving to database Pin
baerten7-Mar-07 1:43
baerten7-Mar-07 1:43 
GeneralRe: ADO.Net not saving to database Pin
JacquesDP7-Mar-07 1:51
JacquesDP7-Mar-07 1:51 
GeneralRe: ADO.Net not saving to database Pin
baerten7-Mar-07 4:26
baerten7-Mar-07 4:26 
GeneralRe: ADO.Net not saving to database Pin
JacquesDP7-Mar-07 21:59
JacquesDP7-Mar-07 21:59 
AnswerRe: ADO.Net not saving to database Pin
Mike Hankey7-Mar-07 7:28
mveMike Hankey7-Mar-07 7:28 
GeneralRe: ADO.Net not saving to database Pin
JacquesDP7-Mar-07 22:01
JacquesDP7-Mar-07 22:01 
GeneralRe: ADO.Net not saving to database Pin
Mike Hankey8-Mar-07 1:38
mveMike Hankey8-Mar-07 1:38 
GeneralRe: ADO.Net not saving to database Pin
JacquesDP7-Mar-07 22:30
JacquesDP7-Mar-07 22:30 
QuestionThird Post but still having Problem Pin
Abubakarsb6-Mar-07 23:35
Abubakarsb6-Mar-07 23:35 
AnswerRe: Third Post but still having Problem Pin
Pete O'Hanlon7-Mar-07 2:54
mvePete O'Hanlon7-Mar-07 2:54 
Questioncustom control Pin
OlaMohammed6-Mar-07 22:44
OlaMohammed6-Mar-07 22:44 
AnswerRe: custom control Pin
PS@Codeproj6-Mar-07 23:19
PS@Codeproj6-Mar-07 23:19 
GeneralRe: custom control Pin
OlaMohammed7-Mar-07 21:49
OlaMohammed7-Mar-07 21:49 
QuestionSmartPanel Refresh Problem Pin
Alan Seedhouse6-Mar-07 22:18
professionalAlan Seedhouse6-Mar-07 22:18 
QuestionPassword to reach one form to another.Please help me.tq very much. Pin
krajah106-Mar-07 22:15
krajah106-Mar-07 22:15 
AnswerRe: Password to reach one form to another.Please help me.tq very much. Pin
Keshav V. Kamat6-Mar-07 22:46
Keshav V. Kamat6-Mar-07 22:46 

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.