Embarcadero / IB.NETDataProvider

InterBase database .NET Data Provider
Other
12 stars 7 forks source link

Unable to cast object of type IBCommand #9

Closed tramesh2009 closed 1 year ago

tramesh2009 commented 2 years ago

Hi,

The following error is showing while fill the data in dataset from database. This issue happened only hosting environment not development environment.

Unable to cast object of type 'InterBaseSql.Data.InterBaseClient.IBCommand' to type 'System.Data.OleDb.OleDbCommand'.

Do i need install any dependencies?

Please help to resolve this issue

jeffovercash commented 2 years ago

You need .NET installed on the machine, the InterBase client library, and the ADO.NET client all installed on the destination machine.