﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Parameter in stored procedure</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 19 May 2026 22:03:53 GMT</lastBuildDate><ttl>20</ttl><item><title>Parameter in stored procedure</title><link>http://forum.strataframe.net/FindPost33485.aspx</link><description>How do you define a parameter for a stored procedure in DDT, I have put&amp;nbsp;@current DATE in the pre-create section but it gives a syntax error when I try to send it to the server.</description><pubDate>Mon, 27 Mar 2017 09:30:02 GMT</pubDate><dc:creator>Ian Johnston</dc:creator></item><item><title>RE: Parameter in stored procedure</title><link>http://forum.strataframe.net/FindPost33487.aspx</link><description>Thank You</description><pubDate>Mon, 27 Mar 2017 09:30:02 GMT</pubDate><dc:creator>Ian Johnston</dc:creator></item><item><title>RE: Parameter in stored procedure</title><link>http://forum.strataframe.net/FindPost33486.aspx</link><description>The DDT will output "CREATE PROCEDURE " + [the procedure name] + [the procedure body].&lt;br/&gt;&lt;br/&gt;&lt;div&gt;So, you'll want to put the procedure body like this:&lt;br/&gt;&lt;br/&gt;&lt;div&gt;&lt;div&gt;@startDate DATETIME,&lt;div&gt;@stopDate DATETIME,&lt;div&gt;@userPk INT&lt;div&gt;AS&lt;div&gt;BEGIN&lt;div&gt;&amp;nbsp; &amp;nbsp; -- blah blah blah&lt;div&gt;END</description><pubDate>Mon, 27 Mar 2017 08:58:42 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>