![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Buscar | Temas de Hoy | Marcar Foros Como Leídos |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#5
|
|||
|
|||
|
De Esta Manera Es Mas Efectiva
sql2.SQL.Clear;
sql2.SQL.Add('insert into emple(coemp,idemp,foto)'); sql2.SQL.Add('values(:v_coemp,:v_idemp,:V_FOTO)'); sql2.ParamByName('V_COEMP').Value:=strtoint(V_COEMP.Text); sql2.ParamByName('V_IDEMP').Value:=V_IDEMP.Text; sql2.ParamByName('V_FOTO').LoadFromFile('C:\IMAGEN\FOTO.BMP',ftBlob); sql2.ExecSQL; |
| Herramientas | Buscar en Tema |
| Desplegado | |
|
|
|