RE: Help me about execute procedure in 4gl using 4Js
"Jose" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
let dy="execute procedure sgenlot(?,?,?,?,?)" prepare sgenlot_ptr from dy declare sgenlot_cur cursor for sgenlot_ptr open sgenlot_cur using src, iid, wid, ckdup, trxflg fetch sgenlot_cur into errcod, nxt_lot close sgenlot_cur Thank you. Best regards, Jose F. Osorio Astra Information Systems, Inc. 1920 North Commerce Parkway, Suite 2. Weston, FL 33326 Ph: 954.233.5500 Ext: 108 Fax: 954.233.5501 mailto:[email protected] www.astrainfo.com _____ From: [email protected] [mailto:[email protected]] On Behalf Of Soraya CRUZ MEJIA Sent: Thursday, October 06, 2005 3:14 PM To: [email protected] Subject: RE: [fourjs-users] Help me about execute procedure in 4gl using 4Js Hi, Could you tell me ,who do you call the store procedure in your program .4gl _____ De: [email protected] [mailto:[email protected]] En nombre de Jupiracy Da Silva Costa Enviado el: Jueves, 06 de Octubre de 2005 11:39 a.m. Para: [email protected] Asunto: [fourjs-users] Help me about execute procedure in 4gl using 4Js I am trying compile a program 4GL that use un statement execute procedure, and I receiving the folling error: | A grammatical error has been found at 'sp_glidepar' expecting: ACCEPT ALTER BEGIN BREAKPOINT CANCEL CALL CASE CLEAR CLOSE COMMIT CONNECT ... | See error number -6609. The Store Procedure receives two parameters and return two parameters.