Access vs Visual Basic (Language Issue)

S

[SolarAngel]

I have database in access and made some interface for populating database, cause we needed something fast to do it and had no time
to make it in vb.

And I had Serbian (Latin) characters entered into this dabase and showing in Access forms well.

But now when I need to make program in VB, ADO fields does not return me Serbian (Latin) specific characters it returns me English
(US) replacements.

I do have installed Serbian (Latin) on system but Default language is English (US). (and I must not switch default language to
Serbian (Latin))

hopeless for now I am sure that something in ado is done wrong, but still I can find out what, characters entered directly in vb are
displaying Serbian (Latin)!

for example:
text1.text = "sdcczSDCCZ" ' works
but this doesn't work
text1.text = rs!Title ' it returns me sdcczSDCCZ in rs!Title

Thanks

[SolarAngel]
 

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

Top