Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No Result Set has been returned by the server
Message
From
08/02/2001 10:22:56
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00473854
Message ID:
00473973
Views:
19
>Hi!
>
>It seems this is a warning message. Try to turn off warnings by following command:
>
>=SQLSetProp(0, 'DispWarnings', .F.)
>
>as default for all future connections or, for particular connection -
>
>=SQLSetProp(m.nConnectHandle, 'DispWarnings', .F.)
>
>HTH.

Vlad,

This didn't work also.
However it led me to try diferent connection properties.
If I set the BatchMode to .F. the statement executes ok without error.


Then I have to execute sqlcancel because the connection is waiting another result set (that doesn't exists and thats causing the error)

So the problem is solved. I think thios happens because of the particular construcion that someone used in biuld the trigger of the table being inserted.

Thanks a lot for your help Vlad.
Previous
Reply
Map
View

Click here to load this message in the networking platform