G
Guest
I followed a walk through and created a record set. The db functionality is
being handeled in a component. dataaccess is working fine, but i'm not able
to built a sub to handle the updates. the walkthrough.
I used studio to create the component and it generated all the edit, update,
delete functionality. I can fill using this
Public Sub FillDataSet(ByVal dSet As myMtypes)
OleDbDataAdapter1.Fill(dSet)
End Sub
I'll post any code if needed.
but that's it. and help?
thanks
being handeled in a component. dataaccess is working fine, but i'm not able
to built a sub to handle the updates. the walkthrough.
I used studio to create the component and it generated all the edit, update,
delete functionality. I can fill using this
Public Sub FillDataSet(ByVal dSet As myMtypes)
OleDbDataAdapter1.Fill(dSet)
End Sub
I'll post any code if needed.
but that's it. and help?
thanks