Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stored procedure with parameters in the recordset DTC

Status
Not open for further replies.

crystalized

Programmer
Jul 10, 2000
390
CA
Hi again<br>I have created a stored procedure which contains several parameters.&nbsp;&nbsp;The procedure inserts values (from the parameters) into a table.<br><br>The parameters will be the values in the form I have created.&nbsp;&nbsp;<br><br>So I know how to set the recordset DTC to have a stored procedure as it's source.&nbsp;&nbsp;What I do not know is how I link the values from the fields as the parameters (is it on the parameters tab, if so do I fill in the field names).&nbsp;&nbsp;<br><br>I have found quite a few asp examples showing me how to do so in code.&nbsp;&nbsp;Should I just do it in code, or is there some way to make the DTC do some of the work for me.&nbsp;&nbsp;Unfortunately the Interdev book I have does not get into the more advanced things like this. (Or maybe this is not very advanced, I am still pretty new to InterDev)<br><br>Thanks in advance for the help <p>Crystal<br><a href=mailto:crystals@genesis.sk.ca>crystals@genesis.sk.ca</a><br><a href= > </a><br>--------------------------------------------------<br>
Experience is one thing you can't get for nothing.<br>
-Oscar Wilde<br>

 
Sorry for the trouble, I think I just found the answer I was looking for in the help.&nbsp;&nbsp;I just seem to hit and miss with the help, sometimes I find something right away the next it is the proverbial needle in the haystack. <p>Crystal<br><a href=mailto:crystals@genesis.sk.ca>crystals@genesis.sk.ca</a><br><a href= > </a><br>--------------------------------------------------<br>
Experience is one thing you can't get for nothing.<br>
-Oscar Wilde<br>
 
Hi, I pretty new to InterDev myself and I am trying to do something similar to what you described here. Do you mind sharing the information that you received from help. I kinda helped out, if you know what I mean.

Thanks,

Tmishue
 
If I recall correctly (this post was from a long time ago and I no longer have access to the stuff I was working on then) You use Request(&quot;fieldname&quot;). I am not sure of the exact syntax though.

Sorry I could not be more help :-( Crystal
crystalized_s@yahoo.com

--------------------------------------------------

Experience is one thing you can't get for nothing.

-Oscar Wilde

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top