That's informative - thanks.
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of Brian Garland via RPG400-L
Sent: Wednesday, August 25, 2021 3:29 PM
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Cc: Brian Garland <Brian.Garland@xxxxxxxxxx>
Subject: RD: Embedded SQL issue
IBM got back to me on this so here's the issue so it can be found in the archives.
The factors that come into play are:
a) we compile on one server and deploy and run to another
b) the view SDW_V/VIP_SOURCE does not have short names assigned to the columns and the system-created names are different on each server
c) we were using static SQL in our RPGLE program
d) we are referencing the long column names in our statements
When using static SQL the long name/short name info is bound in at compile time. Running the statement manually or switching to dynamic SQL fixes it because the columns are resolved at run time.
IBM is looking into a permanent fix that doesn't require code to be changed but for now, we are all set.
I've got a weird SQL problem. A static SQL statement in an RPG
program
returns
an SQLSTATE of 02000 but when run from STRSQL (or run SQL statements)
I
get a result.
--
Brian J. Garland
Vermont Information Processing, Inc.
brian.garland@xxxxxxxxxx
--
This email and any files transmitted with it are confidential and intended solely for the use of the individual or company to whom they are addressed.
Do not disclose, distribute, or copy this email to others outside your company. If you have received this email in error, please notify the sender immediately and delete this email from your system.
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.