This topic is locked
[SOLVED]

 Error: You cannot specify scroll locking on a cursor that contains a r

6/29/2009 8:43:37 AM
ASPRunnerPro General questions
R
RASM author

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.

J
Jane 7/1/2009

Hi,
I see what you're saying.

Different databases require different connection parameters. 1,2 parameters work for most databases.

If you want to change it edit ASPRunnerPro6.0/source/list.asp file manually.