adri@no
|
ASSIS SP - BRASIL
|
|
ENUNCIADA !
|
|
|
Postada em 05/09/2006 06:28 hs
Em vez de usar data1.recordset.addnew,data1.recordset.update,data1.recordset.update Cancel,data1.recordset.Edit. Queria usar só SQL atras dos botões novo,gravar,excluir,editar, se alguem tiver esse codigo ai?
|
|
|
|
Cardoso G
|
PATOS DE MINAS MG - BRASIL
|
|
ENUNCIADA !
|
|
|
Postada em 05/09/2006 07:36 hs
'inserir insert into tabela (campo1,campo2,campoN) values (txt1,txt2,txtN) 'alterar update tabela set campo1=txt1,campo2=txt2,campoN=txtN where tabela.codigo=txtCodigo 'excluir delete tabela where tabela.codigo=txtCodigo
|
|
|
|