|
Home > Archive > FoxPro database connector > June 2005 > 'Canont update the cursor' error at runtime
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
'Canont update the cursor' error at runtime
|
|
| lhiway 2005-06-27, 3:24 am |
| VFP 6.0 + SP5
In the program, I modify a remote connection login userid and password in
dbc using
DBSETPROP( ), I can run the program quite succesfully in VFP environment.
but when I try to run the program in the compiled exe file. there is always
an error
message at the DBSETPROP( ) command, indicating:
Canont update the cursor.
And the same error also appear when I try to delete a local view using
'delete view' command in the runtime.
Can anyone tell me how to solve the Problem?
Thanks in advance.
| |
| lhiway 2005-06-27, 3:24 am |
| Great! I sove it by excluding the database in the project.
"lhiway" <lhiway@antispam.com> wrote in message
news:uMUP2bteFHA.3048@TK2MSFTNGP12.phx.gbl...
> VFP 6.0 + SP5
>
> In the program, I modify a remote connection login userid and password in
> dbc using
> DBSETPROP( ), I can run the program quite succesfully in VFP environment.
> but when I try to run the program in the compiled exe file. there is
> always an error
> message at the DBSETPROP( ) command, indicating:
>
> Canont update the cursor.
>
> And the same error also appear when I try to delete a local view using
> 'delete view' command in the runtime.
>
> Can anyone tell me how to solve the Problem?
>
> Thanks in advance.
>
|
|
|
|
|