Changes between Version 13 and Version 14 of MessageStandardization
- Timestamp:
- 08/02/09 05:10:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MessageStandardization
v13 v14 78 78 === DB messages === 79 79 80 db_open_database(), db_start_driver_open_database() ::80 db_open_database(), db_start_driver_open_database() 81 81 Unable to open database <%s> by driver <%s> 82 db_execute_immediate() :82 db_execute_immediate() 83 83 Unable to insert new record: '%s' 84 84 … … 86 86 87 87 Unable to drop table: '%s' 88 db_grant_on_table() :88 db_grant_on_table() 89 89 Unable to grant privileges on table <%s> 90 db_start_driver() :90 db_start_driver() 91 91 Unable to start driver <%s> 92 db_describe_table() :92 db_describe_table() 93 93 Unable to describe table <%s> 94 db_select_value() :94 db_select_value() 95 95 Unable to select record from table <%s> (key %s, column %s) 96 96 97 97 No records selected from table <%s> 98 db_fetch() :98 db_fetch() 99 99 Unable to fetch data from table <%s> 100 db_create_index(), db_create_index2() :100 db_create_index(), db_create_index2() 101 101 Unable to create index for table <%s>, key <%s> 102 db_copy_table(), db_copy_table_by_ints() :102 db_copy_table(), db_copy_table_by_ints() 103 103 Unable to copy table <%s> 104 db_delete_table() :104 db_delete_table() 105 105 Unable to delete table <%s> 106 db_table_exists() :106 db_table_exists() 107 107 Unable to find table <%s> linked to vector map <%s> 108 db_get_column() :108 db_get_column() 109 109 Column <%s> not found in table <%s> 110 db_list_tables() :110 db_list_tables() 111 111 Unable to get list tables in database <%s> 112 db_open_select_cursor() :112 db_open_select_cursor() 113 113 Unable to open select cursor: '%s' 114 db_create_table() :114 db_create_table() 115 115 Unable to create table <%s> 116 db_get_num_rows() :116 db_get_num_rows() 117 117 Unable select records from table <%s>