RE: SQL 2000 and Access 2002 front end
- From: "Simon McLaren" <SimonMcLaren@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 1 Apr 2005 11:31:02 -0800
One possibility would be that after linking the table the table has been
renamed in the ACCESS file. This is sometimes done when an access DB is
upgraded or migrted into a SQL Server backend. Keep in transitions like this
are usually begun by folks in the organization who are learning as they go...
so they may choose to adopt so naming standards in SQL that they never used
in Access... At any rate, you could seeone name in access and it could be
linked to a table names something else in the SQL DB.
Possiblity two - same cause as above, but the access linked table could also
be inlinked to a view in SQL Server - again the link could be renamed to
conform to the naming convention in the access db.
As for having to relink tables to edit records. Does this tend to happen
after you have changed the structure of the table in SQL Server... Usually
when you have added field. I know that in Access 2000 one usually had to
drop and relink a table/view to see and use recently added fields in
underlying table/view. This tends to happen particualy when the new field
noes not allow nulls and since access can not see it it can not place a value
into that field...
any of this sound like what might be happening in your case?
"Xavier" wrote:
> I have a web based application where my reports are run from an access front
> end
> (don't ask but the people who own the application did it this way) my issue
> is the following I have a report that shows all the proper records but:
> If I look at the linked tables used in this report the data does not match
> what is in the tables in SQL.
>
> What could cause a linked table not to show the same information as the
> table in SQL?
>
> I also have an issue where sometimes my database will not allow me to edit a
> record till i delete the linked table and relink it.
>
> any help is greatly apprciated.
.
- Follow-Ups:
- RE: SQL 2000 and Access 2002 front end
- From: XavierVP
- RE: SQL 2000 and Access 2002 front end
- Prev by Date: Re: Timeout
- Next by Date: RE: SQL 2000 and Access 2002 front end
- Previous by thread: Connection.Execute and SQL stored procedures
- Next by thread: RE: SQL 2000 and Access 2002 front end
- Index(es):
Relevant Pages
|
Loading