How to search in vb.net dataset object with unicode

Z

zoneal

How do i search in vb.net dataset object with unicode. I've have
problem.

ds.tables("table1").select("Name like '" & (unicode) & "'")
 
C

Cor Ligthert

Zoneal,

When you are searching in the dataset than it is in memory.
Any String in memory is unicode, so there cannot be something extra.

However maybe I understand you wrong.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top