Error converting data type DBTYPE_DBTIMESTAMP to datetime

  • Hi everyone, Im a newbie here.

    I have created a linked server on SQL Server 2005 to access data from visual foxpro database. I execute a query "Select * from OpenQuery(members, 'Select * from memfile')" but Im getting an error message: Error converting data type DBTYPE_DBTIMESTAMP to datetime.

    How can i retrieve the data from the query? Can anyone please help me or give me an example syntax. I urgently need it in my project. Thank you.

  • The TIMESTAMP data type of SQL Server is not equivalent to DATETIME.

    It is equivalent to BINARY(8).

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply