Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to update dbf from Openrowset?
Message
De
19/12/2008 15:56:49
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
19/12/2008 10:51:12
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01368838
Message ID:
01368923
Vues:
15
>
>SELECT I1.*
>    ,I2.WinterTires2 
>FROM OPENROWSET('VFPOLEDB',
>    '\\SomeMachine\SomeDriveTable1.dbf';
>     '';
>     '',
>     'SELECT Cast(Mva AS Integer) AS Mva, 
>        WinterTires1
>      FROM Table1') I1
>INNER JOIN [dbo].[Table2] AS I2
>    ON I1.Mva = I2.Mva
>
>
>Now I need to update the values I1.WinterTires1 (the dbf) with I2.WinterTires2 (Sql server)
>
>The closest I get returns:
>
>OLE/DB Provider 'VFPOLEDB' IRowsetChange::QueryInterface returned 0x80004002: IRowsetChange]
>
>Help is much appreciated.
>
>I've tried Google, BTW
>
>Regards

Peter,
Update command in openrowset() errors but works despite the error. I would however use a CLR procedure if I had to update from within SQL server.
select * from openrowset('VFPOLEDB', 
 'c:\myPath\testdata.dbc';'';'',
  'update customer set contact="Ana TrujilloXX" where cust_id = "ANATR"')
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform