When is database idle after a next record ?
From: ed (edathome_at_sisac.com)
Date: 10/26/04
- Previous message: Jamie Burks: "Re: database trrigger and AdoDataset"
- Next in thread: Brian Bushay TeamB: "Re: When is database idle after a next record ?"
- Reply: Brian Bushay TeamB: "Re: When is database idle after a next record ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 26 Oct 2004 14:03:27 -0400
I have a main Database (MSSQL) that has 9 tables linked to it. Some of
these linked tables are large, so there can be a lag between when that main
table does a .Next and the linked tables show their data. I need to wait
until they catch up. This program only exports the data from databases, no
updating.
Current I'm pausing 1 second between records which works fine, but adds 1
minute to every 60 records I export.
I've tried:
If MyAdoTable.state = stFetching Then ImBusyStill := True;
When I compile I get:
Incompatible types: 'TDataSetState' and 'TObjectState'
Thanks,
Ed
D6E, ADO
- Previous message: Jamie Burks: "Re: database trrigger and AdoDataset"
- Next in thread: Brian Bushay TeamB: "Re: When is database idle after a next record ?"
- Reply: Brian Bushay TeamB: "Re: When is database idle after a next record ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|