> How do I access/refer/actuate SQL 6.5 Stored
> Proceedures from within a .cfm page?
There are a few ways. I generally use:
<cfquery name="qname" datasource="#ds#">
exec procudureName
@param1 = 'value',
@param2 = 'value'
</cfquery>
You can also look into the docs for the <cfstoredprocedure> tags.
- Sean
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sean Daniels
Manager, Engineering
Marketplace Technologies
[EMAIL PROTECTED]
tel: 207.439.6030
cel: 978.764.0799
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.dealstream.com
http://www.mergernetwork.com
http://www.dealforce.com
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.