WBIMB v5.05 , Win 2000 fixpack 4,oracle 8.1. When trying to select a column from databese i am getting error "SQL State 'IM001' SQL Native Error Code '0' SQL Error Text '[Microsoft][ODBC Driver Manager] Driver does not support this function' ". My code looks like..
DECLARE CH_TARGET_CODE CHARACTER;
SET CH_TARGET_CODE = THE (SELECT ITEM A.TARGET_CODE
FROM Database.EAI.TABLE_SAP AS A
WHERE A.SOURCE_SYSTEM = 'MFGPRO'
AND A.TARGET_SYSTEM = 'SAP'
AND A.TRANS_TYPE = 'CUSTOMER'
AND A.SOURCE_CODE = '1234');
plz let me know where I am going wrong.. _________________ Thanks and Warm Regards
Sourav
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum