Hi,
I have a view Departament of another database, but in file Departament_list.asp, show error:
You cannot specify scroll locking on a cursor that contains a remote table.
I opened the file Departament_list.asp and in line error , i saw code rs.Open strSQL, dbConnection,1,2
After removing CursorType and LockType (1,2) , the code being only rs.Open strSQL, dbConnection
It Worked right.
But if alter in file Departament_list.asp, and re-build by ASPRUNNER, i lose the information changed.
Don't have otherwise the program ASPRUNNER to correct the error in Topic?
Thanks.