Remember that the destination directory (c:\tmp\IFMS-HelpDesk\) is on the server, not your machine - unless of course you're running the ColdFusion server off your machine.
Just a question here (from a newbie ASP'er) - where does ActiveX come from? Is it a component of ASP, IIS or just a seperate MS application?
And what does ActiveX have to do with opening up a Database connection through ASP?
Many thanks.
OK, I'm getting this error now. Code is as follows:
----------------------------------
Dim objConn, oPackage
set objConn = Server.CreateObject("ADODB.Connection")
objConn.ConnectionString = "Driver=SQL Server;
Server=xxx;Database=xxx;UID=xxx;Password=xxx"...
I use CFSTOREDPROC to call my Oracle procedures. I've never tried it with functions though...
<CFSTOREDPROC procedure="proc_name" datasource=#DataSource# dbtype="ODBC" username=#ODBC_Username# password=#ODBC_Password#>
<CFPROCPARAM type="IN" dbvarname=val...
Fantastic ! Thanks Tempoman and Calbearroo for your responses.
I've seen a lot of responses on this forum with people saying you can't do a cfoutput within cfouput. This is a great solution, and completely solved my problems !
Thanks again guys.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.