Hi folks, i'm using ObjectDataSource and it work fine with retrieve data,
but when i want update any data get this error...
ObjectDataSource 'obDataSource' could not find a non-generic method 'Update'
that has parameters: Descripcion, FechaCreacion, UsuarioCreacion,
FechaModificacion, UsuarioModificacion, Codigo, original_Codigo.
Anyone knows how fix it??? i'm desesperated.....
Thank you for your time
Oscar
Lisa Z. Morgan - 30 Dec 2005 01:44 GMT
You must select the option to generate the update, delete and add methods.
When you set up the data source and data object, the wizard will let you do
this. It may be under "Advanced" so make sure to explore all options.
I hope this helps.

Signature
Lisa Z. Morgan
Working on MCAD...
> Hi folks, i'm using ObjectDataSource and it work fine with retrieve data,
> but when i want update any data get this error...
[quoted text clipped - 8 lines]
>
> Oscar