Note that there are some explanatory texts on larger screens.

plurals
  1. POMysql latin1 turkish data and delphi 2010 utf8
    primarykey
    data
    text
    <p>I have tables collating latin1_general_ci and have turkish character values. And i can use this data on delphi 7+zeos with no problem. but i want to upgrade my delphi to 2010 version but zeos too slow as i saw. so i want to use odbc+ado or dbexpress solution. </p> <p>dbexpress solution works fine , display my data as entered and write as entered table without any change to column charset. but dbexpress has problems as i saw. for example when i select * from table which has column types as varchar,decimal,int,tinyint,text give av errors on xp systems. vista and 7 does not give any error and work fine(not fully tested). </p> <p>in xp systems access violation trace is the access violation debug trace is </p> <p>|7C9010E0|ntdll.dll | | |RtlLeaveCriticalSection | |</p> <p>|7E419239|USER32.dll | | |CharUpperBuffW | |</p> <p>|7E419216|USER32.dll | | |CharUpperBuffW | |</p> <p>|7C80CED0|kernel32.dll| | |LCMapStringW | |</p> <p>|7C910380|ntdll.dll | | |RtlImageNtHeader | |</p> <p><strong>|7C903247|ntdll.dll | | |RtlConvertUlongToLargeInteger| |</strong></p> <p>|7C90E485|ntdll.dll | | |KiUserApcDispatcher | |</p> <p>|009A631E|Project1.exe|Unit1.pas |TForm1|Button1Click |110[37]|</p> <p>ado solution(dbgo) works fine but its not show my data as entered.its want everything be utf. but i don't want to convert my data to utf before test everything. how can i see my data as entered and write client side utf and store latin1(as zeos or dbexpress do).</p> <p>i was tried many other options. eg. mysql side collation and charset parameters.</p> <p>sorry for my bad english. i hope someone understand me.</p> <p>thanks.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload