Click here to Skip to main content
15,912,932 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Databases Pin
Dave Kreskowiak23-Jan-07 9:06
mveDave Kreskowiak23-Jan-07 9:06 
GeneralRe: Databases Pin
jady8423-Jan-07 12:31
jady8423-Jan-07 12:31 
GeneralRe: Databases Pin
Dave Kreskowiak23-Jan-07 12:49
mveDave Kreskowiak23-Jan-07 12:49 
QuestionOpening a form full screen Pin
jady8423-Jan-07 6:25
jady8423-Jan-07 6:25 
AnswerRe: Opening a form full screen Pin
mr_lasseter23-Jan-07 6:35
mr_lasseter23-Jan-07 6:35 
GeneralRe: Opening a form full screen Pin
Ahmed El-Badry24-Jan-07 1:40
Ahmed El-Badry24-Jan-07 1:40 
AnswerRe: Opening a form full screen Pin
nlarson1123-Jan-07 8:06
nlarson1123-Jan-07 8:06 
Questionalter table via sql - problem Pin
Smithers-Jones23-Jan-07 5:19
Smithers-Jones23-Jan-07 5:19 
vb.net
i posted this one already some time ago, but with no success.

when altering a table i use the sql-string
<br />
ALTER TABLE MyTable ADD columnname FLOAT<br />

but my columnname consists of two words ( firstname, familyname).

so i use this command:
<br />
Cmd1.CommandText="ALTER TABLE MyTable ADD 'max powers' FLOAT"<br />


but now the name appears like this in the new column header: 'max powers'
how can i create the new column without '-character?
AnswerRe: alter table via sql - problem Pin
Dave Kreskowiak23-Jan-07 5:29
mveDave Kreskowiak23-Jan-07 5:29 
AnswerRe: alter table via sql - problem Pin
Guffa23-Jan-07 5:51
Guffa23-Jan-07 5:51 
GeneralRe: alter table via sql - problem Pin
Smithers-Jones24-Jan-07 5:37
Smithers-Jones24-Jan-07 5:37 
GeneralRe: alter table via sql - problem Pin
Guffa24-Jan-07 14:30
Guffa24-Jan-07 14:30 
GeneralRe: alter table via sql - problem Pin
Smithers-Jones24-Jan-07 21:57
Smithers-Jones24-Jan-07 21:57 
Questioncreating many instance of a label Pin
charchabil0323-Jan-07 4:04
charchabil0323-Jan-07 4:04 
AnswerRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 4:33
mr_lasseter23-Jan-07 4:33 
GeneralRe: creating many instance of a label Pin
charchabil0323-Jan-07 4:54
charchabil0323-Jan-07 4:54 
GeneralRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 5:11
mr_lasseter23-Jan-07 5:11 
GeneralRe: creating many instance of a label Pin
charchabil0323-Jan-07 5:42
charchabil0323-Jan-07 5:42 
GeneralRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 5:51
mr_lasseter23-Jan-07 5:51 
GeneralRe: creating many instance of a label Pin
charchabil0323-Jan-07 6:06
charchabil0323-Jan-07 6:06 
AnswerRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 6:32
mr_lasseter23-Jan-07 6:32 
GeneralRe: creating many instance of a label Pin
charchabil0323-Jan-07 9:50
charchabil0323-Jan-07 9:50 
GeneralRe: creating many instance of a label Pin
mr_lasseter23-Jan-07 10:12
mr_lasseter23-Jan-07 10:12 
QuestionList box loop? Pin
China-Gary23-Jan-07 2:36
China-Gary23-Jan-07 2:36 
AnswerRe: List box loop? Pin
MatrixCoder23-Jan-07 3:28
MatrixCoder23-Jan-07 3:28 

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.