Click here to Skip to main content
16,006,531 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: delete a line of text from a text file Pin
The ANZAC13-Nov-07 22:31
The ANZAC13-Nov-07 22:31 
QuestionPrinting web page using web browser control in vb Pin
v.r.c13-Nov-07 15:01
v.r.c13-Nov-07 15:01 
AnswerRe: Printing web page using web browser control in vb Pin
Dave Kreskowiak14-Nov-07 5:07
mveDave Kreskowiak14-Nov-07 5:07 
QuestionFading controls? how? Pin
admgamer13-Nov-07 11:36
admgamer13-Nov-07 11:36 
AnswerRe: Fading controls? how? Pin
Christian Graus13-Nov-07 12:08
protectorChristian Graus13-Nov-07 12:08 
GeneralRe: Fading controls? how? Pin
Dave Kreskowiak14-Nov-07 5:04
mveDave Kreskowiak14-Nov-07 5:04 
GeneralRe: Fading controls? how? Pin
Dave Kreskowiak14-Nov-07 5:22
mveDave Kreskowiak14-Nov-07 5:22 
Questionsql update queries from within VB Pin
cj433113-Nov-07 11:01
cj433113-Nov-07 11:01 
I have two databases I open. The first is a list of customer numbers I have to open in an oledb connection. The second is the master customer table with customer number and address info--this is opened with a sqldb connection. The fields in both are the same in respects to the data I'll be accessing. I need to somehow add the address info to the first table from the second. I'm wondering if there is anyway to do something like:

update oletable
set oletable.street=sqltable.street
set oletable.city=sqltable.city
set oletable.state=sqltable.state
set oletable.zip=sqltable.zip
where oletable.cust_no=sqltable.cust_no

doubt my syntax is correct but you see what I wish to do.

I'm just not sure if this is even possible since the two tables resite in different databases and the first can only be opened via oledb connection.

Can anyone help?
AnswerRe: sql update queries from within VB Pin
pmarfleet13-Nov-07 11:41
pmarfleet13-Nov-07 11:41 
GeneralRe: sql update queries from within VB Pin
cj433114-Nov-07 8:39
cj433114-Nov-07 8:39 
GeneralRe: sql update queries from within VB Pin
pmarfleet14-Nov-07 9:31
pmarfleet14-Nov-07 9:31 
GeneralRe: sql update queries from within VB Pin
cj433114-Nov-07 10:00
cj433114-Nov-07 10:00 
GeneralRe: sql update queries from within VB Pin
pmarfleet14-Nov-07 10:12
pmarfleet14-Nov-07 10:12 
GeneralRe: sql update queries from within VB Pin
cj433114-Nov-07 10:27
cj433114-Nov-07 10:27 
GeneralRe: sql update queries from within VB Pin
pmarfleet14-Nov-07 10:35
pmarfleet14-Nov-07 10:35 
GeneralRe: sql update queries from within VB Pin
cj433114-Nov-07 10:55
cj433114-Nov-07 10:55 
AnswerRe: sql update queries from within VB Pin
Pankaj - Joshi13-Nov-07 23:56
Pankaj - Joshi13-Nov-07 23:56 
GeneralRe: sql update queries from within VB Pin
cj433114-Nov-07 8:22
cj433114-Nov-07 8:22 
QuestionTime Picker Pin
AAGTHosting13-Nov-07 9:30
AAGTHosting13-Nov-07 9:30 
AnswerRe: Time Picker Pin
Christian Graus13-Nov-07 10:28
protectorChristian Graus13-Nov-07 10:28 
GeneralRe: Time Picker Pin
Tom Deketelaere13-Nov-07 20:59
professionalTom Deketelaere13-Nov-07 20:59 
QuestionButtons Pin
roger689713-Nov-07 8:47
roger689713-Nov-07 8:47 
AnswerRe: Buttons Pin
pmarfleet13-Nov-07 9:18
pmarfleet13-Nov-07 9:18 
GeneralRe: Buttons Pin
dexter970313-Nov-07 21:39
dexter970313-Nov-07 21:39 
GeneralRe: Buttons Pin
pmarfleet13-Nov-07 21:46
pmarfleet13-Nov-07 21:46 

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.