<uidefs>
<!--
  - ADOBE SYSTEMS INCORPORATED
  - Copyright 1999-2002 Adobe Systems Incorporated. All Rights Reserved.
  - 
  - NOTICE:  Notwithstanding the terms of the Adobe GoLive End User 
  - License Agreement, Adobe permits you to reproduce and distribute this 
  - file only as an integrated part of a web site created with Adobe 
  - GoLive software and only for the purpose of enabling your client to 
  - display their web site. All other terms of the Adobe license 
  - agreement remain in effect.
 -->
	<category>ado</category>
	<uiname>ADO Database</uiname>

	<content-source>
		<format>ASP/VBScript</format>
		<format>ASP/JScript</format>

		<type>SQL</type>
		<uiname>Query</uiname>
		<display-icon>DCDatabaseQuery</display-icon>

		<data-source>
			<data-source-type>ADO Database</data-source-type>
			<info-filepath>ado.info6.asp</info-filepath>

			<editor>
				<module-name>ADODataSourceEditor</module-name>
				<module-filepath>info/ADODataSourceEditor/Main.html</module-filepath>
			</editor>
        </data-source>

		<runtime-filepath>include/ado.runtime6.asp</runtime-filepath>
		<runtime-constructor>ADORecordSet</runtime-constructor>

		<action-filepath>actions/ado.actions6.asp</action-filepath>
		<runtime-setupfunction>SetupADOForm</runtime-setupfunction>
		<action>
			<uiname>Update Record</uiname>
			<runtime-command>SubmitChanges</runtime-command>
			<runtime-setupfunction>SetupADOUpdate</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Add Record</uiname>
			<runtime-command>AddRecord</runtime-command>
			<runtime-setupfunction>SetupADOAdd</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Delete Record</uiname>
			<runtime-command>DeleteRecord</runtime-command>
			<runtime-setupfunction>SetupADODelete</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Clear Form Data</uiname>
			<runtime-command>ClearFormData</runtime-command>
			<runtime-setupfunction>SetupADOClear</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>

		<action>
			<uiname>Copy Form Data</uiname>
			<runtime-command>CopyFormData</runtime-command>
			<runtime-setupfunction>SetupADOCopy</runtime-setupfunction>
			<binding-details>
				<parameter>
					<uiname>Content source</uiname>
					<control>combobox(GLRecordSets)</control>
					<errormessage>No content source specified.</errormessage>
				</parameter>
			</binding-details>
		</action>
	</content-source>


</uidefs>


