Topic: Problem with ąężźńć..

When I input text with ą,ę,ż,ź,ń,ć in a field, whole text is CAPITAL in that field.

It's kind of bug...

Re: Problem with ąężźńć..

Hello,


Open the settings.ini file and write:

[DisableUpperCase]
Tablename.Fieldname1=
Tablename.Fieldname2=

Thus in these fields will be disabled for the conversion to a upper case.
but at the same time, these fields will not work caseless searching.

Dmitry.

3 (edited by caylea1 2014-07-09 21:55:22)

Re: Problem with ąężźńć..

Indeed, there are no more conversion whole text to capital and it looks like it should, but as you said, searching is lost....

I can't search with ą,ę,ż,ź,ń,ć (somethimes it works for 'ż') and those signs are almost everywhere.

So there is no other solution but choice: capital text or no broken searching?

Searching is more important than capital letters, it just look unprofessional for user when program makes capital everywhere when special letters appears and makes correct when those letters are not. sad

Re: Problem with ąężźńć..

Please download fixed sqlite3.dll file, copy to folder My Visual Database and project folder
http://myvisualdatabase.com/forum/misc. … download=1


After that you can search with ą,ę,ż,ź,ń,ć and witout capital text.
Please, let me know result.

Dmitry.

Re: Problem with ąężźńć..

Superb! big_smile

Works fine, looks fine.

Is there a line that covers all fields?

[DisableUpperCase]
all_fields_in_tables=

instead of:
[DisableUpperCase]
Tablename.Fieldname1=

If not, it's ok, qestion of time entering all fields, but the most important fhing is working sqlite3.dll!

THANKS FOR FAST REPLY! smile

Re: Problem with ąężźńć..

No, you should write all fields )

Dmitry.