Print Page | Close Window

create database column

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Database Discussion
Forum Description: Discussion and chat on database related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=9912
Printed Date: 30 March 2026 at 5:57am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: create database column
Posted By: Badaboem
Subject: create database column
Date Posted: 17 February 2004 at 7:44pm

Is it possible to create a database column inside an existing database table instead of table + column using asp?

So far I've only managed to create both a blank table + column.

Thanks in advance.




Replies:
Posted By: Gullanian
Date Posted: 17 February 2004 at 8:34pm

What do you mean?  In ASP?

Done with SQL Alter query:

ALTER TABLE table_name
ADD column_name datatype



Posted By: Badaboem
Date Posted: 17 February 2004 at 8:52pm
That's what I wanted to know.
Thanks.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net