Click here to Skip to main content
16,015,072 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow can i add unbound data to datagridview Pin
thepityone13-Feb-06 20:25
thepityone13-Feb-06 20:25 
AnswerRe: how can i add unbound data to datagridview Pin
Dave Kreskowiak14-Feb-06 8:50
mveDave Kreskowiak14-Feb-06 8:50 
Questionon mouse event Pin
aqui_i13-Feb-06 20:07
aqui_i13-Feb-06 20:07 
AnswerRe: on mouse event Pin
Dave Kreskowiak14-Feb-06 8:48
mveDave Kreskowiak14-Feb-06 8:48 
QuestionChang Properties File Summary Pin
kbbman13-Feb-06 20:01
kbbman13-Feb-06 20:01 
AnswerRe: Chang Properties File Summary Pin
Dave Kreskowiak14-Feb-06 8:46
mveDave Kreskowiak14-Feb-06 8:46 
QuestionUpdate Data To Database Using Table Adapter Pin
shiroamachi13-Feb-06 19:32
shiroamachi13-Feb-06 19:32 
AnswerRe: Update Data To Database Using Table Adapter Pin
Dave Kreskowiak14-Feb-06 8:40
mveDave Kreskowiak14-Feb-06 8:40 
You're calling the .AcceptChanges() method to commit the changes to the DataSet, not the database. Call the DataAdpter's .Update() method BEFORE you call AcceptChanges

Update commits any changes back to the database.

AcceptChanges commits any changes to the DataTable and resets each DataRow's status to Unchanged. This is why no changes are being written back to the database. Because you've told the table there are no changes!


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Update Data To Database Using Table Adapter Pin
shiroamachi14-Feb-06 16:38
shiroamachi14-Feb-06 16:38 
Questionpicture comparison Pin
maytel13-Feb-06 16:42
maytel13-Feb-06 16:42 
AnswerRe: picture comparison Pin
Stephen Hewitt13-Feb-06 19:28
Stephen Hewitt13-Feb-06 19:28 
QuestionCompare two files Pin
MeterMan13-Feb-06 15:11
MeterMan13-Feb-06 15:11 
AnswerRe: Compare two files Pin
Joshua Quick13-Feb-06 15:18
Joshua Quick13-Feb-06 15:18 
Questionneed help urgently - implementation of edge detection Pin
preci13-Feb-06 14:58
preci13-Feb-06 14:58 
AnswerRe: need help urgently - implementation of edge detection Pin
Joshua Quick13-Feb-06 15:13
Joshua Quick13-Feb-06 15:13 
QuestionExtra space added to a records data fields Pin
Jlawrnce13-Feb-06 11:03
Jlawrnce13-Feb-06 11:03 
AnswerRe: Extra space added to a records data fields Pin
Jlawrnce13-Feb-06 12:32
Jlawrnce13-Feb-06 12:32 
AnswerRe: Extra space added to a records data fields Pin
Dave Kreskowiak13-Feb-06 17:21
mveDave Kreskowiak13-Feb-06 17:21 
AnswerRe: Extra space added to a records data fields Pin
Pankaj Kulkarni14-Feb-06 0:59
Pankaj Kulkarni14-Feb-06 0:59 
QuestionNavigation Panel Pin
ssfargade13-Feb-06 10:25
ssfargade13-Feb-06 10:25 
AnswerRe: Navigation Panel Pin
Joshua Quick13-Feb-06 11:26
Joshua Quick13-Feb-06 11:26 
GeneralRe: Navigation Panel Pin
Mekong River13-Feb-06 14:46
Mekong River13-Feb-06 14:46 
Questionconvert date to string Pin
ssfargade13-Feb-06 10:17
ssfargade13-Feb-06 10:17 
AnswerRe: convert date to string Pin
Joshua Quick13-Feb-06 11:17
Joshua Quick13-Feb-06 11:17 
AnswerRe: convert date to string Pin
eagertolearn14-Feb-06 7:00
eagertolearn14-Feb-06 7:00 

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.