Mastering PowerBuilder

HomePrevious Lesson: Course 3:: Session 27 :: Page 190
Next Lesson: Course 3:: Session 27 :: Page 210
Database Table Format
Database Table Format

Storing messages in a database is the recommended way because you can deploy easily using SQL AnyWhere or you can maintain in the database server that keeps the business data. Storing in the central database reduces the deployment headaches, however, it will increase the network traffic. The database table should have the following schema.

Column Name Data type
Language String
Key String
Message String

The length of columns doesn't matter. Decide it depending on your application needs.

HomePrevious Lesson: Course 3:: Session 27 :: Page 190
Next Lesson: Course 3:: Session 27 :: Page 210