Hi there,
Is it possable to add a field into a table in a access database via ASP???
If so, how do I do it....
Thanks
Carl
Goto to Access Help and look up the ALTER TABLE JET SQL Statement, which
allows you to modify existing tables.
In your ASP page, create a connection to the database and execute the ALTER
TABLE SQL statement against the connection.
Cheers
Ken
----- Original Message -----
From: "Carl Dickson"
To: "ASP Databases" <asp_databases@p...>
Sent: Friday, June 23, 2000 4:13 PM
Subject: [asp_databases] Adding a field
> Hi there,
> Is it possable to add a field into a table in a access database via ASP???
> If so, how do I do it....
>
> Thanks
>
> Carl
>