| SQL parameters [message #774099] |
Tue, 03 January 2012 04:06  |
Trond Einar Nilsen Messages: 32 Registered: December 2011 |
Member |
|
|
I am developing for Power7 (iSeries) and have used EGL CE width success. For EDT I expected this to work:
function getG8(G8search string inOut, UserLogon string in, counter int in) returns(G8A[])
LIBFIL = "NOR.SECNREL0";
get G8Array from ds
with #sql{SELECT G8JWNB as G8JWNB FROM :LIBFIL where G8AUNA like :G8search};
return(G8Array);
end
but it seems like the ":" is not used to specify parameters anymore. I cannot find out how to do it. Probably I have to use "?" somehow, but how?
/Trond E. Nilsen
[Updated on: Tue, 03 January 2012 04:06] Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01514 seconds