up vote 0 down vote favorite
share [g+] share [fb]

When I am trying to connect to AS400 using C#.NET, it's giving me error:

IBMDA400 is not registered on local Machine

Can anyone please explain me about this?

link|improve this question

21% accept rate
feedback

1 Answer

up vote 2 down vote accepted

For the provider you're using, IBM's Client Access needs to be installed. The OleDbProvider for IBM is included inthe Client Access package.

A better solution would be to use the IBM for .Net provider.

If you have Client Access installed on the machine, you can get at the .Net provider by going into selective setup and choosing the .Net provider in the developer tools.

link|improve this answer
Thanks it's really helped – Anoop Jul 31 '09 at 2:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.