• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 30635
  • Open Date : 2019/09/02 11:59
  • Print
NEW

[DataSpider Servista] How is the character code specified in the database adapter?

How does the database adapter specify character codes?
 
Category : 

Answer

The database adapter uses libraries such as JDBC drivers and ODBC data sources to read or write to the database. At this time, the database adapter does not convert the character code for input data and output data, or specify the character code for the library.
 
DataSpider Servista internally handles data in Unicode, passes data as it is to the library when writing data, and receives data as it is from the library when reading data.
 
Conversion to match the database character code is dependent on the specifications of the library. For more information, please check the specifications of the library.
 
If there is a problem such as garbled characters and the cause of the problem is not known from the library specifications, collect the results of the confirmed operation and the points that need to be investigated in the adapter specifications, and ask for inquiries.