Results 1 to 2 of 2

Thread: Error Codes

  1. #1
    Join Date
    Aug 2005
    Posts
    18

    Error Codes

    Hi Frank,
    Do you have a published list of the Error Codes that are displayed in Tornado?
    We are getting 701 and 709.
    Which both report Invalid Query. But, when I paste the sql into SQL Query Analyzer the query runs and returns records.

  2. #2
    Join Date
    Oct 2002
    Posts
    933
    700, 800 and 900 error codes are obsolete in the latest version. They are OLEDB, ODBC and SQL datasource error codes. The following are the code reference -

    internal int ERR_MAIN = 100;
    internal int ERR_SMTP = 200;
    internal int ERR_EDIT = 300;
    internal int ERR_FILTER = 400;
    internal int ERR_UTIL = 500;
    internal int ERR_RS = 600;
    // internal int ERR_RSOLEDB = 700;
    // internal int ERR_RSODBC = 800;
    // internal int ERR_RSSQL = 900;
    internal int ERR_DLIST = 1000;
    internal int ERR_LOGIN = 1100;
    internal int ERR_REMOTE = 1200;
    internal int ERR_TEMPLATE = 1300;
    internal int ERR_TESTTABLE = 1400;
    internal int ERR_MAGICCELL = 1500;
    internal int ERR_SP = 1600;
    internal int ERR_TREE = 1700;
    internal int ERR_APPLET = 1800;
    internal int ERR_RSORACLE = 1900;
    internal int ERR_COMMON = 2000;
    internal int ERR_SHOW = 2100;
    internal int ERR_ID = 2200;
    internal int ERR_GetData = 2300

    Fk

Posting Permissions

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