G
Guest
I am not a programmer, but a rookie. I am trying to use a DS in Visual Studio .Net 2003 to make changes to an Access database. I get an "Operation must use an updateable query" error message. I do not know where I would add the code for an update query. I thought VS .Net creates the update, delete, and insert statements for you when you create the original Select statement. I have been typing the code, not using the drag & drop method. My Select statement used one variable to know what record to grab from teh data set. I need to do this for work,,, so I really need to figure this out.
I want to be able to use a aspx web page to manipulate an Access database on the server. I do not know what code to type for the update statement or where to put it. Here is my select statement code.
SelectStatement = "Select AdNum, Description, Title, Category, Price, Phone, EMail, State, Password, Posted From Ads Where AdNum =" & "'" & AdNumSent & "'" & "order by AdNum
Like I said, I am not a programmer yet, any help would be much appreciated
(e-mail address removed)
I want to be able to use a aspx web page to manipulate an Access database on the server. I do not know what code to type for the update statement or where to put it. Here is my select statement code.
SelectStatement = "Select AdNum, Description, Title, Category, Price, Phone, EMail, State, Password, Posted From Ads Where AdNum =" & "'" & AdNumSent & "'" & "order by AdNum
Like I said, I am not a programmer yet, any help would be much appreciated
(e-mail address removed)