Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AS400 and VB 4

Status
Not open for further replies.

tcorrigan

Programmer
Jun 3, 1999
43
US
I need information on how to set up a VB program to communicate with an AS400 system. Is there, for instance, an ODBC driver available that will let me access data from an AS400 or is it more complicated than that? Any information will help.
 
There is a Forum on this site called &quot;IBM servers Forum&quot;<br>
they may help you better<br>
<br>
the ODBC (Open Database Connectivity) driver if you need one will be for the &quot;Database&quot; you work with Not the Operating System.<br>

 
tcorrigan - in most cases doug would be right - but in this case the operating system and the database are the same thing - so you just need an ODBC driver for the AS/400<br>
<br>
We used one a while ago - but couldn't get the performance from ODBC - you might like to look at IBM's Client Access product<br>
<br>
mike<br>
<p>Mike Lacey<br><a href=mailto:Mike_Lacey@Cargill.Com>Mike_Lacey@Cargill.Com</a><br><a href= Cargill's Corporate Web Site</a><br>
 
Thanks for the information, guys. Doug, I looked for the IBM Servers Forum on this site, but couldn't find one by that name. Could you possibly let me know how you drill down from the home page to that forum.<br>
<br>
I did find a product from NetManage that seems to do what I need, but if anybody out there has any experience with this package or anything else, I'd like to hear from you.<br>
<br>
Tom Corrigan<br>

 
Not much posting in there now, but the IBM Servers forum is located in the Hardware, Server Rack, Servers area of the site. FYI.<br>
<br>
Ghost
 
Hi Tom,<br>
<br>
The project that I'm currently working on is an AS/400 client/server one. We use VB as the front-end and DB2/400 as the database. The middleware we're using to access the AS/400 is called ACE/400 from <A HREF=" TARGET="_new"><br>
This product gives us record level access to any physical or logical file, record locking, remote commands, commitment control, etc. You can read files in a similar fashion to RPG processing such as SETLL, READE (different command names of course) or you can use SQL statements (e.g. SELECT CUSNO, CUSNAM FROM CUSLIB/CUSMST WHERE CUSSTS = &quot;A&quot;). We use both methods. Performance is basically a non-issue as it is very fast.<br>
<br>
There are a couple of glitches with connections that are being worked on as we speak and I hope to get a fix from them soon (not a show stopper). <br>
<br>
There are other products that do similar things, give or take a couple of features:<br>
<br>
<A HREF=" TARGET="_new"> -- Database Toolbox<br>
<A HREF=" TARGET="_new"> -- Data400<br>
<A HREF=" TARGET="_new"> -- ActiveObjects/400 for VB<br>
<br>
There are many other products out there, some that give you TCP/IP (like the above mentioned) and others only give you SNA connectivity.<br>
<br>
I would highly recommend downloading trial versions (they all have them), design a small test application and check for speed, reliability and ease of use -- oh yeah, and cost (-:<br>
<br>
Hope this helps!<br>
<br>
Tarek
 
Thanks everybody for your responses. I think I have enough now to go out and make a decision.<br>
<br>
Tom Corrigan<br>

 
Tom,<br>
<br>
If it'n not too much trouble, please share your decision here so that we can learn!<br>
<br>
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top