datagrid edit, update button UPDATION PROBLEM
-
Hi, I have made a datagrid in asp.net with edit, update button, But when I press the update button after editing it say the error is the file is readonly. I am able to excess the file and also sort it but am not able to update it. I am using Visual Foxpro as my database. I have done the same in sql it runs fine. Any one who have any idea why this error please. I am using OLE DB FOR CONNECTION TO FOXPRO. Kindly go through the codes for details Thanks in advance error!!!!! Cannot update the cursor ITEMHARD, since it is read-only. =============== [OleDbException (0x80004005): Cannot update the cursor ITEMHARD, since it is read-only.] THE CODES ARE AS UNDER : ===== ============(declarations Dim constr As String = "Provider=VFPOLEDB.1; Data Source=c:\Inetpub\wwwroot\lastproject" Thanks for your time -- modified at 11:11 Monday 20th March, 2006
-
Hi, I have made a datagrid in asp.net with edit, update button, But when I press the update button after editing it say the error is the file is readonly. I am able to excess the file and also sort it but am not able to update it. I am using Visual Foxpro as my database. I have done the same in sql it runs fine. Any one who have any idea why this error please. I am using OLE DB FOR CONNECTION TO FOXPRO. Kindly go through the codes for details Thanks in advance error!!!!! Cannot update the cursor ITEMHARD, since it is read-only. =============== [OleDbException (0x80004005): Cannot update the cursor ITEMHARD, since it is read-only.] THE CODES ARE AS UNDER : ===== ============(declarations Dim constr As String = "Provider=VFPOLEDB.1; Data Source=c:\Inetpub\wwwroot\lastproject" Thanks for your time -- modified at 11:11 Monday 20th March, 2006