Click here to Skip to main content
15,901,949 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondatagridview problem Pin
thepityone13-Feb-06 20:44
thepityone13-Feb-06 20:44 
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 
Hi,

I'm using the following code to update my database but the changes in my data table never reflected back to my database

<br />
<br />
Dim aDataTable as new aDataSet.MyTable<br />
Dim aTableAdapter as new aDataSetTableAdapters.MyTableTableAdapter<br />
<br />
aTableAdapter.Fill ( aDataTable )<br />
<br />
Dim aRow as DataRow<br />
<br />
aRow = aDataTable.NewRow()<br />
aRow.item(0) = "Test 123"<br />
<br />
aDataTable.Rows.Add ( aRow )<br />
<br />
aDataTable.AcceptChanges()<br />
aTableAdapter.Update( aDataTable )<br />
<br />


What have I miss ?
Thank you

WiL
AnswerRe: Update Data To Database Using Table Adapter Pin
Dave Kreskowiak14-Feb-06 8:40
mveDave Kreskowiak14-Feb-06 8:40 
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 

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.