My content management system saves all pages as HTML files (.htm extension) which means I can't use a CFINCLUDE to pull in dynamic content. Do you know if I...
You can cfinclude HTML files, I do it all the time. _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of JoAnn...
I have a dozen of tables in the sql 2000 db, and need to extract ALL rows of the tables with ALL column names into one Excel file (with a dozen of Worksheets)...
Tech Gate
gatetec@...
Jan 2, 2008 2:37 pm
42300
Here's a caveat ... If any of tables contain more than 62,000 (or thereabouts, don't remember the exact number) records, you will have a problem. Excel won't...
It's near 65,535 which is the highest number atainable via a double-word (two byte) memory variable which is used to keep track of a cell's row number. If the...
I do, too, only in CFM files. I need to include a cfml file in an HTML file. JoAnn A. Schlosser Associate Director of Technology Services Association for...
Oh, the other way around. Well... how about an iframe, or javascript? _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com]...
Hi, This is Shashidhara.K from Jyopa Connexions, Bangalore. Jyopa Connexions is one of the leading IT Recruitment company in Bangalore. Please log on to...
Not wild about IFRAMES and the content management system isn't too keen on them, either. Might try javascript. Thanks. JoAnn A. Schlosser Associate Director...
... extension) which means I can't use a CFINCLUDE to pull in dynamic content. How come? CFINCLUDE can include any kind of (text) file. If it does not contain...
I guess I should be glad that my websites are getting more traffic, but I've determined that my server "outages" are, at least in part, due to limitations on...
You should be able to import all the databases using the the DTS Services in the Tools menu. I have never done it with 2005, but in 2000 you will have to go...
I need to be able to pull an image from a web address and input into an Oracle Database automatically. I have looked into the <cffile action=readbinary"> tag...
Hi We are having problems setting up the RDS server to work with CF8. I have tried all sorts of settings but I still get the same error message. I have tried...
I'm working on a snippet that will eventually read the contents of a directory that contains a series of web pages, generates a list of links using the <title>...
I am using DW 9 and am having a horrible time setting up a site properly so I can view my databases in the database panel. I have set up several DSN's in CF...
I am trying to view my databases in DW 9 database panel and cannot for the life of me get them to appear. I have set up some DSN's in CF Admin and they test...
Here is a little reply from Ben Forta about the Survey "The best thing you guys can do to help us now is to get as many people as possible to fill the survey...
I am not really sure how you set up the query="theLibrary" ? In addition to the CFDIRECTORY, CFFILE you would like to break down your file, either using query...
Thanks for the reply, Jane. The CFDirectory tag generates a query structure, just like CFQuery. I have successfully CFDumped the contents of theLibrary. The...