Click here to Skip to main content
15,917,709 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: file association Pin
Dave Kreskowiak1-Mar-06 1:15
mveDave Kreskowiak1-Mar-06 1:15 
GeneralRe: file association Pin
andylimjp1-Mar-06 6:02
andylimjp1-Mar-06 6:02 
GeneralRe: file association Pin
Dave Kreskowiak1-Mar-06 9:18
mveDave Kreskowiak1-Mar-06 9:18 
GeneralRe: file association Pin
Dave Kreskowiak1-Mar-06 9:19
mveDave Kreskowiak1-Mar-06 9:19 
GeneralRe: file association Pin
andylimjp1-Mar-06 13:52
andylimjp1-Mar-06 13:52 
GeneralRe: file association Pin
Dave Kreskowiak2-Mar-06 2:21
mveDave Kreskowiak2-Mar-06 2:21 
AnswerRe: file association Pin
Dave Kreskowiak1-Mar-06 5:51
mveDave Kreskowiak1-Mar-06 5:51 
QuestionDataset.Table.RemoveAuthorsRow(variable) Pin
Scott341528-Feb-06 19:20
Scott341528-Feb-06 19:20 
I'm using the RemoveTableRow method in the following code, which updates the dataset, however it doesn't ever update the database via the data adapter. Any one have any idea why? Much appreciative

(code generalized)
'Module level declaration
Dim mdrRow As DataSet.TableRow

'Retrieve datarow from dataset
mdrRow = DataSet.Table.FindByTableID(txtfield.Text)
with mdrRow
txtfield1.text = .field1
etc
end with

'Activated by a btnDelete
Dataset.Table.RemoveTableRow(mdrRow)

SQLDataAdapter.Update(DataSet)
DataSet.AcceptChanges()

When I attempt to retrieve from the dataset the row is no longer there, however it never updates to the database, so when the program terminates and the dataset is refilled the row is then back.
AnswerRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Dave Kreskowiak1-Mar-06 1:14
mveDave Kreskowiak1-Mar-06 1:14 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 2:04
Scott34151-Mar-06 2:04 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Dave Kreskowiak1-Mar-06 2:19
mveDave Kreskowiak1-Mar-06 2:19 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 2:36
Scott34151-Mar-06 2:36 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Dave Kreskowiak1-Mar-06 5:42
mveDave Kreskowiak1-Mar-06 5:42 
AnswerRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Doctor Nick1-Mar-06 3:00
Doctor Nick1-Mar-06 3:00 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 3:05
Scott34151-Mar-06 3:05 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Doctor Nick1-Mar-06 3:15
Doctor Nick1-Mar-06 3:15 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 3:37
Scott34151-Mar-06 3:37 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Doctor Nick1-Mar-06 3:55
Doctor Nick1-Mar-06 3:55 
GeneralRe: Dataset.Table.RemoveAuthorsRow(variable) Pin
Scott34151-Mar-06 3:57
Scott34151-Mar-06 3:57 
Questioncreating multiple dataset based upon a query Pin
uglyeyes28-Feb-06 19:00
uglyeyes28-Feb-06 19:00 
AnswerRe: creating multiple dataset based upon a query Pin
Guffa28-Feb-06 21:42
Guffa28-Feb-06 21:42 
GeneralRe: creating multiple dataset based upon a query Pin
uglyeyes28-Feb-06 23:53
uglyeyes28-Feb-06 23:53 
AnswerRe: creating multiple dataset based upon a query Pin
Guffa1-Mar-06 0:26
Guffa1-Mar-06 0:26 
Questioncreating multiple dataset based upon a query Pin
uglyeyes28-Feb-06 18:57
uglyeyes28-Feb-06 18:57 
Questionhow to Remap keyboard Layout keys vb6 Pin
justzain28-Feb-06 18:46
justzain28-Feb-06 18: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.