473,401 Members | 2,146 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,401 software developers and data experts.

Verify Jet SP

I am planning to distribute a A2k app to one of my clients.
I know they have Office Pro SR1 installed on all their machines.
I think it might be a good idea to check their msjet40.dll version.

Tony Toews has code available to check the appropriate Jet sp pack, but for *what* should I check?
There are a LOT of msjet40.dll versions around...
Should I raise a warning if their version is < "4.0.8618.0" (this is my version here...)

Which jet-version is considered here as 'wrong' or 'least needed'?

Thanks,
Arno R
Nov 13 '05 #1
9 1595
The 8 in the first place of the minor version designates SP8 for JET 4, so
4.0.8xxx.x will do.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Arno R" <ar***********@tiscali.nl> wrote in message
news:43********************@dreader2.news.tiscali. nl...
I am planning to distribute a A2k app to one of my clients.
I know they have Office Pro SR1 installed on all their machines.
I think it might be a good idea to check their msjet40.dll version.

Tony Toews has code available to check the appropriate Jet sp pack, but for
*what* should I check?
There are a LOT of msjet40.dll versions around...
Should I raise a warning if their version is < "4.0.8618.0" (this is my
version here...)

Which jet-version is considered here as 'wrong' or 'least needed'?

Thanks,
Arno R
Nov 13 '05 #2
On Sat, 27 Aug 2005 21:45:15 +0800, "Allen Browne"
<Al*********@SeeSig.Invalid> wrote:

I find it safer to look for a specific number. This page has them all:
http://support.microsoft.com/default...b;en-us;239114

-Tom.

The 8 in the first place of the minor version designates SP8 for JET 4, so
4.0.8xxx.x will do.


Nov 13 '05 #3
Thanks Tom and Allen,

Any idea which jet-sp-version my users really *need* to use a A2k db reliable ?

Would SP6 be sufficient?

Suppose there will be a SP9 in the coming month and I install that one.
I don't think it is necessary to immediately raise a warning if my users don't have the latest SP installed yet.

Also: Where can I find information about the fixes in each SP?

Thanks,
Arno R

"Tom van Stiphout" <no*************@cox.net> schreef in bericht news:lc********************************@4ax.com...
On Sat, 27 Aug 2005 21:45:15 +0800, "Allen Browne"
<Al*********@SeeSig.Invalid> wrote:

I find it safer to look for a specific number. This page has them all:
http://support.microsoft.com/default...b;en-us;239114

-Tom.

The 8 in the first place of the minor version designates SP8 for JET 4, so
4.0.8xxx.x will do.

Nov 13 '05 #4
The article Tom referenced is the best info available. I doubt MS gives much
more detail than that.

Every service pack fixes bugs, so it is always important that the user gets
the latest one. From memory, if a Windows XP user gets SP2, that includes
Jet 4 SP8. SP7 would be an absolute minimum.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Arno R" <ar***********@tiscali.nl> wrote in message
news:43********************@dreader2.news.tiscali. nl...
Thanks Tom and Allen,

Any idea which jet-sp-version my users really *need* to use a A2k db
reliable ?

Would SP6 be sufficient?

Suppose there will be a SP9 in the coming month and I install that one.
I don't think it is necessary to immediately raise a warning if my users
don't have the latest SP installed yet.

Also: Where can I find information about the fixes in each SP?

Thanks,
Arno R

"Tom van Stiphout" <no*************@cox.net> schreef in bericht
news:lc********************************@4ax.com...
On Sat, 27 Aug 2005 21:45:15 +0800, "Allen Browne"
<Al*********@SeeSig.Invalid> wrote:

I find it safer to look for a specific number. This page has them all:
http://support.microsoft.com/default...b;en-us;239114

-Tom.

The 8 in the first place of the minor version designates SP8 for JET 4, so
4.0.8xxx.x will do.

Nov 13 '05 #5
On Sun, 28 Aug 2005 14:25:25 +0200, "Arno R"
<ar***********@tiscali.nl> wrote:

It's such an easy thing to install. Require the latest. Do a check at
startup time, and if not found, offer the user a hyperlink to install
from.

-Tom.

Thanks Tom and Allen,

Any idea which jet-sp-version my users really *need* to use a A2k db reliable ?

Would SP6 be sufficient?

Suppose there will be a SP9 in the coming month and I install that one.
I don't think it is necessary to immediately raise a warning if my users don't have the latest SP installed yet.

Also: Where can I find information about the fixes in each SP?

Thanks,
Arno R

"Tom van Stiphout" <no*************@cox.net> schreef in bericht news:lc********************************@4ax.com...
On Sat, 27 Aug 2005 21:45:15 +0800, "Allen Browne"
<Al*********@SeeSig.Invalid> wrote:

I find it safer to look for a specific number. This page has them all:
http://support.microsoft.com/default...b;en-us;239114

-Tom.

The 8 in the first place of the minor version designates SP8 for JET 4, so
4.0.8xxx.x will do.


Nov 13 '05 #6

"Tom van Stiphout" <no*************@cox.net> schreef in bericht news:po********************************@4ax.com...
On Sun, 28 Aug 2005 14:25:25 +0200, "Arno R"
<ar***********@tiscali.nl> wrote:

It's such an easy thing to install. Require the latest. Do a check at
startup time, and if not found, offer the user a hyperlink to install
from.

-Tom.

I would agree with you Tom and thanks for the follow-up, but the problem here is as follows:
This is a small welfare organization where the app will be running.
They lack in-house-system-admins, and they are instructed also to NOT install anything... (virus-threats and such)
Only one day each month a free-lance-sysadmin comes to the place to check the computers and to do maintenance tasks.
When there is a problem one day. the admin will come (when called) also. (but this will cost extra money...)

