|
I wouldn't call it that "strange". It's how XML works a lot of the time. I have set up our web server to act as a simple XML server for a bunch of AS/400 data that the MS programmers can't get to easily. They prefer I send them a very simple XML string from a web request rather than mess with ODBC, etc... I'm glad GETURI could help. I am working on updating it. There were still some small bugs, but if you haven't had problems then you should be ok. Brad > The GETURI puts the result of the URL in QTEMP/WEB: > > HTTP/1.1 200 OKServer: Microsoft-IIS/4.0Date: Thu, 07 Jun > 2001 03:05:32 > GMT > id¦4728145¦14761¦4734178¦ > > It's a strange way to do things, and it adds an extra layer > of failure, but > we couldn't find anyone that could understand how to get the > DRDA working on > the SQL server. The last guy we asked we thought was very > knowledgable with > SQL server and he never heard of DRDA. We have been talking > for 6 months > about how we would do this, but could never get it done. > It's done now, and > it only took total about 8 hours of programming. (4 for them, > 4 for me to > extract the data from the URL returned) > > I've been considering asking the guys who wrote the ASP to > give it to me to > put on a freeware site, but I'm not sure it would be useful > for many AS/400 > shops, since IIS is required. I figure that it wasn't that > difficult or be > that valuable to them since it only took 4 hours. > > HTH > > Art Tostaine, Jr. > CCA, Inc. > Jackson, NJ 08527 > > -----Original Message----- > From: Goodbar, Loyd (AFS-Water Valley) > [mailto:LGoodbar@afs.bwauto.com] > Sent: Thursday, June 07, 2001 3:39 PM > To: 'art@link400.com' > Subject: RE: How to insert/update records using SQL? > > > Just a personal question, how are you connecting from the > AS/400 to SQL > server? I would like to do the same thing (read/update data > on SQL server > from the AS/400). > > I assume you have the SQL dev kit for embedded SQL in RPG? > If you have set up a cursor and are fetching one row at a > time, you can do a > > UPDATE table SET column = value, column = value WHERE CURRENT > OF cursor_name > > Inserting is > > INSERT INTO table (column, column, column) = value, value, value > > HTH, > Loyd > > -----Original Message----- > From: Art Tostaine, Jr. [mailto:art@link400.com] > Sent: Thursday, June 07, 2001 8:55 AM > To: midrange-l@midrange.com > Subject: How to insert/update records using SQL? > > > I have to update a table on SQL/Server from the Iseries. I have the > connectivity issues resolved. > > Using a sql statement, how do INSERT or UPDATE the records > that already > exist. > > In RPG, I would CHAIN, and either WRITE or UPDATE if %FOUND. > Does a similar > function exist in SQL? > > What is the standard or preferred method of doing a mass update? > > My SQL table is basically, > > CustId > OpenAr > Open30 > Open60 > Open90 > Open120 > > Thanks. > > Art Tostaine, Jr. > CCA, Inc. > Jackson, NJ 08527 > > +--- > | This is the Midrange System Mailing List! > | To submit a new message, send your mail to MIDRANGE-L@midrange.com. > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. > | To unsubscribe from this list send email to > MIDRANGE-L-UNSUB@midrange.com. > | Questions should be directed to the list owner/operator: > david@midrange.com > +--- > +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.