Dear All,
Have create a linked server from SQL 2000 to Informix using ODBC data source and it is fine.
The problem is, when I try execute a SELECT statement i.e. 'SELECT mtime,mDate From Table1' it popus with following error message.
'Error converting data type DBTYPE_DBTIMESTAMP to DateTime'
After excluding of 'mTime' from the SELECT statement it works well.The FiledType of mTime in Informix is 'DateTime Hour To Minute'
How can I read that particualr field ?. I tried with Convert using Varchar, DateTime etc... but it doesn't work.
Is it informix Driver problem ?.
Any tips/advise shall higly be appreciated.
Thanks in advance
Regards,
Ahmed
Have create a linked server from SQL 2000 to Informix using ODBC data source and it is fine.
The problem is, when I try execute a SELECT statement i.e. 'SELECT mtime,mDate From Table1' it popus with following error message.
'Error converting data type DBTYPE_DBTIMESTAMP to DateTime'
After excluding of 'mTime' from the SELECT statement it works well.The FiledType of mTime in Informix is 'DateTime Hour To Minute'
How can I read that particualr field ?. I tried with Convert using Varchar, DateTime etc... but it doesn't work.
Is it informix Driver problem ?.
Any tips/advise shall higly be appreciated.
Thanks in advance
Regards,
Ahmed