asp:AccessDataSource, update command does nothing.

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top