<xml xmlns:s='uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882'
	xmlns:dt='uuid:C2F41010-65B3-11d1-A29F-00AA00C14882'
	xmlns:rs='urn:schemas-microsoft-com:rowset'
	xmlns:z='#RowsetSchema'>
<s:Schema id='RowsetSchema'>
	<s:ElementType name='row' content='eltOnly' rs:CommandTimeout='30'>
		<s:AttributeType name='FAQID' rs:number='1'>
			<s:datatype dt:type='int' dt:maxLength='4' rs:precision='10' rs:fixedlength='true' rs:maybenull='false'/>
		</s:AttributeType>
		<s:AttributeType name='Description' rs:number='2' rs:writeunknown='true'>
			<s:datatype dt:type='string' rs:dbtype='str' dt:maxLength='255' rs:maybenull='false'/>
		</s:AttributeType>
		<s:AttributeType name='ViewCount' rs:number='3' rs:writeunknown='true'>
			<s:datatype dt:type='int' dt:maxLength='4' rs:precision='10' rs:fixedlength='true' rs:maybenull='false'/>
		</s:AttributeType>
		<s:AttributeType name='FAQCategoryID' rs:number='4' rs:writeunknown='true'>
			<s:datatype dt:type='int' dt:maxLength='4' rs:precision='10' rs:fixedlength='true' rs:maybenull='false'/>
		</s:AttributeType>
		<s:AttributeType name='SubmittedByName' rs:number='5' rs:writeunknown='true'>
			<s:datatype dt:type='string' rs:dbtype='str' dt:maxLength='50' rs:maybenull='false'/>
		</s:AttributeType>
		<s:AttributeType name='SubmittedByEmail' rs:number='6' rs:writeunknown='true'>
			<s:datatype dt:type='string' rs:dbtype='str' dt:maxLength='50' rs:maybenull='false'/>
		</s:AttributeType>
		<s:AttributeType name='DateEntered' rs:number='7' rs:nullable='true' rs:writeunknown='true'>
			<s:datatype dt:type='dateTime' rs:dbtype='timestamp' dt:maxLength='16' rs:scale='3' rs:precision='23' rs:fixedlength='true'/>
		</s:AttributeType>
		<s:AttributeType name='CatName' rs:number='8' rs:writeunknown='true'>
			<s:datatype dt:type='string' rs:dbtype='str' dt:maxLength='100' rs:maybenull='false'/>
		</s:AttributeType>
		<s:extends type='rs:rowbase'/>
	</s:ElementType>
</s:Schema>
<rs:data>
	<z:row FAQID='106' Description='How can I find out if a record already exists in a database? If it doesn&#x27;t, I want to add it.'
		 ViewCount='18201' FAQCategoryID='12' SubmittedByName='Steve Cimino' SubmittedByEmail='steve_cimino@hotmail.com'
		 DateEntered='2000-12-14T16:59:11.780000000' CatName='Databases, Queries'/>
	<z:row FAQID='144' Description='Where can I host my ASP Web site for &#x3c;i&#x3e;free&#x3c;/i&#x3e; (similar to GeoCities or Tripod or any of the many other free Web site sites)?'
		 ViewCount='16472' FAQCategoryID='20' SubmittedByName='Scott Mitchell' SubmittedByEmail='mitchell@4guysfromrolla.com'
		 DateEntered='2001-03-20T02:53:45.013000000' CatName='Getting Started'/>
	<z:row FAQID='115' Description='I am using Access and getting a 80004005 error (or a &#x3c;code&#x3e;[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file &#x27;(unknown)&#x27;&#x3c;/code&#x3e; error) when trying to open a connection!  How can I fix this problem?'
		 ViewCount='13907' FAQCategoryID='21' SubmittedByName='Scott Mitchell' SubmittedByEmail='mitchell@4guysfromrolla.com'
		 DateEntered='2001-01-17T23:38:49.390000000' CatName='Databases, Errors'/>
	<z:row FAQID='14' Description='Can I send emails &#x3c;i&#x3e;without&#x3c;/i&#x3e; using CDONTS?' ViewCount='12924'
		 FAQCategoryID='10' SubmittedByName='Scott Mitchell' SubmittedByEmail='mitchell@4guysfromrolla.com' DateEntered='2000-09-24T01:18:37.750000000'
		 CatName='Email'/>
	<z:row FAQID='30' Description='For session variables to work, must the Web visitor have cookies enabled?' ViewCount='12194'
		 FAQCategoryID='6' SubmittedByName='Scott Mitchell' SubmittedByEmail='mitchell@4guysfromrolla.com' DateEntered='2000-09-26T23:13:06.250000000'
		 CatName='Session Object'/>
	<z:row FAQID='96' Description='How can I capture and use (i.e. save to disk, let the browser download) the output of one of &#x3c;i&#x3e;my own&#x3c;/i&#x3e; ASP pages?'
		 ViewCount='12049' FAQCategoryID='14' SubmittedByName='Richard Lowe' SubmittedByEmail='chadich@yahoo.com' DateEntered='2000-11-30T07:45:48.483000000'
		 CatName='The Nature of Things'/>
	<z:row FAQID='118' Description='When I get a list of all files in a directory via the &#x3c;code&#x3e;FileSystemObject&#x3c;/code&#x3e;, they aren&#x27;t ordered in any reasonable way.  &#x3c;b&#x3e;How can I sort the files by name?&#x3c;/b&#x3e; Or by size?  Or by date created?  Or...
'
		 ViewCount='11413' FAQCategoryID='4' SubmittedByName='Bill Wilkinson' SubmittedByEmail='billw@chilisoft.com' DateEntered='2001-01-22T17:10:01.623000000'
		 CatName='FileSystemObject'/>
	<z:row FAQID='27' Description='How do I get SQL to accept an apostrophe in various queries, such as when I try to add a user named &#x22;O&#x27;Brien&#x22;?'
		 ViewCount='10809' FAQCategoryID='12' SubmittedByName='Bill Wilkinson' SubmittedByEmail='billw@chilisoft.com'
		 DateEntered='2000-09-26T16:14:14.843000000' CatName='Databases, Queries'/>
	<z:row FAQID='8' Description='How do you create a database table through a SQL statement (via an ASP page, perhaps)?'
		 ViewCount='10695' FAQCategoryID='8' SubmittedByName='Scott Mitchell' SubmittedByEmail='mitchell@4guysfromrolla.com'
		 DateEntered='2000-09-24T00:27:51.810000000' CatName='Databases, General'/>
	<z:row FAQID='29' Description='How can I determine if a visitor has cookies support enabled in his/her browser?'
		 ViewCount='10508' FAQCategoryID='11' SubmittedByName='Scott Mitchell' SubmittedByEmail='mitchell@4guysfromrolla.com'
		 DateEntered='2000-09-26T23:03:29.810000000' CatName='Cookies'/>
</rs:data>
</xml>
