![]() |
![]() |
| 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 |
|
#2
|
|||
|
|||
|
Prueba con
Código:
var
OldDS: Char;
begin
OldDS := DecimalSeparator;
DecimalSeparator := '.';
sql := 'Insert into Tabla (nom,apell,precio)
values ('+'''''+nom.text+''''+','+'''''+apell.text+''''+','precio.text+');';
AdoQueryConsulta.sql.clear;
AdoQueryConsulta.sql.add(sql);
AdoQueryConsulta.execsql;
DecimalSeparator := OldDS;
end;
|
| Herramientas | Buscar en Tema |
| Desplegado | |
|
|
|