vote up 0 vote down star

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?

flag

15% accept rate

2 Answers

vote up 2 vote down check

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|flag
Thanks it's really helped – Anoop Jul 31 at 2:29
vote up 0 vote down

When you say "connect", how are you trying to connect? ADO.Net? ODBC?

Can you post some code?

link|flag
I am using OLEDB Provider – Anoop Jul 31 at 1:56

Your Answer

Get an OpenID
or

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