Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing a parameter to stored procedure
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00544339
Message ID:
00544832
Vues:
16
>Sergey,
>
>Your suggestion worked. I also had to change the line containing the SQLEXEC() function to:
>
>nSQLExec = SQLExec(nConn, "{Call RKR_GetShifts ( '"+ Allt(cCalDate1) + "')}")
>
>Hope this is helpful to you or someone else.
>
>Thanks for your help...
>
>Keith Robinson

I call stored procedures the SQL Server way
nSQLExec = SQLExec(nConn, "EXEC RKR_GetShifts '"+ Allt(cCalDate1) + "'"
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform