NoahK1ng
07-01-2003, 08:59 PM
Hey folks, here's a question; but first the backstory!
I was working on my website on a different computer than I normally use, and this computer doesn't have access installed.
The Question:
Does anyone know if there is an asp application that anyone has written that would work essentially like access and allow me to modify my database using only my server?
If Not:
I think that this could work if you included one extra table in your database that simply held the names of every other table in the database. The program would query that table and put up a list of existing tables. The user could add tables, remove tables, or edit tables. In terms of editing, there would be an option to edit data fields and an option to edit data entries.
I don't think this would be overly hard to write, but you know, why reinvent the wheel? Does this exist? Or do I have a new summer project?
I was working on my website on a different computer than I normally use, and this computer doesn't have access installed.
The Question:
Does anyone know if there is an asp application that anyone has written that would work essentially like access and allow me to modify my database using only my server?
If Not:
I think that this could work if you included one extra table in your database that simply held the names of every other table in the database. The program would query that table and put up a list of existing tables. The user could add tables, remove tables, or edit tables. In terms of editing, there would be an option to edit data fields and an option to edit data entries.
I don't think this would be overly hard to write, but you know, why reinvent the wheel? Does this exist? Or do I have a new summer project?