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!

Anyone using RPG CGI?

Status
Not open for further replies.

alanjr

Programmer
Apr 9, 2001
2
US
Our company has recently brought our Web site server in house. We wanted a way to pass data between the IIS Server and the AS/400. Our webmaster looked at ASP and SQL. He spent months working on the scripts and in the end it was slow and had intermittent problems.

I had done a little CGI for creating reports. What we decided on was using CGI to send data back to the IIS server. He submits an HTML GET and I return just a string of text. I use RPG to access the database so it is much faster than SQL.

Is anyone else using this method? It seems so simple and straight forward. Not very flashy or new, but very simple.

Thanks,
Alan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top