Re: How To Return Record Number From AddNew
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Mon, 27 Aug 2007 11:18:40 -0500
"Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx> wrote in message
news:uw3PF5L6HHA.5316@xxxxxxxxxxxxxxxxxxxxxxx
Jeff Gaines wrote:
On 27/08/2007 in message <ecOJhlJ6HHA.5160@xxxxxxxxxxxxxxxxxxxx> Bob
Barrows [MVP] wrote:
<snipped>
Since this works then presumably I have version 4?
No, but it's backward-compatible in my experience. I have read some
admonitions here and there against using the 4.0 driver against an A97
(Jet 3.51) database, but I have never run into any issues.
To amplify on this a bit.
There is a difference between Jet Database Engines and Jet Formatted
Databases. (And to some extent the data access library employed.)
Unfortunately, programmers tend to think of them as the same and assume they
are using a particular Engine just because the Database is a particular
format. That's because one can mix them and through the services of
translators come out just fine.
Note the table in the following article (required reading whenever you work
with MDBs):
http://support.microsoft.com/kb/303528/
Problems can occur if different 'Engines' (or translators) are used at the
same time on the same database file. Data corruption was a practical
certainity if Jet 3.5 and Jet 2.0 are used to access the same Jet 2.0
database, due to datatype differences. Later Engine/Formats combinations are
less sensitive, but it is still dangerous to mix 'n match and best to avoid.
-ralph
.
- Follow-Ups:
- Re: How To Return Record Number From AddNew
- From: Jeff Gaines
- Re: How To Return Record Number From AddNew
- References:
- How To Return Record Number From AddNew
- From: Jeff Gaines
- Re: How To Return Record Number From AddNew
- From: Bob Barrows [MVP]
- Re: How To Return Record Number From AddNew
- From: Jeff Gaines
- Re: How To Return Record Number From AddNew
- From: Bob Barrows [MVP]
- How To Return Record Number From AddNew
- Prev by Date: Re: How To Return Record Number From AddNew
- Next by Date: Re: How To Return Record Number From AddNew
- Previous by thread: Re: How To Return Record Number From AddNew
- Next by thread: Re: How To Return Record Number From AddNew
- Index(es):
Relevant Pages
|
|