Re: ADO / SQL Server ODBC / Bookmarks
- From: "Mark J. McGinty" <mmcginty@xxxxxxxxxxxxxxx>
- Date: Sat, 23 Apr 2005 01:29:43 -0700
"PK" <PK@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:409099E5-77BF-44E2-BE0A-3DAFF2EDDD75@xxxxxxxxxxxxxxxx
> We have an Access 2003 application which works fine using linked tables to
> another Access database.
>
> The application uses ADO Bookmarks to store record positions. Everything
> works fine when the system is linked to Access.
>
> I am trying to upsize the database to SQL Server and use the SQL Server
> ODBC
> driver to link from Access to SQL.
>
> There appears to be some problem with the Bookmark functionality... for no
> obvious reason, it seems to lose its positioning at random intervals.
> Sometimes it brings up the correct record, sometimes it does not. I can
> not
> seem to find any pattern, nor any bug report.
>
> I've tried updating to the latest version of Jet as well as current MDAC
> on
> the SQL Server to no avail.
>
> Any ideas from anybody?
Bookmarks will not live through a requery, so if you have anything that's
implicitly (or explicitly) causing a requery, that is likely the problem.
Also, have you considered using an .ADP file instead of an .MDB? I believe
that .ADP files connect directly to the db server via OLEDB. That linked
table mechanism is ancient, and has weaknesses.
-Mark
.
- References:
- ADO / SQL Server ODBC / Bookmarks
- From: PK
- ADO / SQL Server ODBC / Bookmarks
- Prev by Date: Re: update 500000 records with adodb.recordset resize the mdb from 140M to 2G
- Next by Date: Heirachal recordset
- Previous by thread: ADO / SQL Server ODBC / Bookmarks
- Next by thread: junction tables: how to insert data
- Index(es):
Relevant Pages
|
|