<?xml version="1.0" encoding="UTF-8"?>
<!-- (c) International Business Machines Corporation, 2002, 2003. (c) University of Edinburgh 2002, 2003.-->
<!-- See OGSA-DAI-Licence.txt for licencing information.-->
<gridDataServicePerform xmlns="http://ogsadai.org.uk/schemas/gds" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ogsadai.org.uk/schemas/gds 
                                            ../../../../src/xml/xsd/activities/activities.xsd">
	<request name="requestsynch">
		<documentation>Select with data delivered with the response - request stored</documentation>
		<parameter name="idname">
			<value name="idvalue">10</value>
			<!-- This parameter value is overridden by the value below -->
		</parameter>
		<sqlQueryStatement name="statement">
			<sqlParameter position="1" from="idvalue"/>
			<dataResource>myDataResource</dataResource>
			<expression>select * from marksheet</expression>
			<webRowSetStream name="statementresult"/>
		</sqlQueryStatement>
		<deliverToResponse name="d1">
			<fromLocal from="statementresult"/>
		</deliverToResponse>
	</request>
	<execute name="executerequestsynch" requestName="requestsynch">
		<withParameter name="idname">15</withParameter>
		<!-- This is the parameter value that is used -->
	</execute>
</gridDataServicePerform>

