Ask a Question related to Coldfusion Database Access, Design and Development.
-
A3gis #1
create new coldfusion datasources using CFML
Hi,
I am trying to find a way with Coldfusion MX 6.1 to create a datasource
programmatically via CFML. I think it may've worked under older versions by
just adding the DSN on the server's ODBC panel, but that doesnt register with
CFAdmin anymore and therefore becomes unusable to a CF site (thanks to lack of
connectionstring in cfquery now).
I am therefore wondering if anyone has a way to do this? we have a system that
periodically archives off a portion of it's database to a new database with a
date-based name, and it would be nice if the scripts that do this could also
build the datasource for us, thus making the process 100% automated.
Regards,
Lars
A3gis Guest
-
ColdFusion to create hi-res CMYK PDFs
Hi, I am looking to create hi-res CMYK PDFs that include hi-res images at 300 dpi (print quality) using Cold Fusion to convert the data from Flash.... -
Create Table Through Coldfusion
Hello, I'm trying to create a table through Coldfusion, but I keep getting the following Oracle error: ORA-01031: insufficient privileges ... -
Coldfusion to create a PDF file from a query
I use Coldfusion to create a PDF file from a query. Everything works fine, except that my PDF file only shows the first record from my query. If I... -
Using ColdFusion to create directories
I was wondering if it is possible to use ColdFusion to dynamically create directories. For example, I have a form that a user fills out (First... -
Create Sort By Links In Coldfusion
Hey everyone! I'm not sure who all in the Macromedia ColdFusion Community is familiar with ColdFusion, but for a class assignment, I need to create... -
MikerRoo #2
Re: create new coldfusion datasources using CFML
You could upgrade to MX 7 and then use the Admin API for this :D
Or check out the service factory for 6.1.
Good cf.Factory intro is at:
[url]http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=10[/url]
MikerRoo Guest
-
A3gis #3
Re: create new coldfusion datasources using CFML
Champion, that's the ticket :)
Cheers!
A3gis Guest



Reply With Quote

