Click here to Skip to main content
15,923,557 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Searching a particular text Pin
DA_Loring2-Aug-07 1:51
DA_Loring2-Aug-07 1:51 
AnswerRe: Searching a particular text Pin
Tom Deketelaere2-Aug-07 2:01
professionalTom Deketelaere2-Aug-07 2:01 
GeneralRe: Searching a particular text Pin
Archana New to Dotnet2-Aug-07 2:17
Archana New to Dotnet2-Aug-07 2:17 
GeneralRe: Searching a particular text Pin
Tom Deketelaere2-Aug-07 2:24
professionalTom Deketelaere2-Aug-07 2:24 
GeneralRe: Searching a particular text Pin
Luc Pattyn2-Aug-07 7:40
sitebuilderLuc Pattyn2-Aug-07 7:40 
AnswerRe: Searching a particular text Pin
The ANZAC2-Aug-07 11:19
The ANZAC2-Aug-07 11:19 
QuestionWriting data back to a table Pin
DA_Loring2-Aug-07 1:36
DA_Loring2-Aug-07 1:36 
AnswerRe: Writing data back to a table Pin
Mycroft Holmes3-Aug-07 15:07
professionalMycroft Holmes3-Aug-07 15:07 
I always use stored procs so this may be incorrect but!

drowData.AcceptChanges()
This sets the changed rows to current rows and removes the changed flag on the row

sqldaData.Update(dsetData, "Dates")
This presumably updates the change rows (which you have set to current) into the databse - it cannot find any changed rows!

I suggest you remove
drowData.AcceptChanges()

GeneralRe: Writing data back to a table Pin
DA_Loring7-Aug-07 0:43
DA_Loring7-Aug-07 0:43 
QuestionDataGridView Pin
Assaf822-Aug-07 0:46
Assaf822-Aug-07 0:46 
AnswerRe: DataGridView Pin
Paramhans Dubey2-Aug-07 2:13
professionalParamhans Dubey2-Aug-07 2:13 
QuestionRe: DataGridView Pin
Assaf822-Aug-07 2:48
Assaf822-Aug-07 2:48 
QuestionWindows Forms and Messages Pin
rk4ps2-Aug-07 0:31
rk4ps2-Aug-07 0:31 
Questionhow to keep a form always active Pin
eyes20072-Aug-07 0:27
eyes20072-Aug-07 0:27 
AnswerRe: how to keep a form always active Pin
Christian Graus2-Aug-07 0:35
protectorChristian Graus2-Aug-07 0:35 
GeneralRe: how to keep a form always active Pin
eyes20072-Aug-07 0:42
eyes20072-Aug-07 0:42 
GeneralRe: how to keep a form always active Pin
Christian Graus2-Aug-07 1:31
protectorChristian Graus2-Aug-07 1:31 
GeneralRe: how to keep a form always active Pin
DA_Loring2-Aug-07 1:48
DA_Loring2-Aug-07 1:48 
GeneralRe: how to keep a form always active Pin
eyes20072-Aug-07 3:44
eyes20072-Aug-07 3:44 
GeneralRe: how to keep a form always active Pin
Dave Kreskowiak2-Aug-07 9:53
mveDave Kreskowiak2-Aug-07 9:53 
AnswerRe: how to keep a form always active Pin
Froz3n2-Aug-07 4:35
Froz3n2-Aug-07 4:35 
QuestionWindows forms and message box Pin
rk4ps2-Aug-07 0:25
rk4ps2-Aug-07 0:25 
AnswerRe: Windows forms and message box Pin
eyes20072-Aug-07 0:32
eyes20072-Aug-07 0:32 
GeneralRe: Windows forms and message box Pin
rk4ps2-Aug-07 0:58
rk4ps2-Aug-07 0:58 
GeneralRe: Windows forms and message box Pin
rk4ps2-Aug-07 1:15
rk4ps2-Aug-07 1:15 

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.