I'm taking over the JSP maintenance for someone who no longer works at my company, and I need to re-compile some java files.
They seem to be simple java files that extend HttpRequest, but when I try and compile them with javac, it complains that it can't find javax.servlet.
Isn't javax a...
I have a textarea on a form that I want to be able to let people put a comma seperated list into, then have CF parse the input and insert all the values into a database.
I'm expecting data like:
Site Code,Site Name <return>
and then I would put it into a database of
ID (generated by...
I'm trying to write a CFMail that will email us information about a user in the database. Some fields in the database are optional, and may or may not exist. I'm wondering what the best way to do this in CFMail is.
I have a query that gets information from the database:
<cfquery...
I'm thinking of moving my application to use CLient vars.
I know you can specify them into a database using <cfapplication clientmanagement="Yes" datasource="DSN">
But, how do I get them to work?
Is it as easy as looking for the CFID, and then relegating that CFID to a...
I'm writing a page that will go to the database and grab the fields the user wants and show them. I have the part where ColdFusion makes the Dynamic SQL statement absed on the user's preference, but I can't figure out how to actually display the results from the query.
I think I have to somehow...
I want to make Oracle execute the DBMS_REFRESH package, without having to expose my users to SQL*Plus.
Is there a way I can either package the DBMS_REFRESH command into a stored procedure, or some other packaging, like an executable? Ideally, I'd like to make it so users can just click on a...
I have an Oracle 8.1.6.3 database running on Solaris that I've been using for about a month. Now, we'd like to split the database into a test environment and a QA environment.
I tried following Oracle's guide to making a new database instance, and successfully crashed the database. Is there an...
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.