Aug 27, 2003 #1 J joshhanson New member Joined Aug 27, 2003 Messages 2 I need to open a connection to as400 to pull data in Visual Basic.net has anyone done this before and can give me some insight?
I need to open a connection to as400 to pull data in Visual Basic.net has anyone done this before and can give me some insight?
Aug 28, 2003 #2 S sde Well-known member Joined Aug 28, 2003 Messages 160 Location us.ca.fullerton i havent done it, but im in the process of researching and am about to do the same thing .. heres what i found so far. Code: oConn.Open "Provider=IBMDA400;" & _ "Data source=myAS400;" & _ "User Id=myUsername;" & _ "Password=myPassword" http://publib-b.boulder.ibm.com/Redbooks.nsf/RedbookAbstracts/sg245183.html
i havent done it, but im in the process of researching and am about to do the same thing .. heres what i found so far. Code: oConn.Open "Provider=IBMDA400;" & _ "Data source=myAS400;" & _ "User Id=myUsername;" & _ "Password=myPassword" http://publib-b.boulder.ibm.com/Redbooks.nsf/RedbookAbstracts/sg245183.html