dbTalk Databases Forums  

Linked Server and FilemakerPRO

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Linked Server and FilemakerPRO in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Martin
 
Posts: n/a

Default Linked Server and FilemakerPRO - 04-02-2007 , 05:31 AM






I want to use Filemaker PRO/Server as a linked server in SQL Server (2000)
I have a ODBC Driver (DataDirect ODBC 5.4) for Filemaker database

When I run a query using the linked server and the selected columns are
text-fields from Filemaker, I get the following error:

Server: Msg 7341, Level 16, State 2, Line 1
Could not get the current row value of column
'[MSDASQL].fld_articleoption1' from the OLE DB provider 'MSDASQL'.
[OLE/DB provider returned message: Requested conversion is not supported.]
OLE DB error trace [OLE/DB Provider 'MSDASQL' IRowset::GetData returned
0x80040e1d].

When I use only numeric fields or datefields in my query, the query gives
normal result. So the problem is only with text-fields.

select * from openquery(FM, 'SELECT id_article, fld_articleoption1 FROM
Articles WHERE id_article < 97')

I searched all over the internet, but nowhere there is an answer for this
problem.

Anyone can help me?

Thanks

Martin

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.