Click here to Skip to main content
15,867,594 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 235.4K   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

 
GeneralMicrosoft Jet Database Engine (0*80040E14) Pin
Kruthika 21-Apr-08 22:40
Kruthika 21-Apr-08 22:40 
Generalupdate a database Pin
kashmeera25-Dec-06 1:17
kashmeera25-Dec-06 1:17 
GeneralCheckSecurity() Pin
spencersface24-Sep-06 22:14
spencersface24-Sep-06 22:14 
GeneralEditing a row [modified] Pin
spencersface24-Sep-06 17:08
spencersface24-Sep-06 17:08 
QuestionWhat a password? Pin
ssl7799-Jul-06 20:01
ssl7799-Jul-06 20:01 
Generali need asp notes Pin
shahid abbas30-Aug-05 22:19
shahid abbas30-Aug-05 22:19 
GeneralError on update Pin
andymilli6-Feb-05 9:08
andymilli6-Feb-05 9:08 
GeneralPage contains both secure and nonsecure items Pin
Shadowkn19-Feb-04 11:34
Shadowkn19-Feb-04 11:34 
QuestionCannot add record if table is empty? Pin
Rui Silva 119-Nov-03 4:42
sussRui Silva 119-Nov-03 4:42 
Generalremote administration for this app Pin
yanra27-Oct-03 1:27
yanra27-Oct-03 1:27 
GeneralPls help me...to fix this foreign key problem listbox problem Pin
wysste4-Aug-03 18:27
wysste4-Aug-03 18:27 
GeneralResponse object error 'ASP 0156 : 80004005' Pin
wysste28-Jul-03 17:58
wysste28-Jul-03 17:58 
Generalwindows98,microsoft SQL Server 7.0 Pin
wysste4-Aug-03 18:17
wysste4-Aug-03 18:17 
GeneralJavaScript Runtime errors Pin
simonfunston9-Jul-03 23:20
simonfunston9-Jul-03 23:20 
Generalcan't look up the table if use Oracle Pin
fauzy3-Jun-03 7:13
fauzy3-Jun-03 7:13 
Generalerror in config, needs help. Pin
vjkumar14-May-03 9:56
vjkumar14-May-03 9:56 
GeneralEdit disabled Pin
MaPi12-May-03 0:28
MaPi12-May-03 0:28 
QuestionHow can I use VBScript to load a BGrid? Pin
cive1em24-Apr-03 9:52
cive1em24-Apr-03 9:52 
AnswerRe: How can I use VBScript to load a BGrid? Pin
cive1em24-Apr-03 10:11
cive1em24-Apr-03 10:11 
Just figure out how it works with VBScript.


set Grid = CreateGrid(rs)
Grid.Process
Grid.Display



Generalunuseful under .NET, OBSOLETE Pin
andré_k21-Mar-03 3:03
andré_k21-Mar-03 3:03 
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 

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.