Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to update dbf from Openrowset?
Message
De
19/12/2008 10:51:12
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
How to update dbf from Openrowset?
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:
01368838
Vues:
125
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 Pirker


Whosoever shall not fall by the sword or by famine, shall fall by pestilence, so why bother shaving?

(Woody Allen)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform