Re: SQL Losing Data
From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 01/14/05
- Next message: Sue Hoegemeier: "Re: General SQL/ODBC question"
- Previous message: User: "Re: SQL Losing Data"
- In reply to: Neil Ginsberg: "Re: SQL Losing Data"
- Next in thread: Neil Ginsberg: "Re: SQL Losing Data"
- Reply: Neil Ginsberg: "Re: SQL Losing Data"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 Jan 2005 10:38:55 -0700
Actually not really. I still think you are missing the
point. You often have to do the same thing with other data
sources that support timestamps when using ODBC linked
tables and Access. You have to kluge the data source so that
Access doesn't get confused. You can find more information
in the following Access KB article:
ACC2000: Optimizing for Client/Server Performance
http://support.microsoft.com/?id=208858
The point being, that if you convince yourself that these
are all SQL Server issues or bugs then that's probably the
only place you will look to for solutions. In the first
case, you would not have found the answer searching SQL
Server issues. You'd find the answer under Access and ODBC.
If you leave yourself convinced that the users edit records
on an Access form and the changes aren't saved so it must be
a SQL Server issue, you may not find the answer to the
problem or you may end up wasting a lot of time.
Keep in mind that you posted earlier that:
>there are three subforms in the middle of the main form. All main
>form fields above the subform, as well as the subform data itself, are being
>saved. It's only the fields below the subform that are being lost.
In terms of Profiler, you can filter the trace to your
access application to limit the results. With bound forms,
the commands would show up under the RPC and SP event
classes. In addition, there is a lot of information on using
profiler in SQL Server books online.
The other resource you may find useful overall is to get a
copy of Microsoft Access Developers Guide to SQL Server by
Mary Chipman and Andy Baron. It's an excellent book.
-Sue
On Fri, 14 Jan 2005 06:32:56 GMT, "Neil Ginsberg"
<nrg@nrgconsult.com> wrote:
>My guess for the culprit would be the ODBC driver, as I've seen it do some
>funky things over the years, this last situation being one of them. And, in
>this last situation, though it wasn't SQL Server's fault, per se, but,
>rather how the ODBC driver interfaced with SQL Server, the end result was
>that there was a configuration issue on the SQL end (timestamp fields)
>needed to get the ODBC driver to behave correctly. That's what I'm talking
>about.
- Next message: Sue Hoegemeier: "Re: General SQL/ODBC question"
- Previous message: User: "Re: SQL Losing Data"
- In reply to: Neil Ginsberg: "Re: SQL Losing Data"
- Next in thread: Neil Ginsberg: "Re: SQL Losing Data"
- Reply: Neil Ginsberg: "Re: SQL Losing Data"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|