![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
![]() |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#1
|
|||
|
|||
|
for execute statement
Hola,
Tengo el siguiente codigo y no me funciona, me pueden ayudar: Código:
SENTENCIA = 'SELECT MF_NRUT_FUN FROM MAEFUN WHERE MAEFUN.NE = ' || cast(:ne as varchar(2));
for execute statement SENTENCIA into :RUT_FUN do
begin
Insert Into Datliq (datliq.ne, datliq.dl_rutfun, datliq.dl_habdes, datliq.dl_cant_act, datliq.dl_valo_act, datliq.dl_next_mes)
values (:ne,:RUT_FUN,:cod_habdes,:cantidad,:valor,:mes);
suspend;
end
|
![]() |
|
|
|