LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ActiveX Recordset Charset

Hi,

 

I am a problem  with select to database. I use the ActiveX ADO_Recordset GetString. 

 

The problem is with ż and ł, on my database is just, but with the select come z and l.

 

How is the problem?

 

Its work with excel.

 

Thank

 

Clecle

0 Kudos
Message 1 of 3
(3,088 Views)

I'm guessing that the ActiveX GetString method is returning ASCII. I don't think you can set/change that.

 

I've used the GetString method for years, but I haven had to work with unicode.

 

You may need to query the DB with a different method to get the unicode data:

 

http://ni.lithium.com/t5/LabVIEW/Database-query-of-unicode-string-returns-Ascii/m-p/1197625/highligh...

 

0 Kudos
Message 2 of 3
(3,080 Views)

Hi, Thanks for your reply.

 

I Have tested with .NET connector but I Have an Error

 

ScreenShot143.png

 

I don't understand who is the driver?

 

 

0 Kudos
Message 3 of 3
(3,058 Views)