Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linkserver with a photo field
Message
From
23/08/2008 10:28:14
Issam Mansour
Jordan Business Machines
Amman, Jordan
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Linkserver with a photo field
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01341322
Message ID:
01341322
Views:
47
Hi,

I have create a linkserver to read a vfp file with a photo field, the name and file STRUCTURE of vfp as follows:-

/*
ITEMPHOTO TABLE STRUCTURE
VFP: (ITEM_NO CHAR(10),ITEMPHOTO GENERAL)
SQL: (ITEM_NO CHAR(10),ITEMPHOTO IMAGE)
*/

The link server as follows:-

--EXEC SP_ADDLINKEDSERVER
-- @SERVER = N'FOX2', -- YOUR LINKED SERVER NAME HERE
-- @SRVPRODUCT=N'VISUAL FOXPRO 9', -- CAN BE ANYTHING
-- @PROVIDER=N'VFPOLEDB',
-- @DATASRC=N'"C:\BTM\123\DATA1.DBC"'
--EXEC SP_ADDLINKEDSRVLOGIN 'FOX2'

After the server is created i checked to read the file without the photo field it is he read the file with no error, but with the photo field i have the below error :-

SELECT item_no,photo FROM OPENQUERY(FOXPRO,'SELECT item_no,photo FROM ITEMPHOTO')
the error message as follows:-

Msg 7399, Level 16, State 1, Line 1
The OLE DB provider "VFPOLEDB" for linked server "FOXPRO" reported an error. The provider ran out of memory.
Msg 7330, Level 16, State 2, Line 1
Cannot fetch a row from OLE DB provider "VFPOLEDB" for linked server "FOXPRO".


best regards
Next
Reply
Map
View

Click here to load this message in the networking platform