NativeErrorCode error code list

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default NativeErrorCode error code list

    Hi All,
    I am migrating CF5 application to CF MX and ran the code compability analyzer.
    One of the result says
    ColdFusion MX connects to Microsoft SQLServer using the DataDirect
    Technologies type IV driver. This driver returns SQLState values that
    maybe different from those returned by ColdFusion5 which connects
    to Microsoft SQLServer using Microsoft's SQLServer ODBC driver. This
    could affect other database drivers as well.

    and the how to fix says
    If you are checking SQLState for database errors you may need to change your
    template to account for the different state returned by the JDBC Driver.

    I am wondering if there is a complete list of all the error codes that might
    be return by server.
    ex. 2627 - duplicated primary key

    Thanks a lot.

    Brian


    xkxtnt Guest

  2. Similar Questions and Discussions

    1. File list() error
      When I invoke myfile.list() where myfile is a directory, I get the following: File operation File.position failed. File is in closed...
    2. Dynamic List Error
      Hi , I have a page set up to allow changes to be made to a product. Alot of the options for changing products have only a few possible choices of...
    3. Error populating list
      Hi! I have a document with two listboxes, one called "lista_firenze" and the other called "lista_toscana". The "lista_toscana" has no problem, the...
    4. Template error code 3 + Error Accessing files..
      Hi, I am really out of any idea after searching Macromedia website and still cant find the solution. I faced the error code 3 when trying to update...
    5. Code Behind vs. no code behind: error
      I believe that you will need to Inherit the StoreComponents.ProductTemplate into the class for the codebehind for the usercontrol. So in the...
  3. #2

    Default Re: NativeErrorCode error code list

    See [url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=3&threadid=1063674[/url]
    mxstu 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