.NET and OLEDB Providers

D

Duncan Winn

Can a custom .NET provider query standard Ole Db providers for databases
such as Informix and Ingress etc?
 
R

Rajshekar Iyer

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top