I'm trying to connect to a webservice with coldfusion. No matter what way I try to create an object I get this error.
Could not instantiate stub objects for web service invocation.
What does this error mean? I'm running CF7.
Thanks!
I'm trying to work with temporary tables using MS sql and coldfusion. It's not working the way it should.
<cfquery name="tempTableCreate" datasource="#application.dataSource#">
CREATE TABLE ##table(
id int IDENTITY(1,1) PRIMARY KEY,
value1 smalldatetime NULL,
value2 varchar(5)...
I'm trying to work with temporary tables using MS sql and coldfusion. It's not working the way it should.
<cfquery name="tempTableCreate" datasource="#application.dataSource#">
CREATE TABLE ##table(
id int IDENTITY(1,1) PRIMARY KEY,
value1 smalldatetime NULL,
value2 varchar(5) NULL)...
I've spent about 12 hours trying to figure this out.
I'm trying to replace the asci for french characters to what it actually is.
After the database entry is made, if there are any french characters entered, I need to replace them. I'd like to do this with a loop if I can as I need to check...
I'm connected to an outside server using RDS and can see all the folders but, I can't see any files. I've checked my filter and it is set to All Files.
Any reason why I can't see the files?
Thanks,
Seven
I can't seem to get the ColdFusion scheduler to work, so I was thinking I would just use Windows scheduler.
I'm running MX and I'm not sure if I can run a .cfm page outside of my website. I know 4.5 can do it but, I can't find an .exe file to run the my web page. Can this be done?
Thanks!
I have a form that sends information to a database using ColdFusion 4.5. The form has worked perfect for about 1000 records so far. Yesterday, a record was recorded but only 3 of 15 mandatory fields were recorded.
Is there any browser out there that wouldn't accept coldFusion session variables...
I'm trying to run a visual basic exe file from coldfusion. Can't seem to figure it out.
I would assume that <cfexecute> would be the right way.
Can anyone help?
I can't get my query to work :(
SELECT
t1.first_name, t2.description
FROM
table_1 as t1
INNER JOIN
table_2 as t2
ON
t1.type = t2.id
Any ideas why it's not working...does INNER JOIN work with access?
I'm running MX and I'm getting this error with this code:
ERROR:
Complex object types cannot be converted to simple values.
CODE:
<CFSET url = "#cgi.script_name#">
<cfoutput>#url#</cfoutput>
The code will work if I use <cfoutput>#cgi.script_name#</cfoutput> but, I need to store...
I'm a newbie with php. I develop with coldfusion and asp. I'd like to get into php.
I have a pc ready and watiing for on operation system. What would you ppl recomend I load onto it?
I'm using CF 4.5
The only coldfusion on the page are these 2 tags <cfscript></cfscript>. Why am I getting this error? It's like coldfusion doesn't know what <cfscript> is.
Invalid parser construct found on line 10 at position 11. ColdFusion was looking at the following text:
</cfscript>
I'm using MX and searching .pdf files.
When I use #summary# with <cfsearch> I get the same words repeated a few times.
Is there anyway to get rid of this? Why is it doing this?
summary: "Dec. 3 Dec. 3 Dec. 3 Dec. 3 rd rd rd rd , 2001 , 2001 , 2001 , 2001Issue #53Issue #53Issue #53Issue...
I'm using <cfdirectory> and I'm trying to access a directory on another server. If I'm on server 1 I can get to server 2. I can't seem to get from server 1 to server 2 using coldfusion though.
I've tried the mapped path and I've tried the hard coded path, neither work.
<CFSET LibraryDirectory...
I have this in my database jobs
jobs_id type start_date end_date
10 management 02/10/2002 11/10/2002
SELECT *
FROM jobs
WHERE type = 'management'
AND (day(start_date) & month(start_date) & year(start_date)) <= (day(now()) & month(now()) & year(now()))
AND (day(end_date) & month(end_date) &...
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.