Re: Proper way of using ctDynamic cursortype on network with MS Access
- From: "Ginna Lewis" <ginna_lewis@xxxxxxxxxxx>
- Date: Thu, 21 Sep 2006 11:51:21 +0200
Thanks for the link, as far as I can figure out, MS Access doesn't even
support such dynamic way of refreshing records through network. I'm
converting an old Paradox database and it seems I'll have to change all
ADOTable components to ADODataset ones to get the ctKeyset capability which
is an improvement over ctStatic. However even that won't enable the
application to instantly see any updates through the network, can you
recommend a database system which would do exactly that, the database is
some 10000 records in size, few get changed over day but those need to be
visible to all users so no duplicate entries or other errors appear.
Thank you for your reply,
Ginna.
"Brian Bushay TeamB" <BBushay@xxxxxxxxx> wrote in message
news:1t14h2tonuh74abn9jmpdm8o67kap17vn4@xxxxxxxxxx
I would like to establish such a configuration of database cursors whereAccess does not support dynamic cursors
all
users could view "instantly" any changes made by other users on the
network.
I'm using MS Access and have tried many combinations already but I always
get my cursor set to either ctStatic or I get the "Provider doesn't
support
this inerface..." error. Can you please tell me of the fastest way to set
up
by database system so changes would be visible to all users. Does MS
Access
support a dynamic cursor at all and do I use TAdotable or TAdodataset?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnima01/html/ima0501.asp
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: Proper way of using ctDynamic cursortype on network with MS Access
- From: Brian Bushay TeamB
- Re: Proper way of using ctDynamic cursortype on network with MS Access
- References:
- Proper way of using ctDynamic cursortype on network with MS Access
- From: Ginna Lewis
- Re: Proper way of using ctDynamic cursortype on network with MS Access
- From: Brian Bushay TeamB
- Proper way of using ctDynamic cursortype on network with MS Access
- Prev by Date: Delphi 6 - ADO - MS SQL Server
- Next by Date: Re: ADO exception with character combination inside string...
- Previous by thread: Re: Proper way of using ctDynamic cursortype on network with MS Access
- Next by thread: Re: Proper way of using ctDynamic cursortype on network with MS Access
- Index(es):
Relevant Pages
|