Getting info on SQL errors

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Getting info on SQL errors

    I am using Flash Remoting to ColdFusion to Microsoft Access. When I make a
    mistake in formulating my SQL statement I get the standard "Error Executing
    Database Query" message via NetDebug, but that is all of the information I get.
    When I program in VisualBasic against Microsoft Access via OLEDB I get very
    robust error messages from Access. Is there any way I can get such robust
    error messages in the ColdFusion environment, or do I just have to live with
    the "Error Executing Database Query" message. Thanks

    JerrySeattle Guest

  2. Similar Questions and Discussions

    1. Trying to compile MP3::Info gives errors
      Hello I try to compile a perl script into a win32 executable using the PAR packager. The script uses the module MP3::Info which seems to be the...
    2. supress errors at the page level? Undefined index errors.
      I'm creating a simple reply form, and if a form item isn't answered I get an error: "Notice: Undefined index: rb_amntspent in...
    3. #24821 [Opn->Bgs]: regex parsing errors (info please)
      ID: 24821 Updated by: pollita@php.net Reported By: yan at fitterer dot org -Status: Open +Status: ...
    4. #24821 [Com]: regex parsing errors (info please)
      ID: 24821 Comment by: cunha17 at uol dot com dot br Reported By: yan at fitterer dot org Status: Open Bug...
    5. #24821 [NEW]: regex parsing errors (info please)
      From: yan at fitterer dot org Operating system: Linux RH 7.3 PHP version: Irrelevant PHP Bug Type: Regexps related Bug...
  3. #2

    Default Re: Getting info on SQL errors

    I'm not familiar at all with Flash Remoting, but you might check your Debugging
    & Logging > Debugging Settings in ColdFusion Administrator. The default for
    Enable Robust Exception Information is normally disabled, and the description
    for this option is as follows:

    Lets visitors view detailed information in the exceptions page, including the
    template?s physical path and URI, the line number and snippet, the SQL
    statement used (if any), the data source name (if any), and the Java stack
    trace.

    Phil



    paross1 Guest

  4. #3

    Default Re: Getting info on SQL errors

    Thanks Phil. I tried what you suggested but it does not seem to make any difference.
    JerrySeattle Guest

  5. #4

    Default Re: Getting info on SQL errors

    See Dorange's comments here:
    [url]http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p24.htm[/url]
    LL@Work Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139