Board index » delphi » CommandTimeOut in TADOQuery

CommandTimeOut in TADOQuery

Why is the CommandTimeOut property visible in TADOQuery? It's published in
TCustomADODataSet (the parent), but not in TADOQuery. I need to extend the
time out beyond the default 30 seconds.

Bruce

 

Re:CommandTimeOut in TADOQuery


Quote
>Why is the CommandTimeOut property visible in TADOQuery? It's published in
>TCustomADODataSet (the parent), but not in TADOQuery. I need to extend the
>time out beyond the default 30 seconds.

switch to a TadoDataset or TadoCommand component CommandTimeout works with those
components

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Re:CommandTimeOut in TADOQuery


I have already, but I still would like to know why TADOQuery doesn't expose
this property.

Bruce

"Brian Bushay TeamB" <BBus...@Nmpls.com> wrote in message
news:5g748ts4k01ljcm97li3sk0oah1e0t73l0@4ax.com...

Quote

> >Why is the CommandTimeOut property visible in TADOQuery? It's published
in
> >TCustomADODataSet (the parent), but not in TADOQuery. I need to extend
the
> >time out beyond the default 30 seconds.
> switch to a TadoDataset or TadoCommand component CommandTimeout works with
those
> components

> --
> Brian Bushay (TeamB)
> Bbus...@NMPLS.com

Other Threads