 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Sasan Guest
|
Posted: Mon Feb 20, 2006 10:03 pm Post subject: TADOTable Filter ? |
|
|
Hello,
I use TADOTable and set user define items in filter propertis:
ADOTable1->Filter = "Name LIKE '*n*' "; // Thats work fine
BUT
ADOTable1->Filter = "Name NOT LIKE '*n*' "; // NOT Work and got Exception
Exception : " Argument are of the wrong type, are out of acceptable range,
or are in conflit with one another"
???
Best Regards,
m.t |
|
| Back to top |
|
 |
Vladimir Stefanovic Guest
|
Posted: Mon Feb 20, 2006 11:03 pm Post subject: Re: TADOTable Filter ? |
|
|
I suppose that this Q is more likely to be posted in ADO group.
AFAIK, the Filter never had the full set of features.
For what you want I'd use TADOQuery.
--
Best Regards,
Vladimir Stefanovic |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|