Is it possible to execute an iSeries program from a VB.Net application?
(Thursday, December 23, 2004)
Found the following interesting discussion in the Newsgroups:
Is it possible to execute an iSeries program from a VB.Net application? by:Ken Sturgeon
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <META content="MSHTML 6.00.2800.1400" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY> <DIV> <P><FONT face=Arial size=2>Is it possible to execute an iSeries program from a VB.Net application? Where might I find some reference material that would get me started?</FONT></P></DIV></BODY></HTML>
| | | Reply: by:AlexS
| | | Hi, Ken
yes, it is possible.
How - depends on what you have to connect to iSeries. I would suggest to go to IBM site and start from products you have available. In simplest form it is possible through FTP connection. Check which commands are available on host and go from there.
HTH Alex
"Ken Sturgeon" <aksturgeon@charter.net> wrote in message news:10bd0pddrfu8v22@corp.supernews.com... Is it possible to execute an iSeries program from a VB.Net application? Where might I find some reference material that would get me started?
| | | Reply: by:Tim Shelton
| | | Do it just like you would a s stored proc in SQL. The only difference instead of putting the program name for the SP you have to use the call command (i.e. call <program name>).
Take a look at IBM's access product. It used to be called Client Access.
Hope this helps.
Tim
|
|
|
|
|
0 Comments:
Post a Comment