Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cfml.exe

Status
Not open for further replies.

TheYouth

Programmer
Feb 13, 2001
1
GB
Trying to run an cfml executable to insert data into SQL table from a flash executable(projector file),any ideas?

tried on local server and get coldfusion password prompt, cant seem to get pass this point,
any help greatly appreciated..

cheers lads/ladies

TY
 
I've never heard of how you might invoke the CF interpreter manually. If it were me, I would write a simple .exe to make an http request to the script. This would be much more reliable IMO as anything you figure out to make the interpreter run now might not work with a later release. Writing an executable to make an http request would always work though and isn't that hard.

GJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top