Click here to Skip to main content
15,908,264 members
Home / Discussions / C#
   

C#

 
AnswerRe: code sample in c# Pin
Dragonfly_Lee22-Dec-08 22:26
Dragonfly_Lee22-Dec-08 22:26 
Questioncode sample in c#.net Pin
Manilipa22-Dec-08 2:45
Manilipa22-Dec-08 2:45 
AnswerRe: code sample in c#.net Pin
Not Active22-Dec-08 2:49
mentorNot Active22-Dec-08 2:49 
GeneralRe: code sample in c#.net Pin
Colin Angus Mackay22-Dec-08 2:50
Colin Angus Mackay22-Dec-08 2:50 
AnswerRe: code sample in c#.net Pin
Colin Angus Mackay22-Dec-08 2:49
Colin Angus Mackay22-Dec-08 2:49 
GeneralRe: code sample in c#.net Pin
#realJSOP22-Dec-08 3:23
professional#realJSOP22-Dec-08 3:23 
AnswerRe: code sample in c#.net Pin
Lev Danielyan22-Dec-08 3:32
Lev Danielyan22-Dec-08 3:32 
Questionimporting a defined value from c++ dll to c# Pin
shirli ben-shoham22-Dec-08 2:30
shirli ben-shoham22-Dec-08 2:30 
AnswerRe: importing a defined value from c++ dll to c# Pin
Dave Kreskowiak22-Dec-08 4:28
mveDave Kreskowiak22-Dec-08 4:28 
QuestionGet File and directory names of folder on server in c# Pin
Rajesh Naik Ponda Goa22-Dec-08 1:54
Rajesh Naik Ponda Goa22-Dec-08 1:54 
AnswerRe: Get File and directory names of folder on server in c# Pin
vlinker22-Dec-08 2:23
vlinker22-Dec-08 2:23 
AnswerRe: Get File and directory names of folder on server in c# Pin
Brij22-Dec-08 2:39
mentorBrij22-Dec-08 2:39 
AnswerRe: Get File and directory names of folder on server in c# Pin
Not Active22-Dec-08 2:53
mentorNot Active22-Dec-08 2:53 
QuestionUnable to delete files using fileinfo object in VISTA - getting security problem Pin
Rajesh Naik Ponda Goa22-Dec-08 1:47
Rajesh Naik Ponda Goa22-Dec-08 1:47 
AnswerRe: Unable to delete files using fileinfo object in VISTA - getting security problem Pin
#realJSOP22-Dec-08 2:25
professional#realJSOP22-Dec-08 2:25 
AnswerRe: Unable to delete files using fileinfo object in VISTA - getting security problem Pin
Tom Deketelaere22-Dec-08 2:49
professionalTom Deketelaere22-Dec-08 2:49 
GeneralRe: Unable to delete files using fileinfo object in VISTA - getting security problem Pin
Rajesh Naik Ponda Goa22-Dec-08 17:19
Rajesh Naik Ponda Goa22-Dec-08 17:19 
Questionloop controls one by one Pin
DEEPNORTH22-Dec-08 1:18
DEEPNORTH22-Dec-08 1:18 
AnswerRe: loop controls one by one Pin
Ravi Bhavnani22-Dec-08 1:33
professionalRavi Bhavnani22-Dec-08 1:33 
GeneralRe: loop controls one by one Pin
DEEPNORTH22-Dec-08 15:20
DEEPNORTH22-Dec-08 15:20 
AnswerRe: loop controls one by one Pin
User 665822-Dec-08 1:40
User 665822-Dec-08 1:40 
AnswerRe: loop controls one by one Pin
nishu00727-Dec-08 2:49
professionalnishu00727-Dec-08 2:49 
Questionover a $1000 to be won in coding competition Pin
sanj_8038822-Dec-08 1:08
sanj_8038822-Dec-08 1:08 
AnswerRe: over a $1000 to be won in coding competition Pin
Brij22-Dec-08 1:52
mentorBrij22-Dec-08 1:52 
QuestionUpdate database from DataGridView? Pin
kbalias22-Dec-08 1:03
kbalias22-Dec-08 1:03 
Hi
I am using C# and Visual Studio 2005 to develop a Windows Application. I use the designer to bind a DataGridView to a table in a MS Access database.

When I use the designer the following code is automatically generated in the Form_Load method:

// TODO: This line of code loads data into the 'patientStatusDataSet2.bv_Patients' table. You can move, or remove it, as needed.
this.procPatientList_AllInfoTableAdapter.Fill(this.patientStatusDataSet.procPatientList_AllInfo);


I try to update the database when changes have been made to the data in the DataGridView, but cannot find what to use or how to do it. In the past I used to write my own code and could do updates. I am trying now to learn about the built-in functionality, but I am struggling.

Neither procPatientList_AllInfoTableAdapter nor patientStatusDataSet has any Update methods.

Any assistance will be appreciated.

Thanks.

Kobus

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.