Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to update dbf from Openrowset?
Message
From
19/12/2008 10:51:12
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
How to update dbf from Openrowset?
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01368838
Message ID:
01368838
Views:
126
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)
Next
Reply
Map
View

Click here to load this message in the networking platform