Call legacy program for vb.net application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all!!!

I am writing a program that accepts data from an asp.net page and then need to send some of the collected information to an RPGIV program on an as400 to perform some calculations and then update a file.(Business Logic). I have tried using the ADODB.command to execute a call to the program but continually get an error Parameter incorrect message. Everything appears setup correctly but still no luck.

Has anyone had any experience making calls to legacy programs?

Any assistance will be appreciated.
 
* =?Utf-8?B?Q2FzbGFu?= said:
I am writing a program that accepts data from an asp.net page and then
need to send some of the collected information to an RPGIV program on an
as400 to perform some calculations and then update a file.(Business
Logic). I have tried using the ADODB.command to execute a call to the
program but continually get an error Parameter incorrect
message. Everything appears setup correctly but still no luck.

Post some code...
 
Back
Top