Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server stored procedure for newid()
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00275123
Message ID:
00275240
Views:
46
>=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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform