Microsoft
Software
Hardware
Network
Question : error while using grid view
<asp:AccessDataSource ID="db1" runat="server" DataFile="~/hello/db11.mdb
"
SelectCommand="SELECT * FROM [db11]" UpdateCommand="UPDATE [db11] SET [fname] = ?, [lname] = ? WHERE [Id] = ? ">
<UpdateParameters>
<asp:Parameter Name="fname" Type="String" />
<asp:Parameter Name="lname" Type="String" />
</UpdateParameters>
</asp:AccessDataSource>
Answer : error while using grid view
the problem is with the [id] parameter. it should be included.
right now there is only fname and lname but the update query is expecting [id] as well
Random Solutions
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed.
Columns cannot convert between unicode and non-unicode string data types.
Filemaker Pro Summary Report - Obtraining Fractions from Summary Field
office 2007 settings not saved in user profile in terminal server
ABAP syntax error:statement is not accessible
Where can I download System.Web.Extensions 2.0 version?
sharepoint foundation 2010 on 32 bit?
Game Development - Story Boarding a Game
Are multiple PHP session paths possible?
SSIS and variable issues