connect.xml

来自「固定资产管理系统源码..用于企业资产管理,用VFP编码」· XML 代码 · 共 69 行

XML
69
字号
<?xml version = "1.0" encoding="gb2312" standalone="yes"?>
<VFPData>
	<xsd:schema id="VFPData" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
		<xsd:element name="VFPData" msdata:IsDataSet="true">
			<xsd:complexType>
				<xsd:choice maxOccurs="unbounded">
					<xsd:element name="curconnect" minOccurs="0" maxOccurs="unbounded">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="driver">
									<xsd:simpleType>
										<xsd:restriction base="xsd:string">
											<xsd:maxLength value="254"/>
										</xsd:restriction>
									</xsd:simpleType>
								</xsd:element>
								<xsd:element name="server">
									<xsd:simpleType>
										<xsd:restriction base="xsd:string">
											<xsd:maxLength value="254"/>
										</xsd:restriction>
									</xsd:simpleType>
								</xsd:element>
								<xsd:element name="database">
									<xsd:simpleType>
										<xsd:restriction base="xsd:string">
											<xsd:maxLength value="254"/>
										</xsd:restriction>
									</xsd:simpleType>
								</xsd:element>
								<xsd:element name="uid">
									<xsd:simpleType>
										<xsd:restriction base="xsd:string">
											<xsd:maxLength value="254"/>
										</xsd:restriction>
									</xsd:simpleType>
								</xsd:element>
								<xsd:element name="pwd">
									<xsd:simpleType>
										<xsd:restriction base="xsd:string">
											<xsd:maxLength value="254"/>
										</xsd:restriction>
									</xsd:simpleType>
								</xsd:element>
								<xsd:element name="trusted">
									<xsd:simpleType>
										<xsd:restriction base="xsd:string">
											<xsd:maxLength value="3"/>
										</xsd:restriction>
									</xsd:simpleType>
								</xsd:element>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
				</xsd:choice>
				<xsd:anyAttribute namespace="http://www.w3.org/XML/1998/namespace" processContents="lax"/>
			</xsd:complexType>
		</xsd:element>
	</xsd:schema>
	<curconnect>
		<driver>SQL Server</driver>
		<server>(local)</server>
		<database>dbFixedAsset</database>
		<uid>sa</uid>
		<pwd/>
		<trusted>No</trusted>
	</curconnect>
</VFPData>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?