Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SPT Stored Procedure
Message
 
 
À
04/10/2005 20:42:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01056107
Message ID:
01056116
Vues:
13
I don't see why it shouldn't work as long as the corrent database is correct one. What exactly doesn't work? What error, if any, do you get?

>isdone=sqlexec(handle,"exec sp_extractproducts","abc")
>
>Using the above code to return a recordset into 'abc', from an SQL Server database does not seem to work.
>
>Any ideas would be appreciated.
>
>The stored procedure is as follows:
>
>CREATE PROCEDURE sp_extractproducts AS
>set nocount on
>select * from soldproducts where qty>0
>GO
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform