|
-
November 7th, 2001, 05:41 AM
#1
executing command on AS/400
Hi,
is there a way to execute a command on AS/400 with VB??
Thanx
-
November 7th, 2001, 08:39 AM
#2
Re: executing command on AS/400
Nicolas Bohemier
-
November 7th, 2001, 08:46 AM
#3
Re: executing command on AS/400
What command are you talking about.
You can execute any SQL and CL. If that what you want then you can do it on connection object
sSQL = "Call MyLib.MycL"
cn.Execute sSQL
where cn is connection to AS/400 database
Pay attention that it is a dot between library name and program - not a slash like AS400 likes. That is a little trick that Client Access doing to SQL while transferring it to 400.
Iouri Boutchkine
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|