... The course is the same at every Adobe Authorized Training Center. If you can find the trainer on adobe.com, they're an authorized training center. I'm an...
You're right, a standard datasource would be much better, my direct access code which works (CF 8.1) is: <cfobject type="JAVA" action="Create" name="Class"...
... If you're using an ODBC datasource, why not just use the ODBC Socket datasource option in CF? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ ...
Sage line 100 is an ancient beast and I would use a normal cf datasource if I could, but it doesn't work. It does in CF5 but in CF8.1, it shows OK in the...
I think the main thing you lose using the Oracle thin client drivers is the ability to use Ref Cursors. The DataDirect drivers do have this functionality. ...
It seems like CFMAIL is dumping a lot of mail in the undeliverable folder. I checked the logfiles and it shows this message: "Invalid Addresses; nested...
... If you take a look at neo-query.xml and neo-datasources.xml, you should see the values used when you create a normal datasource. You should be able to ...
Dave, This is typically because your SMTP server will not relay an email from the sender listed in the message. You can get around this by using the ...
Dave, While the hethttprequestdata does indeed split them into seperate fields, it produces another issue of sorts. There are now two of each field however...
Hi, In developing a Flex application locally, I am compiling against a remoting-config.xml which has the <use-mappings> value set to "true." And in the...
... If you have multiple cases of this, they should be listed in the same sequence in all cases, so you might be able to figure that out by looking at each...
In fact I'd tried this combination, but I tried again, and no, doesn't work, same as many other variants I've tried. I've studied the two neos you suggest, the...
i am looping through theform and collecting survey answers, if i select multiple answers they get inserted on one line how can i insert the value individulay?...
I am interested in starting my own business once again doing hosting but the main goal here is to have a server in which we have total access and own it. Also,...
Wow is this the wrong place to post that message!! - Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone:...
http://www.amazon.com/exec/obidos/tg/detail/-/032151548X ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com ... From: erik tom...
... If you're running CF8 under JBoss then you're running the enterprise version. To get the jboss to cluster is very easy, just make sure you're running the...
Hi every one i have Problem with Anchor tag using in CF <cfoutput> <A href="http://www.MyClass.com/radio4/schedule.htm##developer/ADF/adf_overview.htm"> Some...
Hello Phillip http://www.MyClass.com/radio4/schedule.htm is the index of the page so that i should refer to this index first and then to the internal link ...
It's bad formating. Dave is right. If your anchor is named "developer/ADF/adf_overview.htm", rename it to "ADFOverview" or something. As the browser sees it,...
... The css path with be relative to the template that is being hit by the url (index.cfm) as paths in the html are read and translated by the browser (?). A...
While I'm pretty familiar with Fusebox, I don't have the time on this project to do a complete conversion. I've heard conflicting things on using components...
It would be the same if you were using regular cfincludes. It is relative to the page that processes the actual http request. As an adjunct to Dom's...