Changes between Version 4 and Version 5 of HowTos/HowToUseGenericDatabaseMessages

Show
Ignore:
Timestamp:
04/15/10 13:23:34 (16 years ago)
Author:
philip.bedi@… (IP: 188.92.238.18)
Comment:

link name was wrong to that of explaination

Legend:

Unmodified
Added
Removed
Modified
  • HowTos/HowToUseGenericDatabaseMessages

    v4 v5  
    1212 
    1313  1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericCommit modelglue.GenericList] When this message is broadcast, the !DataController will attempt to list records from a given table.[[BR]][[BR]] 
    14   1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericDelete modelglue.GenericDelete] When this message is broadcast, the !DataController will attempt to read a specific record from a given table.[[BR]][[BR]] 
     14  1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericDelete modelglue.GenericRead] When this message is broadcast, the !DataController will attempt to read a specific record from a given table.[[BR]][[BR]] 
    1515  1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericList modelglue.GenericCommit] When this message is broadcast, the !DataController will attempt to save a record to a given table.[[BR]][[BR]] 
    16   1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericRead modelglue.GenericRead] When this message is broadcast, the !DataController will attempt to delete a record from a given table.[[BR]][[BR]] 
     16  1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericRead modelglue.GenericDelete] When this message is broadcast, the !DataController will attempt to delete a record from a given table.[[BR]][[BR]]