Board index » delphi » BDS2006 bdpiSeries.dll e PS.Data.iSeries.dll

BDS2006 bdpiSeries.dll e PS.Data.iSeries.dll


2006-03-27 04:58:00 PM
delphi8
I have followed the instructions to obtain with bdp an AS400 access
I registered PS.Data.iSeries.dll (versione 2.5.0.0
for Delphi10) and I copied the bdpiSeries.dll into BIN directory; then
I added into the file BdpDataSources.xml the following:
<provider name="iSeries"
connectionStringType="PS.Data.iSeries.iSeriesConnectionString,
PS.Data.iSeries, Version=2.5.0.0, Culture=neutral,
PublicKeyToken=df047b757d3f379a">
<objectTypes>
<objectType>Tables</objectType>
<objectType>Procedures</objectType>
<objectType>Views</objectType>
</objectTypes>
</provider>
When i tried to add a new connection iSeries from Delphi ide
I have the error:
Exception has been thrown by the target of an invocation.
Somebody can help me? Tanks Davide Basso;
 
 

Re:BDS2006 bdpiSeries.dll e PS.Data.iSeries.dll

Davide,
I will send you the latest version that should not have these problems.
Peter
Davide Basso writes:
Quote
I have followed the instructions to obtain with bdp an AS400 access
I registered PS.Data.iSeries.dll (versione 2.5.0.0
for Delphi10) and I copied the bdpiSeries.dll into BIN directory; then
I added into the file BdpDataSources.xml the following:
<provider name="iSeries"
connectionStringType="PS.Data.iSeries.iSeriesConnectionString,
PS.Data.iSeries, Version=2.5.0.0, Culture=neutral,
PublicKeyToken=df047b757d3f379a">
<objectTypes>
<objectType>Tables</objectType>
<objectType>Procedures</objectType>
<objectType>Views</objectType>
</objectTypes>
</provider>

When i tried to add a new connection iSeries from Delphi ide
I have the error:
Exception has been thrown by the target of an invocation.

Somebody can help me? Tanks Davide Basso;
--