Hello everybody,
In my apps I use MSDE and I want detect all chanege in one table (most
inportant is INSERT). This table is very long (over 50000 records). I want
very fast refresh data in my DataSet.

Thx Pawel

Re: Detect change in DataBase by Cowboy

Cowboy
Mon May 02 06:53:02 CDT 2005

To "detect" changes, set up a trigger on the table. This will not add a lot
of weight. For refresh, you may need to add an index or two, depending on
your query.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
"PawelR" <pawelratajczak@poczta.onet.pl> wrote in message
news:elv6TxwTFHA.3544@TK2MSFTNGP12.phx.gbl...
> Hello everybody,
> In my apps I use MSDE and I want detect all chanege in one table (most
> inportant is INSERT). This table is very long (over 50000 records). I want
> very fast refresh data in my DataSet.
>
> Thx Pawel
>



Re: Detect change in DataBase by PawelR

PawelR
Mon May 02 07:03:45 CDT 2005

Thanks Gregory,
I don't wont non stop "ask" database I wont connect to db only if table is
changed.
Pawel


U¿ytkownik "Cowboy (Gregory A. Beamer)" <NoSpamMgbworld@comcast.netNoSpamM>
napisa³ w wiadomo¶ci news:e6yHf2wTFHA.1148@tk2msftngp13.phx.gbl...
> To "detect" changes, set up a trigger on the table. This will not add a
> lot of weight. For refresh, you may need to add an index or two, depending
> on your query.
>
> --
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
>
> *************************************************
> Think outside the box!
> *************************************************
> "PawelR" <pawelratajczak@poczta.onet.pl> wrote in message
> news:elv6TxwTFHA.3544@TK2MSFTNGP12.phx.gbl...
>> Hello everybody,
>> In my apps I use MSDE and I want detect all chanege in one table (most
>> inportant is INSERT). This table is very long (over 50000 records). I
>> want very fast refresh data in my DataSet.
>>
>> Thx Pawel
>>
>
>