If my query string is as follows how do I execute the query?
ALTER TABLE interests ADD COLUMN Swim VARCHAR(1) NOT NULL DEFAULT('n')
Thanks
MoonWaYou could useExecuteNonQuery on a SqlCommand object.|||Thanks I got it working.
MoonWa
If my query string is as follows how do I execute the query?
ALTER TABLE interests ADD COLUMN Swim VARCHAR(1) NOT NULL DEFAULT('n')
Thanks
MoonWaYou could useExecuteNonQuery on a SqlCommand object.|||Thanks I got it working.
MoonWa
Sql Server,Alignment problem
No comments:
Post a Comment