P
Pooja Budhraja
Hi
I am trying to execute this query in sql server.Our linked server is Access
2000 database.
SELECT a.PID, b.BSD
FROM compassdb...Order_PhoneNumber a LEFT JOIN
compassdb...Order_TrackingDates b
ON (a.OIDStart = b.OID) AND (a.[IN] = b.[IN]) and b.BSD <> Null
I think the problem is with BSD which is of datetime data type in Access.
The error that I get is :
"Error converting data type DBTYPE_DBTIMESTAMP to DATETIME"
Thanks
Pooja
I am trying to execute this query in sql server.Our linked server is Access
2000 database.
SELECT a.PID, b.BSD
FROM compassdb...Order_PhoneNumber a LEFT JOIN
compassdb...Order_TrackingDates b
ON (a.OIDStart = b.OID) AND (a.[IN] = b.[IN]) and b.BSD <> Null
I think the problem is with BSD which is of datetime data type in Access.
The error that I get is :
"Error converting data type DBTYPE_DBTIMESTAMP to DATETIME"
Thanks
Pooja