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

Visual Basic

 
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 
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 
First I got:

Server: Msg 117, Level 15, State 2, Line 8
The number name 'amyexcel...allanis$' contains more than the maximum number of prefixes. The maximum is 3.

So I changed it to:

update amyexcel...allanis$
set street=addresslist.street,
city=addresslist.city,
state=addresslist.state,
zip=addresslist.zip
from masterdb.dbo.addresslist addresslist
where allanis$.phone=addresslist.phone

but now it gives me:

Server: Msg 107, Level 16, State 2, Line 1
The column prefix 'allanis$' does not match with a table name or alias name used in the query.
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 
GeneralRe: Buttons Pin
dexter970314-Nov-07 0:02
dexter970314-Nov-07 0:02 
GeneralRe: Buttons Pin
pmarfleet14-Nov-07 0:06
pmarfleet14-Nov-07 0:06 
QuestionDatabase connection Pin
s3rro13-Nov-07 8:30
s3rro13-Nov-07 8:30 
AnswerRe: Database connection Pin
pmarfleet13-Nov-07 9:15
pmarfleet13-Nov-07 9:15 

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.