Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No Result Set has been returned by the server
Message
De
08/02/2001 10:22:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00473854
Message ID:
00473973
Vues:
20
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform