Hello
I guess I have spotted a bug in MyDAC.
I have a query: 'SELECT distinct id FROM table' and for that query Options.QueryRecCount=True
So when I open he query it does not include COUNT(distinct id) rather it makes it 'SELECT COUNT(*) FROM table' which is wrong
Options.QueryRecCount=True with distinct bug
-
GuzunNicolae
- Posts: 78
- Joined: Wed 17 Jan 2007 14:16