Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can you name stored procedure cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00236166
Message ID:
00236178
Vues:
13
>I am using a SQLEXEC command to execute a SQL Server stored procedure on the server. It returns a cursor called SQLRESULT. Is there a way to give this cursor a name when it is returned from the server? I am able to do this with SQLEXEC select statements, but it didn't work when executing the stored procedure?
>
>Thanks,
>Doug
Just specify cursor's name.
=SQLEXEC(lnHandle, 'SELECT * FROM tabl1', 'curname')
Mark
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform