Forums
This topic is locked
How do I add a Field to a Access DB table?
12 Jan 2002 01:58:37 lane c posted:
I am trying desperately to create a new field (column) into an Access database table through an ASP page. Anyone know how I can do this with code or is there an extension out there that might make this easier? I can't seem to find one that will add a field or change the name of a field (DDL).Thanks in Advance,
Lane
<font color=red></font id=red><img src=../images/dmxzone/forum/icon_smile_angry.gif border=0 align=middle>
Replies
Replied 12 Jan 2002 05:06:42
12 Jan 2002 05:06:42 Joel Martinez replied:
you would have to look through SQL references like sqlteam.com or something for that... thats not functionality that many people use.
Joel Martinez [ ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/
Joel Martinez [ ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/
Replied 12 Jan 2002 07:50:48
12 Jan 2002 07:50:48 Mark Labordus replied:
Following is for SQL-2000, don't know the syntax for Access but it will give you an idea..
Search MSDN!!
msdn.microsoft.com/library/default.asp?url=/library/en-us/sqlce/sqlceref_3ied.asp
Mark.
Search MSDN!!
msdn.microsoft.com/library/default.asp?url=/library/en-us/sqlce/sqlceref_3ied.asp
Mark.