dbfupsize.exe to PostgreSQL a scheme
Posted: Thu Jul 27, 2017 2:38 am
Hi,
I'm using dbfupsize.exe to import dbf-files to PostgreSQL database.
This works fine, but I want to import to a different scheme than public, is that possible to configure in de upsize-file?
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
<config>
<database_engines>
<dbebuild name="DBFNTX">
<storage name="DBFDBE"/>
<order name="NTXDBE"/>
</dbebuild>
<dbeload name="pgdbe"/>
</database_engines>
<connection name = "target"
dbe = "pgdbe"
srv = "localhost"
uid = "eondev"
pwd = "****"
database = "structure" />
<table name = "ETIKTYPE"
dbe = "dbfntx"
dbf = "C:\temp\ETIKTYPE.dbf" />
<upsize table="ETIKTYPE" connection="target" mode="isam" />
</config>
Thanks
Kind regards, Peter
I'm using dbfupsize.exe to import dbf-files to PostgreSQL database.
This works fine, but I want to import to a different scheme than public, is that possible to configure in de upsize-file?
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
<config>
<database_engines>
<dbebuild name="DBFNTX">
<storage name="DBFDBE"/>
<order name="NTXDBE"/>
</dbebuild>
<dbeload name="pgdbe"/>
</database_engines>
<connection name = "target"
dbe = "pgdbe"
srv = "localhost"
uid = "eondev"
pwd = "****"
database = "structure" />
<table name = "ETIKTYPE"
dbe = "dbfntx"
dbf = "C:\temp\ETIKTYPE.dbf" />
<upsize table="ETIKTYPE" connection="target" mode="isam" />
</config>
Thanks
Kind regards, Peter