Click here to Skip to main content
15,903,012 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
The Text is as follows:

DELETE FROM dbo.Authors WHERE (AuthorID = @Original_AuthorID) AND (Address = @Original_Address) AND (City = @Original_City) AND (EMailAddress = @Original_EMailAddress OR @Original_EMailAddress IS NULL AND EMailAddress IS NULL) AND (Name = @Original_Name) AND (PhoneNumber = @Original_PhoneNumber OR @Original_PhoneNumber IS NULL AND PhoneNumber IS NULL) AND (State = @Original_State) AND (ZipCode = @Original_ZipCode).

So assuming the mdrRow parameter is passing this info correctly, I don't see why it wouldn't work.
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 
AnswerRe: how to Remap keyboard Layout keys vb6 Pin
Dave Kreskowiak1-Mar-06 1:07
mveDave Kreskowiak1-Mar-06 1:07 
QuestionTreeview Problem in vb.net Pin
pankajgarg1228-Feb-06 18:42
pankajgarg1228-Feb-06 18:42 
Questionwhats wrong wif my connection? Pin
pandapatin28-Feb-06 17:04
pandapatin28-Feb-06 17:04 
AnswerRe: whats wrong wif my connection? Pin
Steve Pullan28-Feb-06 17:17
Steve Pullan28-Feb-06 17:17 
GeneralRe: whats wrong wif my connection? Pin
pandapatin28-Feb-06 17:23
pandapatin28-Feb-06 17:23 
GeneralRe: whats wrong wif my connection? Pin
Steve Pullan28-Feb-06 17:33
Steve Pullan28-Feb-06 17:33 
GeneralRe: whats wrong wif my connection? Pin
pandapatin28-Feb-06 17:43
pandapatin28-Feb-06 17:43 
GeneralRe: whats wrong wif my connection? Pin
HimaBindu Vejella28-Feb-06 18:37
HimaBindu Vejella28-Feb-06 18:37 
GeneralRe: whats wrong wif my connection? Pin
pandapatin28-Feb-06 19:06
pandapatin28-Feb-06 19:06 

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.