Symptom
- After updating column CLAIM_TYPE univarchar(100), retrieving the data using ISQL in Linux returns the correct output:
select CLAIM_TYPE FROM dbo.CLAIM_DETAILS WHERE CLAIM_DETAILS_ID = 'e812cd123512251320007312ab121a12'
go
CLAIM_TYPE
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
የውስጥ
(1 row affected) - However, the same select in DOS does not show the correct output:
select CLAIM_TYPE FROM dbo.CLAIM_DETAILS WHERE CLAIM_DETAILS_ID = 'e812cd123512251320007312ab121a12'
go
CLAIM_TYPE
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
???? ??? ???
Read more...
Environment
SAP Adpative Server (ASE)
SAP Software Developers Kit (SDK)
Product
SAP Adaptive Server Enterprise 15.7 ; SAP Adaptive Server Enterprise 16.0 ; SAP Adaptive Server Enterprise SDK 16.0 ; Sybase Software Developer Kit 15.7
Keywords
KBA , BC-SYB-ASE , Sybase ASE Database Platform (non Business Suite) , BC-SYB-SDK , SDK , How To
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.