Re: CommandTimeout - TDataSetProvider/TADOQuery
From: FaithNoMore (carlos.rodrigues_at_recall.com)
Date: 07/07/04
- Next message: Brian Bushay TeamB: "Re: CommandTimeout - TDataSetProvider/TADOQuery"
- Previous message: FaithNoMore: "Re: can u solve this problem...."
- Next in thread: Brian Bushay TeamB: "Re: CommandTimeout - TDataSetProvider/TADOQuery"
- Reply: Brian Bushay TeamB: "Re: CommandTimeout - TDataSetProvider/TADOQuery"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 7 Jul 2004 11:41:29 -0300
Is there any pack or update to solve this timeout problem with TadoQuery in
D5?
"Brian Bushay TeamB" <BBushay@Nmpls.com> escreveu na mensagem
news:m4d4e0dg3uq932jridopgl12b48oup7e1a@4ax.com...
>
> >I have a provider linked to a TADOQuery. The property ResolveToDataSet is
false (in this case it canīt be true), so it will use TSQLResolver to update
de Database. The TSQLResolver uses the TCustomADODataSet.PSExecuteStatement
to execute the SQL statements. The problem is that this method doesnīt use
the CommandTimeout value of the TADOQuery. So if a statement takes more than
30s to execute a "TimeOut Expired" exception will be thrown. Does anyone
know how can i change the Time Out for this meth
> >od?
> What version of Delphi are you using? CommandTimeout doesn't work with
> TadoQuery in D5. The workaround is to use TadoDataset
> --
> Brian Bushay (TeamB)
> Bbushay@NMPLS.com
- Next message: Brian Bushay TeamB: "Re: CommandTimeout - TDataSetProvider/TADOQuery"
- Previous message: FaithNoMore: "Re: can u solve this problem...."
- Next in thread: Brian Bushay TeamB: "Re: CommandTimeout - TDataSetProvider/TADOQuery"
- Reply: Brian Bushay TeamB: "Re: CommandTimeout - TDataSetProvider/TADOQuery"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|