Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Adding a field


Message #1 by "Carl Dickson" <carl.dickson@g...> on Fri, 23 Jun 2000 16:13:10
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

Message #2 by "Ken Schaefer" <ken.s@a...> on Sun, 25 Jun 2000 18:22:50 +1000
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

>






  Return to Index