Click here to Skip to main content
15,890,557 members
Articles / Programming Languages / ASP
Article

Online DB Administration

Rate me:
Please Sign up or sign in to vote.
3.88/5 (16 votes)
17 Mar 2003 236.8K   2.5K   58   82
Online administration of your database. Create or modify tables, keys, and indexes. Edit or insert data.

Sample Image - netdb.gif

Introduction

This is an application for online administration of your database.

Features

  • Supports MS SQL Server (not completely) and MS Access.
  • Create, modify, and drop tables and views.
  • Create and drop keys (primary, foreign, and unique).
  • Create and drop indexes.
  • Edit, insert, and duplicate rows in tables.
  • Foreign keys are used to create filters/lookups when browsing and editing data.
  • Export tables and views to a CSV file.

Installation

  1. Unzip all files to a directory available from your web server.
  2. Modify config.asp to point to your database.

History

Feb 27 2003

  • Included adojavas.inc since a few seems to have problem with metadata and global.asa.
  • Lots of minor changes and bug fixes.

Mar 18 2003

  • Updated source code.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Norway Norway
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralRe: unuseful under .NET, OBSOLETE Pin
Bjornar Henden21-Mar-03 5:47
Bjornar Henden21-Mar-03 5:47 
Generaltrue/false yes/no fields Pin
Bill McGhee4-Mar-03 10:48
Bill McGhee4-Mar-03 10:48 
GeneralRe: true/false yes/no fields Pin
Bjornar Henden16-Mar-03 22:17
Bjornar Henden16-Mar-03 22:17 
GeneralRe: true/false yes/no fields Pin
Bill McGhee25-Mar-03 2:36
Bill McGhee25-Mar-03 2:36 
GeneralAccess Denied error Pin
tvde4-Mar-03 0:13
tvde4-Mar-03 0:13 
GeneralRe: Access Denied error Pin
Bjornar Henden4-Mar-03 3:43
Bjornar Henden4-Mar-03 3:43 
GeneralRe: Access Denied error Pin
tvde5-Mar-03 21:39
tvde5-Mar-03 21:39 
GeneralRe: Access Denied error Pin
Tom Van den Eynde6-Mar-03 21:40
sussTom Van den Eynde6-Mar-03 21:40 
Hi !

It seems to be related to the fact that I'm using anonymous access - when I'm authenticated there's no problem (probably some security setting by my hosting provider). Now I wonder how I can get authenticated even when anonymous access is allowed. Anyone any suggestions ?

Thx,
Tom

QuestionADOX constants missing ? Pin
tvde4-Mar-03 0:05
tvde4-Mar-03 0:05 
AnswerRe: ADOX constants missing ? Pin
Bjornar Henden4-Mar-03 3:34
Bjornar Henden4-Mar-03 3:34 
QuestionHow to config Pin
willa3-Mar-03 21:48
willa3-Mar-03 21:48 
AnswerRe: How to config Pin
Bjornar Henden4-Mar-03 3:42
Bjornar Henden4-Mar-03 3:42 
GeneralLook up isn't working Pin
swang20-Feb-03 10:43
swang20-Feb-03 10:43 
GeneralRe: Look up isn't working Pin
Bjornar Henden20-Feb-03 23:08
Bjornar Henden20-Feb-03 23:08 
GeneralRe: Look up isn't working Pin
swang21-Feb-03 4:39
swang21-Feb-03 4:39 
GeneralView Schema Feature Not Working Pin
dandrade17-Feb-03 10:41
dandrade17-Feb-03 10:41 
GeneralRe: View Schema Feature Not Working Pin
Bjornar Henden20-Feb-03 23:03
Bjornar Henden20-Feb-03 23:03 
QuestionVery nicely done - 2 errors, any fixes? Pin
Nellie446914-Feb-03 4:40
Nellie446914-Feb-03 4:40 
AnswerRe: Very nicely done - 2 errors, any fixes? Pin
Bjornar Henden15-Feb-03 0:19
Bjornar Henden15-Feb-03 0:19 
GeneralRe: Very nicely done - 2 errors, any fixes? Pin
Nellie446915-Feb-03 7:35
Nellie446915-Feb-03 7:35 
Generalerror with Windows NT and mdb Pin
amitupadhyay3-Feb-03 0:23
amitupadhyay3-Feb-03 0:23 
GeneralHelp please Pin
cog16-Jan-03 20:50
cog16-Jan-03 20:50 
GeneralRe: Help please Pin
Bjornar Henden19-Jan-03 8:09
Bjornar Henden19-Jan-03 8:09 
GeneralMissing ado constants Pin
smorley16-Jan-03 6:02
smorley16-Jan-03 6:02 
GeneralRe: Missing ado constants Pin
smorley16-Jan-03 6:29
smorley16-Jan-03 6:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.