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 think that might be the problem too but on a .cfm page you cannot have just a single #(pound sign) you have to write it with 2 pound signs, ##tempTable...which will output #tempTable. ####tempTable will output ##tempTable.
Maybe sql is reading it as ## and coldfusion is seeing it as #. I...
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?
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.