John Cook - Southborough MA, US Louis Colon - Bolton MA, US Malini Bhandaru - Sudbury MA, US Kathy Kaminski - Marlborough MA, US
International Classification:
G06F 7/00
US Classification:
707102000
Abstract:
Two techniques are commonly used when developing database applications. First, script files containing batched database commands are frequently used to establish the schema of database tables. Second, the software design pattern “Data Access Objects” are sometimes used to contain programmatic database requests while providing an application programmer a more abstract, easier to use interface to the database. Both of these techniques require essentially the same information: an understanding of the organization of particular database tables. The present invention reduces the labor associated with maintaining synchronicity between these two components by a method that allows both the schema and the format of the Data Access Object to be determined by evaluating the properties of an object to be stored in the database.