Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update with OpenQuery
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Update with OpenQuery
Versions des environnements
SQL Server:
SQL Server 2005
Application:
Desktop
Divers
Thread ID:
01392295
Message ID:
01392295
Vues:
86
I access from SQL to VFP data. I have created a linked server and i wrote a stored procedure with a command like this

UPDATE OPENQUERY(VFP, 'SELECT Ido, Ccf FROM myTable WHERE Ido=16949') Set Ccf='ABC'

When i execute this stored i see in messages windows of sql server that all commands have been executed but if i requery the data the column ccf has not been modified.

I am very new to sql server, where is my error ?

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform