Click here to Skip to main content
15,867,488 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.3K   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: Please Help help I've tried to use dsn with sql it didn't work Pin
Bjornar Henden19-Nov-02 7:48
Bjornar Henden19-Nov-02 7:48 
GeneralRe: Please Help help I've tried to use dsn with sql it didn't work Pin
sohair zaki19-Nov-02 8:58
sohair zaki19-Nov-02 8:58 
GeneralRe: Please Help help I've tried to use dsn with sql it didn't work Pin
Bjornar Henden19-Nov-02 9:03
Bjornar Henden19-Nov-02 9:03 
Questioncan we set lookup from a list of values instead of a table Pin
sohair zaki14-Nov-02 0:45
sohair zaki14-Nov-02 0:45 
AnswerRe: can we set lookup from a list of values instead of a table Pin
Bjornar Henden15-Nov-02 8:34
Bjornar Henden15-Nov-02 8:34 
GeneralPlease lookup is lost on using views or selecting records according to a criteria in sql Pin
sohair zaki13-Nov-02 17:46
sohair zaki13-Nov-02 17:46 
GeneralRe: Please lookup is lost on using views or selecting records according to a criteria in sql Pin
Bjornar Henden15-Nov-02 8:31
Bjornar Henden15-Nov-02 8:31 
GeneralRe: can we filter a table and still make use of foreign keys Pin
15-Nov-02 10:13
suss15-Nov-02 10:13 
can we filter a table and still make use of foreign keys thanks for your reply
GeneralRe: can we filter a table and still make use of foreign keys Pin
Bjornar Henden17-Nov-02 3:26
Bjornar Henden17-Nov-02 3:26 
Generallookup shows now but on adding a new record error message Pin
sohair zaki9-Nov-02 6:27
sohair zaki9-Nov-02 6:27 
GeneralRe: lookup shows now but on adding a new record error message Pin
Bjornar Henden9-Nov-02 10:35
Bjornar Henden9-Nov-02 10:35 
GeneralRe: lookup shows now but on adding a new record error message Pin
sohair zaki9-Nov-02 17:28
sohair zaki9-Nov-02 17:28 
GeneralRe: lookup shows now but on adding a new record error message Pin
sohair zaki9-Nov-02 18:34
sohair zaki9-Nov-02 18:34 
GeneralRe: lookup shows now but on adding a new record error message Pin
Bjornar Henden9-Nov-02 23:07
Bjornar Henden9-Nov-02 23:07 
Generalhelp !!!! lookups doesn't show on using sql Pin
sohair zaki8-Nov-02 19:21
sohair zaki8-Nov-02 19:21 
GeneralRe: help !!!! lookups doesn't show on using sql Pin
Bjornar Henden8-Nov-02 23:02
Bjornar Henden8-Nov-02 23:02 
Generaldoes it need ado.net or it works with windows nt and sql Pin
8-Nov-02 17:53
suss8-Nov-02 17:53 
GeneralRe: does it need ado.net or it works with windows nt and sql Pin
Bjornar Henden8-Nov-02 22:55
Bjornar Henden8-Nov-02 22:55 
QuestionProblem?? Pin
Dan Bright7-Oct-02 12:56
Dan Bright7-Oct-02 12:56 
AnswerRe: Problem?? Pin
Bjornar Henden7-Oct-02 20:15
Bjornar Henden7-Oct-02 20:15 
GeneralRe: Problem?? Pin
cubana26-Feb-03 10:35
cubana26-Feb-03 10:35 
Generalnew feature... Pin
Anonymous1-Oct-02 0:14
Anonymous1-Oct-02 0:14 
GeneralRe: new feature... Pin
smprog1-Oct-02 3:16
smprog1-Oct-02 3:16 
Generalthis is really cool Pin
Anonymous30-Sep-02 23:57
Anonymous30-Sep-02 23:57 
GeneralWhy not listed Pin
Ed Gadziemski23-Sep-02 3:35
professionalEd Gadziemski23-Sep-02 3:35 

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.