Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Capturing the output clause
Message
 
 
À
11/08/2009 13:53:25
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgie, États-Unis
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
OS:
Vista
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01417348
Message ID:
01417365
Vues:
41
>Naomi,
>The declare statement does not work for me. I am running straight VFP 9 without the SPs, could that be the reason?
>
>Calvin

How exactly you're trying it, can you show some code? Also, what is your driver used in connection string?

Try for tests now
declare @T table(test varchar(max))
insert into @T ('Test')
select * from @T
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform