Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suppressing message during SQLEXEC
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00020169
Message ID:
00021925
Views:
59
>>Thanx for the response. This has all been extremely informative but I still have the original problem: How do I stop the "Executing Remote... Press ESC to cancel." message from appearing? It shows up no matter how I set the Asynch mode or the fetch size. Any ideas? thanx again!
>
>This is what I do to connect to my Oracle database:
>
>=DBSETPROP(gcRemoteConnection, "CONNECTION", "DispLogin", DB_PROMPTNEVER)
>=DBSETPROP(gcRemoteConnection, "CONNECTION", "DispWarnings", .F.)
>=DBSETPROP(gcRemoteConnection, "CONNECTION", "UserId", lcUid)
>=DBSETPROP(gcRemoteConnection, "CONNECTION", "PassWord", lcPw)
>WAIT WINDOW NOWAIT "Connecting to Oracle, Please Wait..."
>gnRemoteHandle = SQLCONNECT(gcRemoteConnection)
>WAIT CLEAR
>
>I have the connection set to asynchronous. I have a form that asks for the user id and password (lcUid and lcPw are set from form properties). I don't get the message you are talking about. I have, however, seen the message in the development environment using the default VFP settings.

What is contained in gcRemoteConnection?
"It is an important and popular fact that things are not always what they seem. For instance, on the planet Earth, man had always assumed that he was more intelligent than dolphins because he had achieved so much -- the wheel, New York, wars and so on -- whilst all the dolphins had ever done was muck about in the water having a good time. But conversely, the dolphins had always believed that they were far more intelligent than man -- for precisely the same reasons." - Douglas Adams
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform