Hello,
I have a strange result with this :
Cursor1 = SQL1.ExecQuery("SELECT numeroBoite, nomSociete, nomContact, email, qrcode, derniereNotification FROM clients ORDER BY nomSociete ASC")
the order is :
O...
a...
b...
c...
d...
Why the o is different of O
How can i resolve this if users write maj and no maj text ?
I have a strange result with this :
Cursor1 = SQL1.ExecQuery("SELECT numeroBoite, nomSociete, nomContact, email, qrcode, derniereNotification FROM clients ORDER BY nomSociete ASC")
the order is :
O...
a...
b...
c...
d...
Why the o is different of O
How can i resolve this if users write maj and no maj text ?