Click here to Skip to main content
15,918,617 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Returning a single recordset of data from two related tables in a Dataset Pin
Steven J Jowett13-Jun-08 5:09
Steven J Jowett13-Jun-08 5:09 
AnswerRe: Returning a single recordset of data from two related tables in a Dataset Pin
Ashfield13-Jun-08 5:29
Ashfield13-Jun-08 5:29 
AnswerRe: Returning a single recordset of data from two related tables in a Dataset Pin
BDEz (Member 3919223)13-Jun-08 5:49
BDEz (Member 3919223)13-Jun-08 5:49 
GeneralRe: Returning a single recordset of data from two related tables in a Dataset Pin
Ashfield13-Jun-08 6:22
Ashfield13-Jun-08 6:22 
GeneralRe: Returning a single recordset of data from two related tables in a Dataset Pin
Steven J Jowett13-Jun-08 6:30
Steven J Jowett13-Jun-08 6:30 
GeneralRe: Returning a single recordset of data from two related tables in a Dataset Pin
BDEz (Member 3919223)13-Jun-08 6:43
BDEz (Member 3919223)13-Jun-08 6:43 
GeneralRe: Returning a single recordset of data from two related tables in a Dataset Pin
Ashfield13-Jun-08 6:46
Ashfield13-Jun-08 6:46 
GeneralRe: Returning a single recordset of data from two related tables in a Dataset Pin
BDEz (Member 3919223)13-Jun-08 7:16
BDEz (Member 3919223)13-Jun-08 7:16 
Lets see if I can think this through ...

We point / read a dataset (call it dsOne) to a table from your SQL? server.
We point / read a second dataset (call it dsTwo) to another table from your SQL server.

We point a dataview (call it dvOne) to dsOne

We do a sort on dvOne on PLSupplierAccountID
We pull the first entry for PLSupplierAccountID in dvOne

We point a second dataview (call it dvTwo) to dsTwo
We use the entry from dv.One SupplierAccountID to do a dvtwo.Find

If we get a match we combine the row entry from dvOne with dvTwo in a DataGrid

Once you get all the matches combined in the datagrid, you can make your changes using your form.
These changes will be stored on the form until you "submit" them back to your SQL server using a update query.

This sound about right to you?
GeneralRe: Returning a single recordset of data from two related tables in a Dataset Pin
Ashfield13-Jun-08 6:48
Ashfield13-Jun-08 6:48 
GeneralRe: Returning a single recordset of data from two related tables in a Dataset Pin
Steven J Jowett13-Jun-08 7:10
Steven J Jowett13-Jun-08 7:10 
GeneralRe: Returning a single recordset of data from two related tables in a Dataset Pin
BDEz (Member 3919223)13-Jun-08 7:22
BDEz (Member 3919223)13-Jun-08 7:22 
QuestionOdbcConnection.Close needs about 2 sec. How to solve? Pin
mp000113-Jun-08 3:39
mp000113-Jun-08 3:39 
AnswerRe: OdbcConnection.Close needs about 2 sec. How to solve? Pin
Ashfield13-Jun-08 3:58
Ashfield13-Jun-08 3:58 
GeneralRe: OdbcConnection.Close needs about 2 sec. How to solve? Pin
mp000116-Jun-08 23:52
mp000116-Jun-08 23:52 
Questionproblem with window service Pin
Ebube13-Jun-08 2:59
Ebube13-Jun-08 2:59 
AnswerRe: problem with window service Pin
Ashfield13-Jun-08 4:02
Ashfield13-Jun-08 4:02 
QuestionSpy++ download site Pin
Andy_ORS12-Jun-08 22:58
Andy_ORS12-Jun-08 22:58 
AnswerRe: Spy++ download site Pin
Ashfield13-Jun-08 0:17
Ashfield13-Jun-08 0:17 
Questioni have a doubt in popup window Pin
deepthy.p.m12-Jun-08 22:51
deepthy.p.m12-Jun-08 22:51 
AnswerRe: i have a doubt in popup window Pin
Chinners13-Jun-08 0:32
Chinners13-Jun-08 0:32 
RantRe: i have a doubt in popup window POSTED MULTIPLE TIMES IN MULTIPLE FORUMS!!!!!!!!!!! Pin
Ashfield13-Jun-08 1:59
Ashfield13-Jun-08 1:59 
Questioni have a doubt in popup window Pin
deepthy.p.m12-Jun-08 22:51
deepthy.p.m12-Jun-08 22:51 
QuestionHow to create mutil columns in datagridview (VB.2005) [modified] Pin
Member 303106912-Jun-08 21:42
Member 303106912-Jun-08 21:42 
AnswerRe: How to create mutil columns in datagridview (VB.2005) Pin
Steven J Jowett12-Jun-08 22:45
Steven J Jowett12-Jun-08 22:45 
JokeRe: How to create mutil columns in datagridview (VB.2005) Pin
Hasan Jaffal12-Jun-08 23:08
Hasan Jaffal12-Jun-08 23:08 

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.