Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote view TOP n with n as a param
Message
De
18/11/2013 14:33:55
 
 
À
18/11/2013 00:03:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01588219
Message ID:
01588283
Vues:
28
>Charles, I tend to doubt this will help - so consider this a "Hail Mary" attempt....but it's the only thing I can think of.
>
>In SQL Server, this doesn't work...
>
>
>declare @RowsToGet int
>set @RowsToGet = 10
>select top @RowsToGet  * from SomeTable
>
>However, this does (requires parenthesis around the parameter variable for SQL to evaluate it)
>
>
>declare @RowsToGet int
>set @RowsToGet = 10
>select top (@RowsToGet)  * from SomeTable
I've been trying to get this to work with ODBC and SPT but if i read the VFP docs correctly a param can't be part of a SELECT statement. Anyway. so far no luck but I'm not sure it is critical to the app and seems like kind of a half assed approach to do in on the back end when it is a VFP app and the potential result set is really small anyway.


Charles Hankey

Though a good deal is too strange to be believed, nothing is too strange to have happened.
- Thomas Hardy

Half the harm that is done in this world is due to people who want to feel important. They don't mean to do harm-- but the harm does not interest them. Or they do not see it, or they justify it because they are absorbed in the endless struggle to think well of themselves.

-- T. S. Eliot
Democracy is two wolves and a sheep voting on what to have for lunch.
Liberty is a well-armed sheep contesting the vote.
- Ben Franklin

Pardon him, Theodotus. He is a barbarian, and thinks that the customs of his tribe and island are the laws of nature.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform