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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AS400, Crystal & VB Questions?

Status
Not open for further replies.

PaulaJ

Programmer
Jun 20, 2000
130
US
Im trying to use DAO in VB6.  I want to retrieve a selected recordset via SQL from the AS400 and then run a Crystal report over this recordset.  Do I create a Workspace and Do an OpenConnection in the VB or does the Crystal.Connect do this for me?  We have extremely large files and the Crystal just doesn't like going against them directly for a select.  I'm trying to decrease the number of records that Crystal has to deal with.  I also am trying to get to a completely automated report setup that I can give to my users.  Any Ideas?
 
&nbsp;&nbsp;&nbsp;Nothing will run faster than an SQL script report<br>that runs directly on the AS400, if you have the tools<br>to do so. <p>Jim Carlson<br><a href=mailto:nx56@inetarena.com>nx56@inetarena.com</a><br><a href= > </a><br>oracle, vb, some javascript
 
Do you have any suggestions for applicable tools?
 
I don't have any experience with them, but<br>there's an SQLTool&nbsp;&nbsp;(<A HREF=" TARGET="_new"> SQLLite (<A HREF=" TARGET="_new"> there's an AS400, including SQL, tip listing<br>at <A HREF=" TARGET="_new"> hope that this will help.&nbsp;&nbsp;My background is not AS400,<br>but Oracle PL/SQL and SQL*Plus.&nbsp;&nbsp;We have several<br>hundred reports written in SQL that run directly on our<br>server.&nbsp;&nbsp;People have a PC - interface, so the sql scripts<br>are called in an interactive telnet session.&nbsp;&nbsp; <p>Jim Carlson<br><a href=mailto:nx56@inetarena.com>nx56@inetarena.com</a><br><a href= > </a><br>oracle, vb, some javascript
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top