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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top