no pueod agregar nuevos registros con un dataenvironment relacionado a un datagrid

gitto
21 de Diciembre del 2005
hey tengo este maldito problema k el uniko error k me muestra es k el el recordset no es actualisabel y me canso de actusalizarlo no se k he hexo mal espeor me puedna ayudar


With DataEnvironment1.rsCommand1

.AddNew
.Fields(1).Value = Text1
.Fields(2).Value = Text2
DataEnvironment1.rsCommand1.Update
DataEnvironment1.rsCommand1.Requery
Set DataGrid1.DataSource = DataEnvironment1
End With