Changes between Version 13 and Version 14 of MessageStandardization


Ignore:
Timestamp:
Aug 2, 2009, 5:10:21 AM (15 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MessageStandardization

    v13 v14  
    7878=== DB messages ===
    7979
    80 db_open_database(), db_start_driver_open_database()::
     80db_open_database(), db_start_driver_open_database()
    8181 Unable to open database <%s> by driver <%s>
    82 db_execute_immediate():
     82db_execute_immediate()
    8383 Unable to insert new record: '%s'
    8484
     
    8686
    8787 Unable to drop table: '%s'
    88 db_grant_on_table():
     88db_grant_on_table()
    8989 Unable to grant privileges on table <%s>
    90 db_start_driver():
     90db_start_driver()
    9191 Unable to start driver <%s>
    92 db_describe_table():
     92db_describe_table()
    9393 Unable to describe table <%s>
    94 db_select_value():
     94db_select_value()
    9595 Unable to select record from table <%s> (key %s, column %s)
    9696
    9797 No records selected from table <%s>
    98 db_fetch():
     98db_fetch()
    9999 Unable to fetch data from table <%s>
    100 db_create_index(), db_create_index2():
     100db_create_index(), db_create_index2()
    101101 Unable to create index for table <%s>, key <%s>
    102 db_copy_table(), db_copy_table_by_ints():
     102db_copy_table(), db_copy_table_by_ints()
    103103 Unable to copy table <%s>
    104 db_delete_table():
     104db_delete_table()
    105105 Unable to delete table <%s>
    106 db_table_exists():
     106db_table_exists()
    107107 Unable to find table <%s> linked to vector map <%s>
    108 db_get_column():
     108db_get_column()
    109109 Column <%s> not found in table <%s>
    110 db_list_tables():
     110db_list_tables()
    111111 Unable to get list tables in database <%s>
    112 db_open_select_cursor():
     112db_open_select_cursor()
    113113 Unable to open select cursor: '%s'
    114 db_create_table():
     114db_create_table()
    115115 Unable to create table <%s>
    116 db_get_num_rows():
     116db_get_num_rows()
    117117 Unable select records from table <%s>