Click here to Skip to main content
15,886,685 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionClosing a form Pin
Jay Royall13-Jun-08 5:08
Jay Royall13-Jun-08 5:08 
AnswerRe: Closing a form Pin
Ashfield13-Jun-08 5:18
Ashfield13-Jun-08 5:18 
GeneralRe: Closing a form Pin
Jay Royall13-Jun-08 5:37
Jay Royall13-Jun-08 5:37 
GeneralRe: Closing a form Pin
Luc Pattyn13-Jun-08 6:01
sitebuilderLuc Pattyn13-Jun-08 6:01 
GeneralRe: Closing a form Pin
Jay Royall13-Jun-08 6:09
Jay Royall13-Jun-08 6:09 
GeneralRe: Closing a form Pin
Luc Pattyn13-Jun-08 6:20
sitebuilderLuc Pattyn13-Jun-08 6:20 
GeneralRe: Closing a form Pin
BDEz (Member 3919223)13-Jun-08 6:01
BDEz (Member 3919223)13-Jun-08 6:01 
QuestionReturning a single recordset of data from two related tables in a Dataset Pin
Steven J Jowett13-Jun-08 4:38
Steven J Jowett13-Jun-08 4:38 
I have a dataset containing 2 tables, PLSupplierAccount and PLProposedPayment, which contain related data. I have created a relationship between the two table.

I now need to execute the following sql statement, and return a single recordset/table of the data.
SELECT * FROM PLSupplierAccount INNER JOIN PLProposedPayment ON PLSupplierAccount.PLSupplierAccountID = PLProposedPayment.PLSupplierAccountID


Not sure how to do this, and Google[^]"> was not much help.

Any help appreciated (as always)

Steve Jowett
-------------------------
It is offen dangerous to try and see someone else's point of view, without proper training. Douglas Adams (Mostly Harmless)

AnswerRe: Returning a single recordset of data from two related tables in a Dataset Pin
Ashfield13-Jun-08 4:57
Ashfield13-Jun-08 4:57 
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 
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 

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.