Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Good day to all! I faced with another problem on SQLAnywhere 16. Query which contains cyrillic constants returns x1Ax1A (Substitute characters) in .NET application using iAnywhere.Data.SQLAnywhere.v4.0 provider. Its .net provider bug?

SELECT 'ТЕКСТ НА РУССКОМ' FROM DBA.address

Result:

xA1xA1xA1xA1xA1 xA1xA1 xA1xA1xA1xA1xA1xA1xA1

Executing this query through Interactive SQL returns what I need:

ТЕКСТ НА РУССКОМ

Environment information: SQL Anywhere 16.0.0.1915 iAnywhere.Data.SQLAnywhere.v4.0.dll 16.0.0.19154

An important observation: if connect with SQLAnywhere.v4.0.dll 16.0.0.19154 provider to ASA9 server, all works fine but problem xA1xA1xA1xA1xA1 still remains, on the basis of what I expect a problem with the driver. Any help would be useful! Thnx! Sorry for my english!

asked 11 Jun '14, 02:45

NIBERIUM's gravatar image

NIBERIUM
1943814
accept rate: 40%


Problem was solved! dbicu16.dll and dbicudt16.dll was missing on client machine!

permanent link

answered 11 Jun '14, 03:48

NIBERIUM's gravatar image

NIBERIUM
1943814
accept rate: 40%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×260
×76
×43

question asked: 11 Jun '14, 02:45

question was seen: 2,413 times

last updated: 11 Jun '14, 03:48