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