AnyDAC Issues

From RemObjects Software

Jump to: navigation, search

This is the AnyDAC Issues reference page
Feel free to add your links to other appropriate new or existing topics below.


Unsolved

<none>


Unsolved with a Workaround

DataSet sorts non-English strings incorrectly

To fix the issue, do the following:

  • open AnyDAC\Source\uAD.inc
  • find the lines:

{$define AnyDAC_NOLOCALE_DATA}   // define, to use binary data comparision
{$define AnyDAC_NOLOCALE_META}   // define, to use binary metadata comparison
  • comment them out
  • save the file and recompile your application

Note: if you are only working with English (ASCII) texts, then ensure that the above lines are uncommented. That speeds sorting and finding operations considerably.


"Cannot parse name" on select * from "c:\db.mdb".MyTable

Three alternative workarounds:

  • Replace '"' with '[' and ']' - select * from [c:\db.mdb].MyTable
  • Exclude fiMeta from ADQuery.FetchOptions.Items
  • Upgrade to 2.0.1.287

Solved

<none>


Product: RemObjects AnyDAC
Current version: AnyDAC 2.0

GlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools