asp:AccessDataSource, update command does nothing.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

All my sql commands against Access works fine except my update command.
I had my update command working fine against SQLExpress., but SQLExpress has
other problems.
What am I doing wrong?
Is there another public domain database that I should be using?

<asp:AccessDataSource ID="AccessDataSource1" runat="server"
DataFile="~/App_Data/CUT.mdb"
SelectCommand="SELECT id,[emailaddress], [firstname],
[lastname], [Coollist] FROM (e-mail address removed)
 
Back
Top