Accessing Data

Caution: 
Infor Lawson cannot assume any responsibility for the results (damage of data and/or structure) of improperly using non-Lawson tools. Please refer to the third-party tools documentation when attempting to access Lawson data via any non-Lawson tool.

Infor Lawson recommends that you use the tools provided by Lawson to access Lawson data. This ensures that your data remains accurate and accessible by Lawson programs and utilities. On rare occasions, you might use non-Lawson tools to view or report on your Lawson data. Never update Lawson data using non-Lawson tools. Infor Lawson does provide some instructions for accessing the database via non-Lawson tools; however, using third-party products correctly is the responsibility of the user.

Lawson data appears in three different formats, depending on the data access tool you choose:

  • Using text editors to view Lawson program source files, you see your data files and fields represented with Lawson RPG naming conventions.

  • Using Lawson Environment utilities such as Database Definition (dbdef) or import/export tools (importdb), you see your data files and fields represented in the Lawson 4GL naming conventions.

  • Using non-Lawson data access tools, you see your data files represented with Lawson RPG naming conventions. Lawson data fields may be represented usually with both SQL naming conventions and Lawson RPG naming conventions, depending on the specific access tool used.

The following section provides information to help you understand how Lawson has handled naming conventions between these three paradigms. Lawson Implementation of SQL Conventions