| View previous topic :: View next topic |
| Author |
Message |
Alan T Guest
|
Posted: Wed Apr 18, 2007 8:11 am Post subject: TADOQuery FilterOptions |
|
|
How do I make ADOQuery not unidirectionaly ?
I want to set the FilterOptions property of my ADOQuery. |
|
| Back to top |
|
 |
Brian Bushay TeamB Guest
|
Posted: Thu Apr 19, 2007 5:45 am Post subject: Re: TADOQuery FilterOptions |
|
|
| Quote: | How do I make ADOQuery not unidirectionaly ?
I want to set the FilterOptions property of my ADOQuery.
|
In its default configuration an AdoQuery uses a client side cursor which is not
unidirectional.
What are you using for property settings?
--
Brian Bushay (TeamB)
Bbushay (AT) NMPLS (DOT) com |
|
| Back to top |
|
 |
Alan T Guest
|
Posted: Fri Apr 20, 2007 8:11 am Post subject: Re: TADOQuery FilterOptions |
|
|
I want to set the Filter property for searching or filtering.
Yes, my ADOQuery component is cliend side cursor but the runtime exception
says not supported.
"Brian Bushay TeamB" <BBushay (AT) Nmpls (DOT) com> wrote in message
news:poed23t9e98u3oiqqn5effst9nihs85fjk (AT) 4ax (DOT) com...
| Quote: | How do I make ADOQuery not unidirectionaly ?
I want to set the FilterOptions property of my ADOQuery.
In its default configuration an AdoQuery uses a client side cursor which
is not
unidirectional.
What are you using for property settings?
--
Brian Bushay (TeamB)
Bbushay (AT) NMPLS (DOT) com |
|
|
| Back to top |
|
 |
Brian Bushay TeamB Guest
|
Posted: Sat Apr 21, 2007 5:45 am Post subject: Re: TADOQuery FilterOptions |
|
|
| Quote: | I want to set the Filter property for searching or filtering.
Yes, my ADOQuery component is cliend side cursor but the runtime exception
says not supported.
|
You haven't told use what database you are using
You haven't told use what properties your AdoQuery is set to and you haven't
included the error message.
Do you really expect to get any help?
--
Brian Bushay (TeamB)
Bbushay (AT) NMPLS (DOT) com |
|
| Back to top |
|
 |
Alan T Guest
|
Posted: Mon May 14, 2007 7:55 am Post subject: Re: TADOQuery FilterOptions |
|
|
Sorry, my problem was solved in my another thread now.
"Brian Bushay TeamB" <BBushay (AT) Nmpls (DOT) com> wrote in message
news:g9ni23d2c551lhuo11024bv3lqeg31uku2 (AT) 4ax (DOT) com...
| Quote: |
I want to set the Filter property for searching or filtering.
Yes, my ADOQuery component is cliend side cursor but the runtime exception
says not supported.
You haven't told use what database you are using
You haven't told use what properties your AdoQuery is set to and you
haven't
included the error message.
Do you really expect to get any help?
--
Brian Bushay (TeamB)
Bbushay (AT) NMPLS (DOT) com |
|
|
| Back to top |
|
 |
|