
Help in calling JDE stored procedures from VB using ADO
Not sure if any of this will be much help, but here's a web site with a
compiled list of connection objects for
Visual Basic. AS400 is one of
them...
http://www.able-consulting.com/ADO_Conn.htm
oConn.Open "Driver={Client Access ODBC Driver (32-bit)};" & _
"System=myAS400;" & _
"Uid=myUsername;" & _
"Pwd=myPassword;"
http://publib-b.boulder.ibm.com/Redbooks.nsf/RedbookAbstracts/sg24518...
Giacomo
Quote:
> I want to use an ADO to call a stored procedure in a JD Edwards system
> running on AS400 and cannot get the syntax correct. Any help will be
> appreciated.
> Jeff