Updating DB Using Datagrid

Hi,

I am testing datagird update, it works fine with Northwind database but if I try switch to another database its not working. Here is the sample code:

DataGrid1.Update()
        SqlDataAdapter1.Update(DataSet31)

I am not getting any error message, but its not updating the database. I am not too sure but Is it permissions issue with database

Thanks!


Answer this question

Updating DB Using Datagrid