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: topry
  • Content: Threads
  • Order by date
  1. topry

    Using an Output Cursor in a Stored Procedure

    Environment: W2K server and SQL Server 2000 with ColdFusion Server 5 Having a bit of a problem with a stored proc once I added a cursor as an output param. Error is: "Operand type clash: char is incompatible with cursor" This is the SP declaration: CREATE PROCEDURE...
  2. topry

    Saving RS from a StoredProc

    Using SQLServer 2000 I have a series of SProcs where SP1, invokes SP2, which invokes SP3. All of these return a recordset and all are functioning properly. Issue: I need yet another layer of abstraction - another SP that will invoke SP1 iteratively, storing the return recordsets into a temp...
  3. topry

    Changing Public Folder Permissions through CDO

    I am using CDO to delete / recreate a public folder each evening with contact records. When the folder is created, Default permissions are set to Author and we need them to be Editor. I have not been able to find any documentation on changing the folder permissions programmatically through CDO...
  4. topry

    Setting URL for debugging

    Using CF Studio 4.52- When debugging a page that requires a parameter to be passed by the referring page in the URL, is there a way to set the URL in the IDE (similar to setting command line parameters within other language environments) so that I can view / debug that page without first going...
  5. topry

    CF Application Service Filling up hard drive

    We have been using CF Server 4.0 on NT4 (SP6a) for over 1 year. Processed a mailing today and the service sent the CPU usage to 100%, and boot partition hard drive was filled by a TMP file created by the service. If I stop the service, CPU usage returns to normal and I can delete the file. Upon...
  6. topry

    Document / Cross-Reference Tool

    I am looking for a tool that will document or cross-reference a CF project. Specifically, show links between the different pages, all queries with the databases/tables used (insert, delete, select, etc). If anyone knows of a product / tool that does this, please post the product name or vendor...
  7. topry

    Basic Questions

    I recently inherited a Coldfusion application and while I have experience in other languages, I have some very basic questions on CF. 1) Recommendations on any third party books to help me come up to speed on this environment. 2) The application I inherited uses MS SQL 7 on the backend and...

Part and Inventory Search

Back
Top