Hi
I am trying to use cfexecute to call SQL server from the command line.
The following command works on the command line it executes the query script
and
displays the results of the query however when i call it using cfexecute it
returns a list of parameters as if the parameters being sent are wrong. I'm
wondering if cf is changing the case of the parameters as the parameters are
case sensitive. Is there anyway to see what was passed to cfexecute?
<cfexecute
name="D:\Program Files\Microsoft SQL Server\80\Tools\Binn\osql.exe"
arguments="-Usa -Pwindows95 -i cust.sql"
timeout="10" />
contents of cust.sql :
select * from customers
i placed cust.sql in the same directory as osql and the template so i dont
think thats the problems
thanks
kola
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
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