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
Anyone used OEM for monitoring PeopleSoft application and peoplesoft databases?
Offline address book cannot be downloaded after moving mailbox to exchange 2010
Create folder / Start Menu Programs Shortcut / Set permissions
Migrate Sun messaging to Exchange
New Windows 7 workstations in existing SBS 2003 domain
WiFi / wireless connection dropped & laptops need to be rebooted to reconnect to 2Wire broadband modem : Event id 5005
Coldfusion -SQL and LIKE question
Difference between Icefaces,myfaces,richfaces
in JSF?
Ubuntu - Convert Desktop Hard Drive to Laptop? Just ext4 format and copy all files?
Can't locate DBI.pm in @INC