[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Jassim Rahma

6/12/2002 6:50:00 PM

is it possible to access AS400 database using Visual
Basic.NET or C#?
3 Answers

Rainer W. Hoffmann

6/12/2002 9:37:00 PM

0

Yes it it. But you need the ODBC.net data provider addon. You can get it
from http://msdn.microsoft.com...


"Jassim Rahma" <jrahma@hotmail.com> schrieb im Newsbeitrag
news:c78101c21231$32ca2040$36ef2ecf@tkmsftngxa12...
> is it possible to access AS400 database using Visual
> Basic.NET or C#?


Christopher Schipper

6/14/2002 5:15:00 PM

0

Can be done without upgrades, but you will need Client Access installed
either way.

Dim cn As New OleDbConnection()

cn.ConnectionString = "Provider=IBMDA400;Data Source=" & SystemIP & ";User
ID=" & User & ";Password=" & Pass

Chris Schipper

"Jassim Rahma" <jrahma@hotmail.com> wrote in message
news:c78101c21231$32ca2040$36ef2ecf@tkmsftngxa12...
> is it possible to access AS400 database using Visual
> Basic.NET or C#?


Jonathan Scott

8/26/2002 2:38:00 PM

0

This also requires V5R2M0 be installed on your AS400, I found out on IBM's
website. Previous versions of Client Access don't seem to be compatible with
the OLE DB providers & .Net.

--

Regards,

Jonathan Scott
Web Architect
Miniature Precision Components, Inc.
847 Walworth Street
Walworth, WI 53184
(262) 275 - 5791 x 2258
"Christopher Schipper" <matrixnet@hotmail.com> wrote in message
news:OdsZH57ECHA.1996@tkmsftngp07...
> Can be done without upgrades, but you will need Client Access installed
> either way.
>
> Dim cn As New OleDbConnection()
>
> cn.ConnectionString = "Provider=IBMDA400;Data Source=" & SystemIP & ";User
> ID=" & User & ";Password=" & Pass
>
> Chris Schipper
>
> "Jassim Rahma" <jrahma@hotmail.com> wrote in message
> news:c78101c21231$32ca2040$36ef2ecf@tkmsftngxa12...
> > is it possible to access AS400 database using Visual
> > Basic.NET or C#?
>
>