home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html>
-
- <head><TITLE>{DBName} Properties</TITLE>
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
- <SCRIPT LANGUAGE="JavaScript">
- <!--
-
- NS4 = (document.layers) ? 1 : 0;
- IE4 = (document.all) ? 1 : 0;
- ver4 = (NS4 || IE4) ? 1 : 0;
-
- if (ver4) {
- with (document) {
- write("<STYLE TYPE='text/css'>");
- if (NS4) {
- write(".parent {position:absolute; visibility:visible}");
- write(".child {position:absolute; visibility:visible}");
- write(".regular {position:absolute; visibility:visible}")
- }
- else {
- write(".child {display:none}")
- }
- write("</STYLE>");
- }
- }
-
- isExpanded = false;
-
- function getIndex(el) {
- ind = null;
- for (i=0; i<document.layers.length; i++) {
- whichEl = document.layers[i];
- if (whichEl.id == el) {
- ind = i;
- break;
- }
- }
- return ind;
- }
-
- function arrange() {
- nextY = document.layers[firstInd].pageY + document.layers[firstInd].document.height;
- for (i=firstInd+1; i<document.layers.length; i++) {
- whichEl = document.layers[i];
- if (whichEl.visibility != "hide") {
- whichEl.pageY = nextY;
- nextY += whichEl.document.height;
- }
- }
- }
-
- function initIt(){
- if (!ver4) return;
- if (NS4) {
- for (i=0; i<document.layers.length; i++) {
- whichEl = document.layers[i];
- if (whichEl.id.indexOf("Child") != -1) whichEl.visibility = "hide";
- }
- arrange();
- }
- else {
- divColl = document.all.tags("DIV");
- for (i=0; i<divColl.length; i++) {
- whichEl = divColl(i);
- if (whichEl.className == "child") whichEl.style.display = "none";
- }
- }
- }
-
- function expandIt(el) {
- if (!ver4) return;
- if (IE4) {
- whichEl = eval(el + "Child");
- whichIm = event.srcElement;
- if (whichEl.style.display == "none") {
- whichEl.style.display = "block";
- whichIm.src = "../Icons/triUp.gif";
- }
- else {
- whichEl.style.display = "none";
- whichIm.src = "../Icons/triDown.gif";
- }
- }
- else {
- whichEl = eval("document." + el + "Child");
- whichIm = eval("document." + el + "Parent.document.images['imEx']");
- if (whichEl.visibility == "hide") {
- whichEl.visibility = "show";
- whichIm.src = "../Icons/triUp.gif";
- }
- else {
- whichEl.visibility = "hide";
- whichIm.src = "../Icons/triDown.gif";
- }
- arrange();
- }
- }
-
- function expandAll() {
- if (!ver4) return;
- newSrc = (isExpanded) ? "../Icons/triDown.gif" : "triUp.gif";
-
- if (NS4) {
- document.images["imEx"].src = newSrc;
- for (i=firstInd; i<document.layers.length; i++) {
- whichEl = document.layers[i];
- if (whichEl.id.indexOf("Parent") != -1) {
- whichEl.document.images["imEx"].src = newSrc;
- }
- if (whichEl.id.indexOf("Child") != -1) {
- whichEl.visibility = (isExpanded) ? "hide" : "show";
- }
- }
-
- arrange();
- if (isExpanded) scrollTo(0,document.layers[firstInd].pageY);
- }
- else {
- divColl = document.all.tags("DIV");
- for (i=0; i<divColl.length; i++) {
- if (divColl(i).className == "child") {
- divColl(i).style.display = (isExpanded) ? "none" : "block";
- }
- }
- imColl = document.images.item("imEx");
- for (i=0; i<imColl.length; i++) {
- imColl(i).src = newSrc;
- }
- }
-
- isExpanded = !isExpanded;
- }
-
- onload = initIt;
-
- //-->
- </SCRIPT>
-
- </head>
- <BODY>
-
-
-
-
- <center>
-
-
-
- <TABLE ID="Table1" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="90%" NOFINSIDE="~! ~!" >
- <COLGROUP>
- <COL WIDTH="23%">
- <COL WIDTH="17%">
- <COL WIDTH="58%">
- </COLGROUP>
- <TR>
- <TD ROWSPAN=5 WIDTH="100%" HEIGHT=1 nowrap>
- <P>
- <SPAN STYLE="font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; font-size: small;">
- <!-- [BEGIN Picture23] -->
-
- <!-- [END PRE-Picture23] -->
- <IMG ID="Picture23" HEIGHT=45 WIDTH=27 SRC="../Icons/db_l.gif" VSPACE=0 HSPACE=0 ALIGN="MIDDLE" BORDER=0 NOFINSIDE="~! ~!" >
- <!-- [BEGIN POST-Picture23] -->
-
- <!-- [END Picture23] -->
- </SPAN>
- <B>
- <SPAN STYLE="font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; font-size: x-small;">
- {DBName}
- </SPAN>
- </B>
- </P>
- </TD>
- <TD WIDTH="17%" nowrap>
- <P>
- <SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-small;">
- Owner:
- </SPAN>
- </P>
- </TD>
- <TD WIDTH="58%">
- <P>
- <SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-small;">
- {DBOwner}
- </SPAN>
- </P>
- </TD>
- </TR>
- <TR>
- <TD WIDTH="17%" HEIGHT=5 nowrap>
- <P>
- <SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-small;">
- Character set:
- </SPAN>
- </P>
- </TD>
- <TD WIDTH="58%">
- <P>
- <SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-small;">
- {DBCharSet}
- </SPAN>
- </P>
- </TD>
- </TR>
- <TR>
- <TD WIDTH="17%" HEIGHT=-3 nowrap>
- <P>
- <SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-small;">
- Number of tables
- </SPAN>
- </P>
- </TD>
- <TD WIDTH="58%">
- <P>
- <SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-small;">
- {DBTablesCount}
- </SPAN>
- </P>
- </TD>
- </TR>
- <TR>
- <TD WIDTH="17%" HEIGHT=-7 nowrap>
- <P>
- <SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-small;">
- Number of views:
- </SPAN>
- </P>
- </TD>
- <TD WIDTH="58%">
- <P>
- <SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-small;">
- {DBViewsCount}
- </SPAN>
- </P>
- </TD>
- </TR>
- <TR>
- <TD WIDTH="17%" HEIGHT=-5 nowrap>
- <P>
- <SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-small;">
- Number of users:
- </SPAN>
- </P>
- </TD>
- <TD WIDTH="58%">
- <P>
- <SPAN STYLE="font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif; font-size: xx-small;">
- {DBUsersCount}
- </SPAN>
- </P>
- </TD>
- </TR>
- </TABLE>
-
-
- </center>
-
-
-
- <p align="center"><font face="Verdana" size="1">Click on a table
- name to see column properties.</font></p>
-
-
-
- <center>
- <TABLE ID="Table1" BORDER=0 CELLSPACING=2 CELLPADDING=0 WIDTH="90%" height="1">
-
- <tr>
- <TD HEIGHT=1 width="40%" nowrap>
- <P><B><font face="Tahoma" size="2">Tables</font></B></P>
- </TD>
- <TD height="1" width="20%" nowrap>
- <P><B><font face="Tahoma" size="2">Rows</font></B></P>
- </TD>
- <TD WIDTH=20% height="1" nowrap>
- <P><B><font face="Tahoma" size="2">Created</font></B></P>
- </TD>
- <TD WIDTH=20% height="1" nowrap>
- <P><B><font face="Tahoma" size="2">Modified</font></B></P>
- </TD>
- </tr>
-
-
- </TABLE>
-
- </center>
-
-
-
- <! {Tables} >
-
-
-
-
-
- <center>
-
-
- <TABLE ID="Table1" BORDER=0 CELLSPACING=2 CELLPADDING=0 WIDTH="90%" height="1">
-
- <TR>
- <TD height="1" width="40%" bgcolor="#E4E4E4" nowrap>
- <font face="Tahoma" size="1">
- <DIV ID="{DIVID}" CLASS=parent>
- <IMG ID="Picture5" height=16 width=16 SRC="../Icons/tbl.gif" HSPACE=0 ALIGN="top" BORDER=0 > <b>
- </b><A HREF="#" onClick="expandIt('{ExpandID}'); return false">{TableName}</A></font></DIV>
- </TD>
- <TD height="1" width="20%" bgcolor="#E4E4E4" nowrap>
- <P><font face="Tahoma" size="1"> {TableRows}</font></P>
- </TD>
- <TD WIDTH=20% height="1" bgcolor="#E4E4E4" nowrap>
- <P><font face="Tahoma" size="1"> {TableCreated}</font></P>
- </TD>
- <TD WIDTH=20% height="1" bgcolor="#E4E4E4" nowrap>
- <P><font face="Tahoma" size="1"> {TableModified}</font></P>
- </TD>
- </TR>
-
-
- </TABLE>
- </center>
-
-
-
- <center>
-
-
-
-
-
- <p></p>
-
-
-
-
-
- </center>
-
- <DIV ID="{ExpandID}Child" CLASS=child>
-
- <center>
- <TABLE ID="Table1" BORDER=0 CELLSPACING=2 CELLPADDING=0 WIDTH="60%">
-
- <TR>
- <TD WIDTH=33% height="8" bgcolor="#FFFFEC" nowrap>
- <P><B><font face="Tahoma" size="1">Columns</font></B></P>
- </TD>
- <TD WIDTH=33% height="8" bgcolor="#FFFFEC" nowrap>
- <P><B><font face="Tahoma" size="1">Lenght</font></B></P>
- </TD>
- <TD WIDTH=33% height="8" bgcolor="#FFFFEC" nowrap>
- <P><B><font face="Tahoma" size="1">Data Type</font></B></P>
- </TD>
- </TR>
-
- <! {Columns} >
-
-
-
- <TR>
- <TD VALIGN=bottom WIDTH=33% height="8" nowrap>
- <P><font face="Arial" size="1">
- <IMG ID="Picture3" height=16 width=16 SRC="../Icons/clmn.gif" HSPACE=0 ALIGN="middle" BORDER=0 > {ColumnName}</font>
- </P>
- </TD>
- <TD WIDTH=33% height="8" nowrap>
- <P><font face="Arial" size="1"> {ColumnLenght}</font></P>
- </TD>
- <TD WIDTH=33% height="8" nowrap>
- <P><font face="Arial" size="1"> {ColumnType}</font></P>
- </TD>
- </TR>
- <! {/Columns} >
-
- </TABLE>
- </DIV>
- </center>
-
-
- </DIV>
- <! {/Tables} >
-
- <center>
- <TABLE ID="Table3" BORDER=0 CELLSPACING=3 CELLPADDING=0 WIDTH="90%">
- <TR>
- <TD width=50% nowrap>
- <P><B><font face="Tahoma" size="2">Views</font></B></P>
- </TD>
- <TD width=50% nowrap>
- <P><B><font face="Tahoma" size="2">Command</font></B></P>
- </TD>
- </TR><! {Views} >
- <TR>
- <TD width=50% bgcolor="#E4E4E4" nowrap>
- <P><font face="Tahoma" size="1"> <IMG ID="Picture12" height=16 width=16 SRC="../Icons/views.gif" HSPACE=0 ALIGN="middle" BORDER=0 >
- {ViewName}</font>
- </P>
- </TD>
- <TD width=50% bgcolor="#E4E4E4">
- <P><font face="Tahoma" size="1"> {ViewCommand}</font></P>
- </TD>
- </TR><! {/Views} >
- </TABLE>
- </center>
-
- <p> </p>
-
- <center>
- <TABLE ID="Table5" BORDER=0 CELLSPACING=3 CELLPADDING=0 WIDTH="90%">
- <TR>
- <TD width=50% nowrap>
- <P><B><font face="Tahoma" size="2">Users</font></B></P>
- </TD>
- <TD width=50% nowrap>
- <P><B><font face="Tahoma" size="2">Groups</font></B></P>
- </TD>
- </TR><! {Users} >
- <TR>
- <TD width=50% bgcolor="#E4E4E4" nowrap>
- <P><font face="Tahoma" size="1"> <IMG ID="Picture20" height=16 width=16 SRC="../Icons/user.gif" HSPACE=0 ALIGN="middle" BORDER=0 >
- {UserName}</font>
- </P>
- </TD>
- <TD width=50% bgcolor="#E4E4E4" nowrap>
- <P><font face="Tahoma" size="1">
- <IMG ID="Picture21" height=16 width=16 SRC="../Icons/group.gif" HSPACE=0 ALIGN="middle" BORDER=0 >
- {UserGroups}</font>
- </P>
- </TD>
- </TR><! {/Users} >
- </TABLE>
- </center>
-
- <p> </p>
- <HR ID="HRRule1" width="70%" SIZE=0 noshade color="#C0C0C0">
-
- <center>
- <TABLE ID="Table4" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=273>
- <TR VALIGN=bottom>
- <TD WIDTH=60 HEIGHT=16>
- <P STYLE="TEXT-ALIGN: justify"><font face="Tahoma" size="1">
- <IMG ID="Picture15" height=16 width=16 SRC="../Icons/tbl.gif" HSPACE=0 ALIGN="top"
- BORDER=0 > Tables</font></P>
- </TD>
- <TD WIDTH=56>
- <P STYLE="TEXT-ALIGN: justify"><font face="Tahoma" size="1">
- <IMG ID="Picture14" height=16 width=16 SRC="../Icons/views.gif" HSPACE=0 ALIGN="top"
- BORDER=0 > Views</font></P>
- </TD>
- <TD WIDTH=65>
- <P STYLE="TEXT-ALIGN: justify"><font face="Tahoma" size="1">
- <IMG ID="Picture16" height=16 width=16 SRC="../Icons/clmn.gif" HSPACE=0 ALIGN="top"
- BORDER=0 > Columns</font></P>
- </TD>
- <TD WIDTH=92>
- <P STYLE="TEXT-ALIGN: justify"><font face="Tahoma" size="1">
- <IMG ID="Picture17" height=16 width=16 SRC="../Icons/indkey.gif" HSPACE=0 ALIGN="top"
- BORDER=0
- > Indexes/Keys</font></P>
- </TD>
- </TR>
- </TABLE>
-
- </center>
-
- <p STYLE="text-align: justify"> </p>
- <p STYLE="text-align: justify"> </p>
- </BODY>
-
-
- </html>