Hi foxbox,
Yes, your syntax of course works perfectly... but I was just trying to understand why that Update method didn't work properly - and why it worked perfectly with one more field in the SELECT! :-(
I've also tried to put a "response.write rs("rownumber") " before and...
Hi Fengshui1998, and thanks for your reply.
Unfortunately the record updated outside my recordset are on the same table, and not on different tables with the same column name...
Bruno Del Frate
Hello,
I'm using a piece of code like this one, with SQL Server 7.0:
<%
query = "SELECT rownumber FROM database WHERE ordernumber = 'XXX'"
rs.open query
do until rs.eof
rs("rownumber") = newvalue
rs.update
rs.movenext
loop
%>
It works... BUT it also updates some...
Hello,
I need to synchronize a MS Access database (97 or 2000, it doesn't matter) with a SQL Server 7.0 publication.
I've tried the JetSQLSync routine located at
http://msdn.microsoft.com/library/techart/JRORep.htm ... but it does not work: I keep getting a "File not found" message for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.