Subject | Re: [firebird-support] Crystal sorting problem when "-" is included, from firebird DB? |
---|---|
Author | bill_lam |
Post date | 2006-06-30T01:42Z |
Chris Voronin wrote:
In SQLServer or Access, some special characters such as '-' are not counted in
index. so it become sorted or selected as
equal for search textual data.
regards,
bill
> I don't know if anyone ever ran into this, but hopefully someone can shedAre you running Firebird? Or this also a feature of Firebird I don't know.
> some light onto this for me:
>
> When selecting via IBOConsole here is the order. (SELECT ID from EXAMS)
> BX
> BX-CB
> M-ADD
> M-SCR
> MRI
> MSCR
>
> But when selection is done via crystal reports then its:
> BX
> BX-CB
> M-ADD
> MRI
> MSCR
> M-SCR
In SQLServer or Access, some special characters such as '-' are not counted in
index. so it become sorted or selected as
> BXIt said this feature allows words like 'un-install' and 'uninstall' becomes
> BXCB
> MADD
> MRI
> MSCR
> MSCR
equal for search textual data.
regards,
bill