Example of the GET map function

The following is an example of a GET map rule used to retrieve all rows from the table table1 in the schema schema1 in the Vector database testdb running on the host testhost. Logging is enabled, with verbose level and the default log file p4actian.mtr is created in the map directory. No row limit is imposed, and the driver is left to decide the optimal fetch size. The adapter is running in Integral mode and returning all available rows:
GET("ACTIAN", "-DIA vector -H testhost -P VW7 -DB testdb -USR actian -PWD actian -SCH actian -TBL table1 -RL 0 -FS 0 -TV -QTY 1 -LSN 0")