Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting SingleUser
Message
De
20/03/2002 13:06:36
 
 
À
20/03/2002 12:50:08
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Divers
Thread ID:
00633529
Message ID:
00635106
Vues:
19
Thanks for the congrats. Everybody is doing great.

Something else must be in play here. The SET NOCOUNT didn't make a difference, I'm still not seeing a result cursor in VFP. I've tried the following cases in the same context, and all return a result set in VFP as expected:

1. simple select from table with result set
2. Single batch command resulting in multiple results
SQLEXEC(nHandle, "exec sp_help_maintenance_plan plan_name", 'csrResult')
3. multiple batch command resulting in multiple results
SQLEXEC(nhandle, "exec select * from table1;select * from table2", 'csrResult')

For some reason this other command is not returning a result set. If it's not obvious, I'll play with it awhile to see if I can figure it out.

thanks again.

jim
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform