Click here to Skip to main content
15,879,184 members
Articles / Programming Languages / ASP

Online DB Administration

Rate me:
Please Sign up or sign in to vote.
3.88/5 (16 votes)
17 Mar 2003 235.8K   2.5K   58  
Online administration of your database. Create or modify tables, keys, and indexes. Edit or insert data.
body, td, th, input, select, textarea {
	font-family: tahoma;
	font-size: 8pt;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	/*margin: 0px;*/
}

th {
	text-align: left;
}

a, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	/*color: #CCCCCC;*/
	color: maroon;
	/*color: buttonshadow;*/
	height: 1px;
}

.h1 {
	font-weight: bold;
	font-size: 10pt;
}

table.list {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 3px;
}

table.list td, table.list th {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.list th {
	background-color: #DDDDDD;
}

/*
** Grid Mode
*/

table.bgrid, table.bgrid td {
	background-color: #DDDDDD;
	color: #000000;
}

table.bgrid tr.gridheader td {
	font-weight: bold;
}

table.bgrid tr.gridheader a, table.bgrid tr.gridheader a:visited, table.bgrid tr.gridheader a:active {
	text-decoration: none;
	color: #0000FF;
	background-color: transparent;
}

table.bgrid tr.gridheader a:hover {
	text-decoration: underline;
}

table.bgrid tr.gridrow td {
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.bgrid tr.gridrow td.title {
	text-align: right;
}

table.bgrid tr.gridfooter {}

table.bgrid tr.gridfooter td {
	padding: 2px 0px;
}

/*
** Edit mode
*/

table.bgrid tr.editrow td {
	vertical-align: top;
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table.bgrid tr.editfooter td {
	padding: 4px;
}

table.bgrid tr.editrow td.title {
	font-weight: bold;
}

table.bgrid textarea {
	height: 100px;
}

table.bgrid .bgrid_button {
	width: 56px;
	font-family: tahoma;
}

table.bgrid .bgrid_input {
	width: 400px;
}

.bgrid_disabled {
	background-color: transparent;
	width: 400px;
}

/*
** Error
*/
div.bgriderror {
	background-color: red;
	color: white;
	font-weight: bold;
	margin-top: 4px;
	padding: 4px;
	border: 2px solid black;
}

/*
**
*/
.winbutton {
	/*border-bottom: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	border-top: 1px solid buttonhighlight;
	border-left: 1px solid buttonhighlight;
	background-color: buttonface;*/
}

.winbutton2 {
	/*border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	background-color: buttonface;*/
}

/*
**
*/
pre.sqlcode {
	background-color: #D0F0D0;
	border: 2px solid #80A080;
	padding: 4px;
}

textarea 
{
	width: 100%;
	height: 200px;
	font-family: courier;
	font-size: 9pt;
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

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