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)
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)