Sujet : Re: VMS x86-64 database server
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 10. Jul 2025, 03:26:19
Autres entêtes
Organisation : SunSITE.dk - Supporting Open source
Message-ID : <686f24cc$0$686$14726298@news.sunsite.dk>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
User-Agent : Mozilla Thunderbird
On 7/9/2025 9:35 PM, Lawrence D'Oliveiro wrote:
On Wed, 9 Jul 2025 20:25:06 -0400, Arne Vajhøj wrote:
zxJDBC.Error: Literals of this kind are not allowed; SQL statement:
SELECT f1,f2 FROM t1 WHERE f2 IN ('A','CCC','EEEEE') [90116-220]
[SQLCode: 90116], [SQLState: 90116]
What happens if you really want literals in your SQL code?
You don't.
:-)
But those that want permission to shoot themselves in
the foot can omit ;ALLOW_LITERALS=NONE in the connection
string.
Arne