Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server stored procedure for newid()
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00275123
Message ID:
00275240
Vues:
38
>=SQLEXEC(lnHandle, "sp_NewID" + lcBaseTable, "newid")
>
>So the table name is part of the stored procedure name and is not a parameter.
>Mat

You might want to check with Kevin and see if that may supposed to be:

=SQLEXEC(lnHandle, "sp_NewID " + lcBaseTable, "newid")

cause I can't see writing a SP for every table, but I can see writing ONE that accepts the tablename as a parameter.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform