Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameter reference (calling Sergey)
Message
De
05/08/2004 06:30:18
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Parameter reference (calling Sergey)
Divers
Thread ID:
00930922
Message ID:
00930922
Vues:
75
I need to be able to dynamically reference a table name within an SQL stored procedure. For example:

CREATE Procedure ApplicationUserSelect1 @lnParam1 int, @lcTableName char
AS
set @lcTableName = 'V1System.dbo.ApplicationUser'
select a.* from #lcTableName a where a.User_ID = @lnParam1
GO

Firstly, I know this code doesn't work, this is purely for an example.

I'd like to be able to pass the Database.Table name into the procedure, as per the variable lcTableName, so that I can change the database location of the table from VFP (by simply passing it in to the SQL procedure).

Any ideas?

Regards

Derek
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform