Re: Duplicating data in continuous subform linked to SQL
- From: "mcarlyle via AccessMonster.com" <u6592@uwe>
- Date: Wed, 24 Sep 2008 17:37:49 GMT
The problem ended up being a primary key.... Not sure how to answer your
questions properly; however, I am using an Access front end with ODBC linked
tables to a SQL 2008 DB that was upsized with Access 2003 to SQL 2005 then
backed up and restored int SQL 2008. Everything seems to be working properly
after I added primary keys to all the tables that did not have them.
Sylvain Lafontaine wrote:
The first thing would be to tell us if you are using an MDB or ACCDB file
with ODBC linked tables or an ADP project connected to a SQL-Server. It's
not only because this group is about ADP but also because these two products
work entirely differently.
As to your problem, it's looks to me that either the upsized table don't
have a primary key or that Access has some trouble finding it or using it;
for example because you would have a composite primary key (two or more
fields) or because you have another unique index on the table and Access is
using this second unique index as the primary key.
Take also a look at the UniqueTable property of the subform (or something
like that). Using the wrong table as the UniqueTable might give you this
strange behavior.
In all cases, you should take a look with the SQL-Server Profiler to see
what's going on; ie., to see what Access is doing against the SQL-Server.
Ok, I am working on upsizing a FE/BE DB that I have to a SQL 200X BE. I[quoted text clipped - 17 lines]
did
Thanks in advance for any help.
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-adp-sqlserver/200809/1
.
- References:
- Duplicating data in continuous subform linked to SQL
- From: mcarlyle via AccessMonster.com
- Re: Duplicating data in continuous subform linked to SQL
- From: Sylvain Lafontaine
- Duplicating data in continuous subform linked to SQL
- Prev by Date: Re: Alter Column with formate Property
- Next by Date: Curious, why adp query interface does not support update, action, delete queries like mdb?
- Previous by thread: Re: Duplicating data in continuous subform linked to SQL
- Next by thread: nesting subqueries
- Index(es):
Relevant Pages
|