Help in calling JDE stored procedures from VB using ADO 
Author Message
 Help in calling JDE stored procedures from VB using ADO

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



Fri, 10 Dec 2004 03:52:27 GMT  
 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



Fri, 10 Dec 2004 07:55:19 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Need correct syntax for calling JDE stored procedure on AS400

2. HELP ==>Oracle Stored Procedure using ADO(VB)

3. HELP ==>Oracle Stored Procedure(PACKAGE) using ADO(VB)

4. Error calling Oracle store procedures using ADO

5. Calling a stored procedure in DB2 using ADO code Sample

6. HELP! Calling Stored Procedure with ADO

7. Stored Procedure called by VB with ADO 2.5

8. HELP: Calling Stored Procedure w/large output from VB6 (using SQL Server)

9. Calling an Oracle Stored Procedure from Vb using Q+E

10. HELP: Calling Stored Procedure w/large output from VB6 (using SQL Server)

11. HELP: Calling Stored Procedure w/large output from VB6 (using SQL Server)

12. Calling a Stored Procedure in Oracle using VB

 

 
Powered by phpBB® Forum Software