Changes between Version 2 and Version 3 of HowTos/HowToUseGenericDatabaseMessages

Show
Ignore:
Timestamp:
08/24/09 18:58:54 (17 years ago)
Author:
joegrind340@… (IP: 174.46.112.11)
Comment:

Commit and List needed to be swapped.

Legend:

Unmodified
Added
Removed
Modified
  • HowTos/HowToUseGenericDatabaseMessages

    v2 v3  
    1111The four GDMs that the !DataController is configured to listen for are as follows: 
    1212 
    13   1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericCommit modelglue.GenericCommit] When this message is broadcast, the !DataController will attempt to list records from a given table.[[BR]][[BR]] 
     13  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]] 
    1414  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]] 
    15   1. [wiki:HowTos/HowToUseGenericDatabaseMessages/UsingmodelglueGenericList modelglue.GenericList] When this message is broadcast, the !DataController will attempt to save a record to a given table.[[BR]][[BR]] 
     15  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]] 
    1616  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]]