![]() |
Sql Bağlı tabloda türkçe "iİıI" problemi - Baskı Önizleme +- AccessTr.neT (https://accesstr.net) +-- Forum: Microsoft Access (https://accesstr.net/forum-microsoft-access.html) +--- Forum: Access Cevaplanmış Soruları (https://accesstr.net/forum-access-cevaplanmis-sorulari.html) +--- Konu Başlığı: Sql Bağlı tabloda türkçe "iİıI" problemi (/konu-sql-bagli-tabloda-turkce-iiii-problemi.html) |
RE: Sql Bağlı tabloda türkçe "iİıI" problemi - berduş - 13/04/2020 String email adresi mi konunuzda buna benzer bir kontrol sistemi uygulamistik Sadece y yazdığınızda sonuç doğru mu? RE: Sql Bağlı tabloda türkçe "iİıI" problemi - accessman - 13/04/2020 evet araya "i" girince bozuluyor RE: Sql Bağlı tabloda türkçe "iİıI" problemi - berduş - 13/04/2020 Metin kutusuna "yi" yerine "y[iıİI]" yazmayı dener misiniz? RE: Sql Bağlı tabloda türkçe "iİıI" problemi - feraz - 13/04/2020 Resimdeki gibimi ayarlar bilgisayarın? RE: Sql Bağlı tabloda türkçe "iİıI" problemi - feraz - 13/04/2020 Ayrıca Sql içindeki sorguda Kod:
UCase(replace(Metin1.value, "ı", "I"), "i", "İ")) RE: Sql Bağlı tabloda türkçe "iİıI" problemi - accessman - 13/04/2020 (13/04/2020, 16:40)feraz yazdı: Resimdeki gibimi ayarlar bilgisayarın?evet bu şekilde (13/04/2020, 16:28)berduş yazdı: Metin kutusuna "yi" yerine "y[iıİI]"maalesef bu şekilde de olmadı (13/04/2020, 16:46)feraz yazdı: Ayrıca Sql içindeki sorgudamaalesef olmadı |