<CFQUERY NAME="AnyNameYouLike"
        DATASOURCE="#YourSQLDatasourceContaningProcedure#"
        USERNAME="AppropriateSQLLogin"
        PASSWORD="AppropriateSQLPassword">

        {CALL YourStoredProcedure('#Paramater1#',
'#Parameter2#','#ParameterAndSoOn#')}

</CFQUERY>

-----Original Message-----
From: c talk [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 04, 2000 3:03 PM
To: cf-talk
Subject: accessing SQL Stored Procedures?


Hi

How do I access/refer/actuate SQL 6.5 Stored
Proceedures from within a .cfm page?

Thanks!

* john *

__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.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.
------------------------------------------------------------------------------
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.

Reply via email to