![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
#7
|
|||
|
|||
|
bueno, si asignas la sentencia SQL por código quedaría algo así
Código:
Query.SQL.Add('select *');
Query.SQL.Add(from tabla');
Query.SQL.Add('where campo = ' + Edit1.Text); // <- si fuera numérico
Query.SQL.Add('where campo = ' + QuotedStr(Edit1.Text)); // <- si fuera alfa
Código:
select * from tabla where campo = :val Espero te sirva |
| Herramientas | Buscar en Tema |
| Desplegado | |
|
|
|