Click here to Skip to main content
15,915,164 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Knowing the pixel size of each character Pin
shreekar17-Jan-07 22:56
shreekar17-Jan-07 22:56 
GeneralRe: Knowing the pixel size of each character Pin
Rajiya17-Jan-07 23:55
Rajiya17-Jan-07 23:55 
QuestionCombobox items Clear problem Pin
Bso_Cool17-Jan-07 14:39
Bso_Cool17-Jan-07 14:39 
AnswerRe: Combobox items Clear problem [modified] Pin
MatrixCoder17-Jan-07 15:16
MatrixCoder17-Jan-07 15:16 
AnswerRe: Combobox items Clear problem Pin
The ANZAC17-Jan-07 21:59
The ANZAC17-Jan-07 21:59 
QuestionSelecting a specific cell in a datagrid Pin
BMackKC17-Jan-07 10:53
BMackKC17-Jan-07 10:53 
Questionexample query for join two tables in two different database Pin
tanya foster17-Jan-07 10:31
tanya foster17-Jan-07 10:31 
AnswerRe: example query for join two tables in two different database Pin
Dave Kreskowiak18-Jan-07 4:23
mveDave Kreskowiak18-Jan-07 4:23 
You can't change the query to work on two different databases at the same time.

In theory, you can probably get data from two different databases into the same DataSet using two seperate connections and queries. Just make sure the data ends up in two different DataTables in the DataSet. You should be able to put together a DataRelation object that joins the two tables, do your work on it, then use two the two different DataAdapters and their connections to write those two tables back to the databases if you've made any changes.

Sorry, I don't have any examples. I've never done it myself. You can find the docs on DataRelation here[^].

Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: example query for join two tables in two different database Pin
tanya foster18-Jan-07 5:06
tanya foster18-Jan-07 5:06 
GeneralRe: example query for join two tables in two different database Pin
Dave Kreskowiak18-Jan-07 8:26
mveDave Kreskowiak18-Jan-07 8:26 
QuestionReading the value of excel checkbox with vb.net Pin
Ole.N17-Jan-07 10:16
Ole.N17-Jan-07 10:16 
AnswerRe: Reading the value of excel checkbox with vb.net Pin
the.bombardier17-Jan-07 23:10
the.bombardier17-Jan-07 23:10 
QuestionTable Layout Pin
thesemplice17-Jan-07 10:13
thesemplice17-Jan-07 10:13 
AnswerRe: Table Layout Pin
Christian Graus17-Jan-07 10:17
protectorChristian Graus17-Jan-07 10:17 
GeneralRe: Table Layout Pin
thesemplice17-Jan-07 10:22
thesemplice17-Jan-07 10:22 
GeneralRe: Table Layout Pin
Christian Graus17-Jan-07 10:48
protectorChristian Graus17-Jan-07 10:48 
GeneralRe: Table Layout Pin
thesemplice17-Jan-07 10:57
thesemplice17-Jan-07 10:57 
QuestionNEW TO VB 6.0 Pin
ranabanerjee17-Jan-07 10:00
ranabanerjee17-Jan-07 10:00 
AnswerRe: NEW TO VB 6.0 Pin
Dave Kreskowiak17-Jan-07 10:09
mveDave Kreskowiak17-Jan-07 10:09 
GeneralRe: NEW TO VB 6.0 Pin
ranabanerjee17-Jan-07 10:12
ranabanerjee17-Jan-07 10:12 
GeneralRe: NEW TO VB 6.0 Pin
Christian Graus17-Jan-07 10:15
protectorChristian Graus17-Jan-07 10:15 
AnswerRe: NEW TO VB 6.0 Pin
Christian Graus17-Jan-07 10:12
protectorChristian Graus17-Jan-07 10:12 
GeneralRe: NEW TO VB 6.0 Pin
ranabanerjee17-Jan-07 10:15
ranabanerjee17-Jan-07 10:15 
GeneralRe: NEW TO VB 6.0 Pin
Christian Graus17-Jan-07 10:16
protectorChristian Graus17-Jan-07 10:16 
GeneralRe: NEW TO VB 6.0 Pin
Dave Kreskowiak17-Jan-07 10:18
mveDave Kreskowiak17-Jan-07 10:18 

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.