|
stu -> Transition to Expression Web issue (6/2/2009 11:18:46)
|
I am going thru the transition from fp2003 to EW 2.0 and am having a problem getting the 'Insert into' and 'delete' functions to work on an Access 2002 database. I'm using the standard Data Controls under the ASP.NET section of the EW toolbox. Everything seems to work well. All functions work in the localhost. When I try it on the server, I can see the contents of the database table (indicating that the connection is working - I guess) but the Insert funtion generates an error that says "Operation must use an updateable query" The Insert statement generated by EW is: InsertCommand="INSERT INTO [BRCUSOpen] ([name], [comments], [paid]) VALUES (?, ?, ?)" Does this seem like a problem with a setting on the server, which I'm told is set up for dotNet?
|
|
|
|