.NET and OLEDB Providers

  • Thread starter Thread starter Duncan Winn
  • Start date Start date
D

Duncan Winn

Can a custom .NET provider query standard Ole Db providers for databases
such as Informix and Ingress etc?
 
You should be able to use all the
Oledb* (system.data.oledb) classes to
interact with Informix server. Your connection string
should have provider, datasource (database@server) and
optional username, password etc.

Shekar
 
Back
Top