If you develop ASP Websites using an Access database, you have probably been faced with the need to change the structure of your database, so what do you do? First you download your database to your local environment, then you make your changes, then you upload your changed database to your Web server. Easy enough except sometimes this is not pratical, for instance:
- Your website/database is in constant use
- Uploading your database while someone is accessing it can have unpredictable results
- Database transactions can be lost or corrupted
- Your database is extremely large
There is an alternative way to alter your database using ASP and SQL. I will show you some basics:
- We will create a database table
- We will add a primary key to it
- We will add a unique index to it
- We will create a view or query
Comments
No longer viable
You must me logged in to write a comment.