MFDBFH 構成ファイルへのデータストアの追加

太字のエントリを mfdbfh.cfg に追加します。
<?xml version="1.0" encoding="utf-8"?>
<datastores>
	<server name="MYPAC" type="postgresql" access="odbc">
		<dsn name="Database" type="database" dbname="postgres" userid="postgres" password="xxxxxxxx"/>
		<dsn name="MYPAC" type="region.cas" region="MYPAC" feature="all" userid="postgres" password="xxxxxxxx"/>
		<dsn name="CrossRegion" type="crossregion.cas" userid="postgres" password="xxxxxxxx"/>
		<dsn name="VSAM" type="datastore" dsname="VSAM"/>		
	</server>
</datastores>
注: dsn name 属性値はデータ ソース名と一致する必要があります。このようにして MicroFocus$SEE$Files$VSAM データベースを検索します。

Micro Focus では、dbfhconfig ユーティリティを使用して mfdbfh.cfg ファイルを作成および編集することをお勧めします。詳細については、「dbfhconfig コマンド ライン ユーティリティ」を参照してください。