Click to See Complete Forum and Search --> : How to edit MS Access DB via ASP page?


cusimar9
07-18-2006, 06:03 AM
I have lots of customised admin pages which allow me to perform various tasks on my database, but there's always something which requires me to manually edit the database on my machine and re-upload it.

Are there any (free ideally) code samples that allow you to add/edit tables or table contents via an on-line ASP page? There must be...

cusimar9
07-18-2006, 06:09 AM
Something like this:

http://www.mylittletools.net/scripts/en/mla/default.asp

But free, would be nice :)

Terrorke
07-18-2006, 06:31 AM
there are several SQL statements to create, drop, alter, ... tables.

Maybe you should take a look at :
http://www.w3schools.com/default.asp

Look for create table statements and stuff.

I'm not sure that there are components that let you do all these stuff.

cusimar9
07-18-2006, 07:19 AM
I've found one!

http://www.2enetworx.com/dev/projects/tableeditor.asp

Looks like just what I was after :)