Ask a Question related to Coldfusion Database Access, Design and Development.
-
melancthon #1
Periodically returning no records
Using Coldfusion MX 6.1, SQL Server 2000:
Periodically, a query will return no records, even though it's supposed to
return something (verified using SQL Query Analyzer). There are a series of
queries on the page, and sometimes, part way through, the records returned for
the remaining queries return no records.
I tried switching all queries to stored procedures, and it periodically gave
an error that stated it could not find the stored procedure.
This problem is only appearing on one particular website. It's a
particularilty high traffic site.
melancthon Guest
-
Returning Records from <cfquery>
I would like to return a large list of records 300+ to a web page without using frames. The problem occurs when users scroll up or down to view the... -
Returning a Specific number of records...
I have a query that returns all records in a table... However, I would like to bring back 'n' number of records at a time. For example, the query... -
Periodically restarting the CF server?
Hi everybody, I read somewhere (but I cannot find where anymore) that it is a good practice to restart CF developement servers once a day (at... -
Periodically saves as a .pdf file
I create numerous Illustrator files daily. A few months ago, Illustrator sporadically began saving the files as .pdf, making me go back in and "save... -
what's teh simplest way to run a command periodically?
Dear all, How can I setup my unix host to run "kill_spam.pl" 8 times a day? I am remotely login onto a workstation "workstation.mydomain.edu",... -
kyle969 #2
Re: Periodically returning no records
Is it possible the search criteria is periodically being padded with spaces?
try trimming.
As far as not finding the stored procedure, could there be a conflict with the
datasource name?
Do you have a more than one development datasource with different data sets
named in cold fusion administrator that could be getting used?
kyle969 Guest
-
melancthon #3
Re: Periodically returning no records
Aha.
It wasn't the datasource that was in conflict, but the application name. We
have a french and an english site, and both of them had the same cfapplication
name. Hopefully renaming one of them solves the problem. So far so good...
Thanks for the insight.
melancthon Guest
-



Reply With Quote