I guess you understand that I do not want the admin to be called when it is not necessary.
For that reason I can (or will) not require the latest SP, but only the most needed sp.
I think I will require SP7 for the reason Allen mentioned (Win XP sp2)

Arno R

Nov 13 '05 #7
On Sun, 28 Aug 2005 19:26:16 +0200, "Arno R"
<ar***********@tiscali.nl> wrote:

If the sysadmin runs Microsoft Update on each machine (a good idea
anyway; the virus-threads you mentioned is one of them), they will
automatically get the latest Jet service pack.
-Tom.


"Tom van Stiphout" <no*************@cox.net> schreef in bericht news:po********************************@4ax.com...
On Sun, 28 Aug 2005 14:25:25 +0200, "Arno R"
<ar***********@tiscali.nl> wrote:

It's such an easy thing to install. Require the latest. Do a check at
startup time, and if not found, offer the user a hyperlink to install
from.

-Tom.

I would agree with you Tom and thanks for the follow-up, but the problem here is as follows:
This is a small welfare organization where the app will be running.
They lack in-house-system-admins, and they are instructed also to NOT install anything... (virus-threats and such)
Only one day each month a free-lance-sysadmin comes to the place to check the computers and to do maintenance tasks.
When there is a problem one day. the admin will come (when called) also. (but this will cost extra money...)

I guess you understand that I do not want the admin to be called when it is not necessary.
For that reason I can (or will) not require the latest SP, but only the most needed sp.
I think I will require SP7 for the reason Allen mentioned (Win XP sp2)

Arno R


Nov 13 '05 #8
"Arno R" <ar***********@tiscali.nl> wrote in
news:43********************@dreader2.news.tiscali. nl:
"Tom van Stiphout" <no*************@cox.net> schreef in bericht
news:po********************************@4ax.com...
On Sun, 28 Aug 2005 14:25:25 +0200, "Arno R"
<ar***********@tiscali.nl> wrote:

It's such an easy thing to install. Require the latest. Do a
check at startup time, and if not found, offer the user a
hyperlink to install from.


I would agree with you Tom and thanks for the follow-up, but the
problem here is as follows: This is a small welfare organization
where the app will be running. They lack in-house-system-admins,
and they are instructed also to NOT install anything...
(virus-threats and such) Only one day each month a
free-lance-sysadmin comes to the place to check the computers and
to do maintenance tasks. When there is a problem one day. the
admin will come (when called) also. (but this will cost extra
money...)

I guess you understand that I do not want the admin to be called
when it is not necessary. For that reason I can (or will) not
require the latest SP, but only the most needed sp. I think I will
require SP7 for the reason Allen mentioned (Win XP sp2)


SP7 is the worst possible choice. SP8 was the bug fix for all the
problems it introduced.

SP6 is the minimum required for reliability.

SP7/8 were simply security patches, and if you're not concerned
about the executation of arbitrary code by the Access expression
service (and I don't think you should be), then you don't need what
they offer.

However, SP8 doesn't hurt.

But I'd require only SP6 as the minimum.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #9
"David W. Fenton" <dX********@bway.net.invalid> schreef in bericht news:Xn**********************************@216.196. 97.142...
SP7 is the worst possible choice. SP8 was the bug fix for all the
problems it introduced.

SP6 is the minimum required for reliability.

SP7/8 were simply security patches, and if you're not concerned
about the executation of arbitrary code by the Access expression
service (and I don't think you should be), then you don't need what
they offer.

However, SP8 doesn't hurt.

But I'd require only SP6 as the minimum.


Hmmm... If SP7 is such a bad choice then I need to do the following :
If SP6 then it's OK
If they have SP7 then they must be pressed to install SP8 ...

Thanks to all.

Arno R

Nov 13 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: vishal | last post by:
how can i verify the email address entered by client??? is there any readily available function for that in php or mysql????? else suggest me some links for verifying email address enetered...
2
by: Wayne Wengert | last post by:
I want to write a Windows application to go through all the email addresses in an SQL Server table and to report which ones are invalid. From Googling and perusing NGs it is my understanding that...
0
by: CHC | last post by:
Hi, I would like to verify the authenticity of a X509 digital certificate. I'm using Crypt::X509 to create a certificate object and can extract the data fields. But, I can't find a way to verify...
43
by: Xancatal | last post by:
Hey everybody. I need help on this one. I need to verify that a number entered by a user is not either a negative number (-100.00), or an alphabet (a, b, c, X, Y) as well as other number other than...
1
by: Grey | last post by:
I have to write a program to verify email address availability. i have to verify thousand of email address. is there any way to verify the email in ..net instead. the requirement is to verify which...
3
by: Grey | last post by:
I have to write a program to verify email address availability. i have to verify thousand of email address. is there any way to verify the email in ..net instead. the requirement is to verify which...
7
by: =?Utf-8?B?Tmlrb2xheSBQb2Rrb2x6aW4=?= | last post by:
Good afternoon, community! How you help me? I need to know, how could I verify e-mail address? I don't mean ( for example: test@test.com it is valid or not) I wanna know is that real world...
1
by: wootmaster | last post by:
I'm writing a script that will run a few tests on a given mail server, it's meant to test to see if VRFY and EXPN is enabled or not. However, when I use "verify" to test to see if VRFY is enabled on...
1
by: rcamarda | last post by:
I have a database backup that our vendor proformed. I dont know if they verified the backup, nor do I have the disk space to create a new backup with verify or retore the current backup. Is...
0
by: Ahmedhussain | last post by:
Hi everyone, I am totally new to IIS. I somehow configured IIS and now whenever I try to add a website, on testing it gives me the error of authorization, i.e. "Cannot verify access to path :...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.