<CFSTOREDPROC PROCEDURE="ASTDTCCK.TESTPRC14" DATASOURCE="ork" DEBUG="Yes"> 
  <CFPROCPARAM TYPE="IN" cfsqltype="CF_SQL_CHAR" VALUE="12345678"
variable="dealer_number"> 
  <CFPROCPARAM TYPE="INOUT" cfsqltype="CF_SQL_CHAR" VALUE="ABCDEFG"
variable="price"> 
</CFSTOREDPROC>  

The above stored proc works against the AS400.  How can I do the same thing
but without using the cfstoredproc tag?

<cfquery name="test" datasource="ork">

What would I put here?

</cfquery>


Thanks,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to