Online tool til editering af Access DB
Findes et noget freeware eller online tool man kan editerer felter i en Access database med?Nogen der har haft success med dette:
spm: What I want to do is be able to upload or install an ASP script to my website so I can edit the database information online from anywhere by just logging in.
svar: If you have Access 2002, XP, or 2003, you don't need a third party tool.
1. Open Access and create one or more tables.
2. Click on the View drop-down menu, then Database Objects, then Pages.
3. Double-click "Create a data access page by using wizard" and let it walk you though choosing the table and a few other steps.
4. After you finish the wizard, you'll have a web page interface for a table, which you can rearrange if you like.
5. Click File, Save and save the interface as a .htm file in one of the directories of the web service.
6. Place this file on your web server.
7. The default connection string is an absolute path (e.g., "C:\inetpub\wwwroot\TableA.htm"). If you ever need to change the connection string, it's in an OBJECT tag. Open the .htm in an editor and search for the file name
open the file and look for <a:ConnectionString>, and edit as necessary.
