× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Loyd  Goodbar wrote:

> response.write "<tr><td>" & rsq("name") & "</td><td>" & 
> rsq("company") &
> "</td><td>" & rsq("id") & "</td></tr>"
> 
> All three fields are character types. It doesn't matter if 
> the field names
> are in upper or lower case, I receive the same error.

Loyd, 

Can you get the fields to be in upper case, but _without_ the double
quotes?  I've seen situations where we've generated a script from an SQL
Server database, tweaked it, and used it to create a database on the
iSeries.  Where fields enclosed in double quotes, the double-quote
character became _part of the name_.  You can see something similar with
object names by running something like this:

        crtsrcpf qtemp/"qclsrc"

Paste that into a terminal window, then DSPLIB QTEMP, and you'll see
what I mean.

If I'm correct, then DB2/400 is actually looking for fields called
'"name"', etc, when they are really called 'NAME', etc.

The other thing to consider is whether or not the files are journalled,
but I think that's only a problem if you're trying to update them using
SQL.#

HTH.

Cheers,

Martin.

--
Martin McCallion
Senior Technical Consultant
Misys Wholesale Banking Systems
1 St George's Road, London, SW19 4DR, UK
T +44 (0)20 8486 1951
F +44 (0) 20 8947 3373
martin.mccallion@xxxxxxxxx
www.misys.com
This email message is intended for the named recipient only. It may be
privileged and/or confidential. If you are not the  intended named
recipient of this email then you should not  copy it or use it for any
purpose, nor disclose its contents to any other person. You should
contact Misys International Banking Systems as shown below so that we
can take appropriate action at no cost to yourself.
Misys International Banking Systems Ltd,1 St
George's Road, London, SW19 4DR, UK. Email: ibs.postmaster@xxxxxxxxxx
Tel: +44 (0) 20 8879 1188 Fax: +44 (0) 20 8947 3373
Misys International Banking Systems Ltd is
registered in England and Wales under company no. 971479

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.