|
This is a multipart message in MIME format. -- [ Picked text/plain from multipart/alternative ] Konrad, I hope you end up using the parameter marker method (the one with the question marks). This will make it much easier, and probably a better performer. SqlStmt= 'Update HWSRSRL ' + ' Set ' ' BLCONO = ?, ' + ' BLCUST = ?, ' + ' BLCSTN = ?, ' + ' BLCODE = ? ' + ' Where ' + ' BLKEY = ?' Prepare SqlStmt using :SqlStmt Your pgm loop: ... Execute SqlStmt using :xCONO, :xCUST, :xCSTN, :xCODE, :mykey ... end loop: Rob Berendt -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." Benjamin Franklin
As an Amazon Associate we earn from qualifying purchases.
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.