![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
![]() |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
|
|
#1
|
|||
|
|||
|
Hello,
quiero eliminar un parámetro de una sentencia SQL, lo consigo, pero no se muy bien cual seria el orden más correcto. Cuál creeis q es: Forma A: QueryTemp.ParamByName(Parametro).Clear; QueryTemp.ParamByName(Parametro).Bound := True; QueryTemp.ParamByName(Parametro).DataType := ftInteger; Forma B: QueryTemp.ParamByName(Parametro).DataType := ftInteger; QueryTemp.ParamByName(Parametro).Bound := True; QueryTemp.ParamByName(Parametro).Clear; ¿? |
|
#2
|
||||
|
||||
|
¿Quieres eliminarlo o borrar su contenido?
Para Eliminarlo:
__________________
delphi.com.ar Dedique el tiempo suficiente para formular su pregunta si pretende que alguien dedique su tiempo en contestarla.
|
![]() |
|
|
|