IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 24, 2005, 11:29:41 AM (21 years ago)
Author:
evanalst
Message:

Update psDBUpdateRows for invalid arguments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataIO/psFileUtilsErrors.dat

    r4373 r4382  
    6464psDB_QUERY_GEN_FAIL                    Query generation failed.
    6565psDB_TABLE_CREATE_FAIL                 Failed to create table.
     66psDB_SQL_PREPARE_FAIL                  Failed to prepare query.  Error: %s
    6667psDB_SQL_QUERY_FAIL                    Failed to execute SQL query.  Error: %s
    6768psDB_TABLE_DROP_FAIL                   Failed to drop table.
     
    6970psDB_QUERY_NO_DATA                     Query returned no data.  Error: %s
    7071psDB_INSERT_ROW_FAIL                   Failed to insert row.
     72psDB_UPDATE_ROW_FAIL                   Update row SQL generate fail: values and where params may not be NULL.
     73psDB_SQL_SUBSTR_FAIL                   SQL substring generation failed.
    7174#
    7275
Note: See TracChangeset for help on using the changeset viewer.