Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Access Spt Cursor in Vfp
Message
 
À
19/02/2006 03:00:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01097380
Message ID:
01097381
Vues:
16
Hi Abdulla,
take a look at message#876903.


>Dear experts,
>
>I want to store Result to a Cursor Based on certain Condition from Sql Server
>using Sql Stored Procedure and result should be accessible in Vfp.
>I tried in this way but no result
>
>CREATE PROCEDURE dbo.TrsTbl1
>
>@JobCur CURSOR VARYING OUTPUT
>
>As
>SET @JobCur = CURSOR FOR
>Select * From TrsTbl
>OPEN @JobCur
>GO
>----------------------------------------
>x=SQLExec(ConHnd,'{call dbo.TrsTbl1((?@lcValue1 output)}')
>
>Thanks in advance
>
>Abdulla
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform