Click here to Skip to main content
15,911,890 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: BIFF7 Conversion Pin
Thomas Krojer1-Mar-11 21:23
Thomas Krojer1-Mar-11 21:23 
QuestionIntercept e Send ALT+F1 Pin
starcomsis1-Mar-11 5:24
starcomsis1-Mar-11 5:24 
AnswerRe: Intercept e Send ALT+F1 Pin
Dave Kreskowiak1-Mar-11 8:58
mveDave Kreskowiak1-Mar-11 8:58 
GeneralRe: Intercept e Send ALT+F1 Pin
starcomsis1-Mar-11 9:20
starcomsis1-Mar-11 9:20 
GeneralRe: Intercept e Send ALT+F1 Pin
Dave Kreskowiak1-Mar-11 14:46
mveDave Kreskowiak1-Mar-11 14:46 
QuestionHow to set parallel port in VB programming? Pin
saathis1-Mar-11 4:22
saathis1-Mar-11 4:22 
AnswerRe: How to set parallel port in VB programming? Pin
DaveAuld1-Mar-11 4:57
professionalDaveAuld1-Mar-11 4:57 
AnswerRe: How to set parallel port in VB programming? Pin
Luc Pattyn1-Mar-11 6:10
sitebuilderLuc Pattyn1-Mar-11 6:10 
AnswerRe: How to set parallel port in VB programming? Pin
glennPattonWork32-Mar-11 21:55
professionalglennPattonWork32-Mar-11 21:55 
QuestionHow to save SQL Server 2008 Multiple Tables [modified] Pin
Paramu197328-Feb-11 3:09
Paramu197328-Feb-11 3:09 
AnswerRe: How to save SQL Server 2008 Multiple Tables Pin
DaveAuld28-Feb-11 4:07
professionalDaveAuld28-Feb-11 4:07 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
Paramu197328-Feb-11 4:49
Paramu197328-Feb-11 4:49 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
DaveAuld28-Feb-11 5:03
professionalDaveAuld28-Feb-11 5:03 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
Paramu197328-Feb-11 7:22
Paramu197328-Feb-11 7:22 
AnswerRe: How to save SQL Server 2008 Multiple Tables Pin
Dave Kreskowiak28-Feb-11 8:07
mveDave Kreskowiak28-Feb-11 8:07 
If I understand what you're trying to do, you can't do it using a DataAdapater. You can only work on queries that involve a single table. You'll have to update your tables independently, using two different queries. By the way, your table names suck. "table1" and "table2" are hardly descriptive of what they contain and actually make it harder to understand what your code is doing.

GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
Luc Pattyn28-Feb-11 9:08
sitebuilderLuc Pattyn28-Feb-11 9:08 
GeneralRe: How to save SQL Server 2008 Multiple Tables Pin
Paramu197328-Feb-11 18:30
Paramu197328-Feb-11 18:30 
QuestionCDO mails in proxy network Pin
WinCrs27-Feb-11 20:25
WinCrs27-Feb-11 20:25 
AnswerRe: CDO mails in proxy network Pin
WinCrs28-Feb-11 0:25
WinCrs28-Feb-11 0:25 
GeneralRe: CDO mails in proxy network Pin
Dave Kreskowiak28-Feb-11 8:02
mveDave Kreskowiak28-Feb-11 8:02 
QuestionHow to configure the directory name in vba excel code Pin
priyaahh27-Feb-11 17:19
priyaahh27-Feb-11 17:19 
AnswerRe: How to configure the directory name in vba excel code Pin
Eddy Vluggen27-Feb-11 22:02
professionalEddy Vluggen27-Feb-11 22:02 
Questionscaling the picturebox size the same as a whiteboard Pin
batanglangka26-Feb-11 10:06
batanglangka26-Feb-11 10:06 
AnswerRe: scaling the picturebox size the same as a whiteboard Pin
Henry Minute26-Feb-11 11:23
Henry Minute26-Feb-11 11:23 
AnswerRe: scaling the picturebox size the same as a whiteboard Pin
DaveAuld27-Feb-11 1:21
professionalDaveAuld27-Feb-11 1:21 

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.