<!-- Copyright 2001, 2002, 2003 Macromedia, Inc. All rights reserved. -->
<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
	<title><MMString:loadString id="TagLibraries/CFML/cfupdate/title" /></title>
<script src="../../Shared/Common/Scripts/dwscripts.js"></script>
<script src="../../Shared/Common/Scripts/ListControlClass.js"></script>
<script src="../../Shared/Common/Scripts/tagDialogsCmn.js"></script>
<script src="loc_strings.js"></script>
<script src="strings.js"></script>
<script>
/************************* GLOBAL VARS **************************/

var DBTYPELIST;
var theUIObjects;

/****************************************************************/

function inspectTag(tagNodeObj)
{
  tagDialog.inspectTagCommon(tagNodeObj, theUIObjects); 
}

function applyTag(tagNodeObj)
{
  tagDialog.applyTagCommon(tagNodeObj, theUIObjects); 
}

function initializeUI()
{
	DBTYPELIST = new ListControl("thedbtype"); 
	theUIObjects = new Array(DBTYPELIST); 

  tagDialog.populateDropDownList(DBTYPELIST, theInsertDBTypeVal, theInsertDBTypeVal, 0)
}

</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>

<body onLoad="initializeUI();">
<div MMString:name="TagLibraries/CFML/cfupdate/div/name/General"> 
  <table border="0" cellspacing="4">
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/Data" /> </td>
      <td nowrap="nowrap"> 
        <input name="thedatasource" type="text" class="basicTextField" id="attr:cfupdate:datasource" attname="datasource" required="true" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/DB" /> </td>
      <td nowrap="nowrap"> 
        <select name="thedbtype" class="oneWordOptionList" id="attr:cfupdate:dbtype" attname="dbtype" editable="true">
        </select>
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/DB_1" /> </td>
      <td nowrap="nowrap"> 
        <input name="thedbserver" type="text" class="basicTextField" id="attr:cfupdate:dbserver" attname="dbserver" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/DB_2" /> </td>
      <td nowrap="nowrap"> 
        <input name="thedbname" type="text" class="basicTextField" id="attr:cfupdate:dbname" attname="dbname" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/User" /> </td>
      <td nowrap="nowrap"> 
        <input name="theusername" type="text" class="medTField" id="attr:cfupdate:username" attname="username" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/Password" /> </td>
      <td nowrap="nowrap"> 
        <input name="thepassword" type="text" class="medTField" id="attr:cfupdate:password" attname="password" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/Provider" /> </td>
      <td nowrap="nowrap"> 
        <input name="theprovider" type="text" class="basicTextField" id="attr:cfupdate:provider" attname="provider" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/Provider_1" /> </td>
      <td nowrap="nowrap"> 
        <input name="theproviderdsn" type="text" class="basicTextField" id="attr:cfupdate:providerdsn" attname="providerdsn" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/Connect" /> </td>
      <td nowrap="nowrap"> 
        <input name="theconnectstring" type="text" class="basicTextField" id="attr:cfupdate:connectstring" attname="connectstring" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/Table" /> </td>
      <td nowrap="nowrap"> 
        <input name="thetablename" type="text" class="basicTextField" id="attr:cfupdate:tablename" attname="tablename" required="true" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/Table_1" /> </td>
      <td nowrap="nowrap"> 
        <input name="thetableowner" type="text" class="basicTextField" id="attr:cfupdate:tableowner" attname="tableowner" />
      </td>
    </tr>
    <tr> 
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/Table_2" /> </td>
      <td nowrap="nowrap"> 
        <input name="thetablequalifier" type="text" class="basicTextField" id="attr:cfupdate:tablequalifier" attname="tablequalifier" />
      </td>
    </tr>
    <tr> 
      <td valign="top" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfupdate/text/Form" /> </td>
      <td nowrap="nowrap"> 
        <textarea id="attr:cfupdate:formfields" name="theformfields" attname="formfields" style="width:200px;" rows="2" wrap="virtual"></textarea>
      </td>
    </tr>
  </table>
</div>
</body>
</html>
