Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Microsoft Access > Re: locked tabl...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 3 of 5 Topic 30211 of 31596
Post > Topic >>

Re: locked table records on sql 2005 using access97 query

by Rich P <rpng123@[EMAIL PROTECTED] > May 13, 2008 at 06:25 PM

Hi Roger,

The problem you are having is with the ODBC connection.  ODBC
connections are continuous, thus, you will have record locking issues,
contention issues, and all sorts of other issues because of this
continuous connection.  The fix is to not have a continous connection.
This is achieved by pulling the data you want to read into the local mdb
into a local table.  You could use an append query to append (Insert
Into) records from the view to your local table, but a more reliable
method would be to use ADO.  

ODBC is old technology and it was pretty state of the art when
everything was small.  But, as data processing operations have evolved,
the demands are exceeding what ODBC (and Access altogehter) was
originally designed for.  The current-permanent fix for all this (in the
Microsoft environment) is to migrate to disconnected data processing of
.Net (for data processing operations that involve servers - especially
the newer ones like sql server 2005 and higher).

Rich

*** Sent via Developersdex http://www.developersdex.com
***
 




 5 Posts in Topic:
locked table records on sql 2005 using access97 query
Roger <lesperancer@[EM  2008-05-09 07:05:28 
Re: locked table records on sql 2005 using access97 query
Roger <lesperancer@[EM  2008-05-13 09:20:47 
Re: locked table records on sql 2005 using access97 query
Rich P <rpng123@[EMAIL  2008-05-13 18:25:35 
Re: locked table records on sql 2005 using access97 query
"Rick Brandt" &  2008-05-13 18:46:52 
Re: locked table records on sql 2005 using access97 query
Roger <lesperancer@[EM  2008-05-14 08:15:30 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Dec 5 11:49:25 CST 2008.