Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Don't want those messages
Message
 
To
23/02/2000 14:10:46
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00336181
Message ID:
00337566
Views:
12
>Doggone it, I killed this one months ago and now can't figure out what I did. Try setting the "DispWarnings" SQL property to False.
>
>>
>>>Try SET NOTIFY OFF
>>

DispWarnings will only get rid on non-trappable warnings that come from your ODBC driver. To see an example, make a connection to a Access database through ODBC. Once you connect to get data, you'll get a message (if DispWarnings is .T.) that says something like "can't set asynchronous property" because the Access driver doesn't support it.

Therefore, I wouldn't expect this setting to make much difference.

One thing about this thread: did anyone check or try turning off asynchronous execution? That message is only supposed to appear when the query is actually cancelable (is that a word? <g>) and that's only supposed to be true when the query is running asynchronously.
-Chuck Urwiler, MCSD, MCDBA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform