Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SP assistance
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01077667
Message ID:
01078014
Vues:
24
>
>CREATE PROC... @ID ...
>
>SELECT binaryField FROM MASTER WHERE id=@ID
>
>SELECT binaryfield FROM CHILD WHERE FK=@ID
>
>
>
>With VFP the SQLEXEC() ( sync mode ) return 2 and create 2 cursors.
>With .NET you can use a DataSet ....
>
>>How about using 42 OUTPUT fields?
>
>You can but it is another wrong solution.

Fabio,
Thanks for your input. I value your advice. I have decided to go with the one dataset using UNION ALL, speed-wise it seems really fast.

Einar
Semper ubi sub ubi.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform