Ver Mensaje Individual
  #2  
Antiguo 06-06-2011
Avatar de kurono
[kurono] kurono is offline
Miembro Premium
 
Registrado: jul 2007
Ubicación: Republica Dominicana
Posts: 1.126
Reputación: 18
kurono Va por buen camino
amigos me autorespondo e estaddo investigando en internet y encontre una forma de hacerlo aqui muestro el codigo
Código Delphi [-]
$insert = 'insert into datos values ("' .
$this -> Edit1 -> Text . '","' . $this -> Edit2 -> Text . '")' ;
$this -> Database1 -> execute ( $insert );
$this -> Table1 -> refresh () ;

agregan este codigo en el evento onClick del buttons y listo.
Responder Con Cita