Unix Technical Forum

Linked tables from Access97 in Sql7

This is a discussion on Linked tables from Access97 in Sql7 within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> does anyone know what kind of locks links in Access97 to tables in sql7 give? The tables in Sql ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > MS SQL ODBC

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 08:35 PM
Seven
 
Posts: n/a
Default Linked tables from Access97 in Sql7

does anyone know what kind of locks links in Access97 to
tables in sql7 give? The tables in Sql change very often.
I am very suspicious concerning reading these tables from
Access through links. Am I right?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-27-2008, 08:35 PM
Mary Chipman
 
Posts: n/a
Default Re: Linked tables from Access97 in Sql7

Are you talking about the schema changing on the SQL tables? Or just
the data? If schema, then you'll need to delete and recreate the links
because Access caches linked table schema info, and doesn't ever
refresh it. If data, then the default is to open a Dynaset, or keyset
cursor. If you want to eliminate the possibility of locks being held,
fetch data through pass-through queries, the results of which are
always read-only.

-- Mary
Microsoft Access Developer's Guide to SQL Server
http://www.amazon.com/exec/obidos/ASIN/0672319446

On Tue, 4 Nov 2003 07:40:14 -0800, "Seven"
<anonymous@discussions.microsoft.com> wrote:

>does anyone know what kind of locks links in Access97 to
>tables in sql7 give? The tables in Sql change very often.
>I am very suspicious concerning reading these tables from
>Access through links. Am I right?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:12 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com