c#.NET Connectivity to AS400 (OS/400)

  • Thread starter Thread starter george r smith
  • Start date Start date
G

george r smith

We need to create a C#.Net data access layer to an AS400 running the OS/400
operating system.

Will someone please tell me where to go and where to start. I have found
some information on an OLEDB component on the Microsoft web site in the Host
Integregation Server documentation but is this overkill.

Suggestions please. If this is wrong newsgroup please advise.

thanks
grs
 
George,
We need to create a C#.Net data access layer to an AS400 running the OS/400
operating system.
If you have Client Access installed you can use its IBMDA400 provider.

Its best to be on Client Access V5R2 or later (with current all PTFs) to be
fully supported from .NET. (I understand that you can remain on an older
OS/400 such as V4R5, its the client that needs to be current).

http://www-1.ibm.com/servers/eserver/iseries/access/oledb/index.html

http://www-912.ibm.com/n_dir/nas4ap...6be4003c8957?OpenDocument&Highlight=2,ii13341

The above links are from June 3rd, not sure if there are more current
versions with better support...

If you look around the SQL Thing site (http://www.sqlthing.com) and the
above sites you should come across a number of samples and further
information.
Suggestions please. If this is wrong newsgroup please advise.

The microsoft.public.dotnet.framework.adonet newsgroup will provide "better"
ADO.NET support.

Hope this helps
Jay
 
Hi george,

Does Jay's reply makes sense to you? Do you still have any concern?

Please feel free to let me know. Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

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

Back
Top