Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dasniper
  • Content: Threads
  • Order by date
  1. dasniper

    Compiling

    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...
  2. dasniper

    Bulk Insert

    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...
  3. dasniper

    CFMail Question

    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...
  4. dasniper

    Client Vars

    I'm thinking of moving my application to use CLient vars. I know you can specify them into a database using <cfapplication clientmanagement=&quot;Yes&quot; datasource=&quot;DSN&quot;> But, how do I get them to work? Is it as easy as looking for the CFID, and then relegating that CFID to a...
  5. dasniper

    Dynamic SQL

    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...
  6. dasniper

    PL/SQL procedures

    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...
  7. dasniper

    Split database to test and QA

    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...

Part and Inventory Search

Back
Top