House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home /  Groups /  ColdFusion Talk (CF-Talk)

Database error messages

  << Previous Post |  RSS |  Tree View |  Sort Oldest First |  Subscribe to this Group Next >> 

Database error messages

[repost from yesterday, with download link] Barney Boisvert 05/05/2004 12:10 PM
Barney, Mark A. Kruger - CFG 05/05/2004 09:29 AM
That's the plan, but I can't do it right now for various reasons.  Barney Boisvert 05/04/2004 08:44 PM
Hey Barney can you put them on a web server and give us the URL? This will Tom Kitta 05/04/2004 08:37 PM
Pls send me a copy Dick Applebaum 05/04/2004 07:05 PM
Whoops, no attachements on cf-talk.  That must be cfczone that lets Barney Boisvert 05/04/2004 06:49 PM
As you know, the CF error message for database errors displays the SQL Barney Boisvert 05/04/2004 06:41 PM

05/05/2004 12:10 PM
Author: Barney Boisvert Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:32328#162317 [repost from yesterday, with download link] As you know, the CF error message for database errors displays the SQL statement that caused the error, the datasource, and error cods.  However, it DOESN'T display the values of stuff passed through CFQUERYPARAM.  The information is there (as is evidenced by the debugging output), but it's just not used. I rectified that problem with the modified error templates included in the attached archive.  All values passed through CFQUERYPARAM are now listed after the SQL statement itself, in the same format as on the debugging output.  In addition, the SQL statement is PRE formatted so it appears as in the code, rather than all on one line with wrapping. http://www.barneyb.com/go/cf_exception Installation is simple, just extract the archive into your /WEB-INF/exception directory, and overwrite the two files it prompts.  Four additional UDFs are installed as well. The code is public domain, so do whatever you want with it.  If any of the MM guys are listening, I'd love to see this or something equivalent in Blackstone.  ;) Cheers, barneyb > Hey Barney can you put them on a web server and give us the > URL? This will > save you on all the sending stuff. > > TK
05/05/2004 09:29 AM
Author: Mark A. Kruger - CFG Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:32328#162274 Barney, I'd love that error handling code.  I'll give you a plug on my blog. -mark   Whoops, no attachements on cf-talk.  That must be cfczone that lets them   through.  I can't post it online right now, but if anyone's interested,   email me off list, and I'll shoot you the archive.   Cheers,   barneyb   > As you know, the CF error message for database errors displays the SQL   > statement that caused the error, the datasource, and error   > cods.  However,   > it DOESN'T display the values of stuff passed through   > CFQUERYPARAM.  The   > information is there (as is evidenced by the debugging   > output), but it's   > just not used.   >   > I rectified that problem with the modified error templates   > included in the   > attached archive.  All values passed through CFQUERYPARAM are   > now listed   > after the SQL statement itself, in the same format as on the debugging   > output.  In addition, the SQL statement is PRE formatted so   > it appears as in   > the code, rather than all on one line, with wrapping.   >   > Installation is simple, just extract the archive into your   > /WEB-INF/exception directory, and overwrite the two files it   > prompts.  Four   > additional UDFs are installed as well.   >   > The code is public domain, so do whatever you want with it.     > If any of the   > MM guys are listening, I'd love to see this or something equivalent in   > Blackstone.  ;)   >   > Cheers,   > barneyb   >   > ---   > Barney Boisvert, Senior Development Engineer   > AudienceCentral   > bboisvert@audiencecentral.com   > voice : 360.756.8080 x32   > fax   : 360.647.5351   > cell  : 360.319.6145   >   > www.audiencecentral.com   >   >   >
05/04/2004 08:44 PM
Author: Barney Boisvert Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:32328#162252 That's the plan, but I can't do it right now for various reasons.  Hopefully I can post it tonight sometime.  When I do, I'll send the URL to the list. Cheers, barneyb ----- Excess quoted text cut - see Original Post for more -----
05/04/2004 08:37 PM
Author: Tom Kitta Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:32328#162251 Hey Barney can you put them on a web server and give us the URL? This will save you on all the sending stuff. TK   Whoops, no attachements on cf-talk.  That must be cfczone that lets them   through.  I can't post it online right now, but if anyone's interested,   email me off list, and I'll shoot you the archive.   Cheers,   barneyb   > As you know, the CF error message for database errors displays the SQL   > statement that caused the error, the datasource, and error   > cods.  However,   > it DOESN'T display the values of stuff passed through   > CFQUERYPARAM.  The   > information is there (as is evidenced by the debugging   > output), but it's   > just not used.   >   > I rectified that problem with the modified error templates   > included in the   > attached archive.  All values passed through CFQUERYPARAM are   > now listed   > after the SQL statement itself, in the same format as on the debugging   > output.  In addition, the SQL statement is PRE formatted so   > it appears as in   > the code, rather than all on one line, with wrapping.   >   > Installation is simple, just extract the archive into your   > /WEB-INF/exception directory, and overwrite the two files it   > prompts.  Four   > additional UDFs are installed as well.   >   > The code is public domain, so do whatever you want with it.   > If any of the   > MM guys are listening, I'd love to see this or something equivalent in   > Blackstone.  ;)   >   > Cheers,   > barneyb   >   > ---   > Barney Boisvert, Senior Development Engineer   > AudienceCentral   > bboisvert@audiencecentral.com   > voice : 360.756.8080 x32   > fax   : 360.647.5351   > cell  : 360.319.6145   >   > www.audiencecentral.com   >   >   >
05/04/2004 07:05 PM
Author: Dick Applebaum Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:32328#162250 Pls send me a copy thx Dick On May 4, 2004, at 3:47 PM, Barney Boisvert wrote: ----- Excess quoted text cut - see Original Post for more -----
05/04/2004 06:49 PM
Author: Barney Boisvert Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:32328#162248 Whoops, no attachements on cf-talk.  That must be cfczone that lets them through.  I can't post it online right now, but if anyone's interested, email me off list, and I'll shoot you the archive. Cheers, barneyb ----- Excess quoted text cut - see Original Post for more -----
05/04/2004 06:41 PM
Author: Barney Boisvert Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:32328#162247 As you know, the CF error message for database errors displays the SQL statement that caused the error, the datasource, and error cods.  However, it DOESN'T display the values of stuff passed through CFQUERYPARAM.  The information is there (as is evidenced by the debugging output), but it's just not used. I rectified that problem with the modified error templates included in the attached archive.  All values passed through CFQUERYPARAM are now listed after the SQL statement itself, in the same format as on the debugging output.  In addition, the SQL statement is PRE formatted so it appears as in the code, rather than all on one line, with wrapping. Installation is simple, just extract the archive into your /WEB-INF/exception directory, and overwrite the two files it prompts.  Four additional UDFs are installed as well. The code is public domain, so do whatever you want with it.  If any of the MM guys are listening, I'd love to see this or something equivalent in Blackstone.  ;) Cheers, barneyb --- Barney Boisvert, Senior Development Engineer AudienceCentral bboisvert@audiencecentral.com voice : 360.756.8080 x32 fax   : 360.647.5351 cell  : 360.319.6145 www.audiencecentral.com
<< Previous Thread Today's Threads Next Thread >>

Search cf-talk

May 24, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
     1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31     

Designer, Developer and mobile workflow conference