473,659 Members | 2,996 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

A2003 App in A2000?

This is for a personal "fun" application I've been toying with for years
first in A97, now in A2003. It's just for me and my friends who
aprticipate in a weird hobby to use. My friends have A2000, but none
have A2003.

I know I can't give them an mde, but are there any pitfalls to
developing in 2003 and giving a 2003 mdb to a machine with 2000?

I'm thinking of putting in a routine to check for Jet version (not sure
what version of Jet 2000 has versus 2003), but are there things like
functions that behave or do things differently in 2003 that may not work
in 2000?

Thanks very much in advance.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #1
6 1510
Access 2000 uses the same version of Jet as 2003. Also, the default file
format for 2002 (XP) and 2003 is the 2000 file format. As long as you don't
use any new functionality or commands from the 2002 or 2003 versions, you
should be in good shape. To find these, check What's New in the help file
from Access 2002's and 2003's VBA Editor window. You will also find some
information here.

http://office.microsoft.com/en-us/as...817081033.aspx

--
Wayne Morgan
MS Access MVP
"Tim Marshall" <TI****@antarct ic.flowerpots> wrote in message
news:cp******** **@coranto.ucs. mun.ca...
This is for a personal "fun" application I've been toying with for years
first in A97, now in A2003. It's just for me and my friends who
aprticipate in a weird hobby to use. My friends have A2000, but none have
A2003.

I know I can't give them an mde, but are there any pitfalls to developing
in 2003 and giving a 2003 mdb to a machine with 2000?

I'm thinking of putting in a routine to check for Jet version (not sure
what version of Jet 2000 has versus 2003), but are there things like
functions that behave or do things differently in 2003 that may not work
in 2000?

Thanks very much in advance.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto

Nov 13 '05 #2
Wayne Morgan wrote:
To find these, check What's New in the help file
from Access 2002's and 2003's VBA Editor window. You will also find some
information here.

http://office.microsoft.com/en-us/as...817081033.aspx


Thanks Wayne.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #3
Tim Marshall <TI****@antarct ic.flowerpots> wrote:
I'm thinking of putting in a routine to check for Jet version (not sure
what version of Jet 2000 has versus 2003


Excellent idea.

What I've done is use the various API calls available and am checking the version
number and date/time of a crucial dll, msjetxx.dll, to ensure it matches what I have
on my system. See the Verify Appropriate Jet Service Pack is installed page at my
website for more details including sample code:
www.granite.ab.ca\access\verifyjetsp.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #4
Tony Toews wrote:
What I've done is use the various API calls available and am checking the version
number and date/time of a crucial dll, msjetxx.dll, to ensure it matches what I have
on my system. See the Verify Appropriate Jet Service Pack is installed page at my
website for more details including sample code:
www.granite.ab.ca\access\verifyjetsp.htm


I'll take a good look at this, Tony, thanks.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #5
Also:

?syscmd(acSysCm dAccessVer)
9.0
?application.DB Engine.Version
3.6
?application.Pr oductCode
{00000409-78E1-11D2-B60F-006097C998E7}

(david)
"Tim Marshall" <TI****@antarct ic.flowerpots> wrote in message
news:cp******** **@coranto.ucs. mun.ca...
This is for a personal "fun" application I've been toying with for years
first in A97, now in A2003. It's just for me and my friends who
aprticipate in a weird hobby to use. My friends have A2000, but none
have A2003.

I know I can't give them an mde, but are there any pitfalls to
developing in 2003 and giving a 2003 mdb to a machine with 2000?

I'm thinking of putting in a routine to check for Jet version (not sure
what version of Jet 2000 has versus 2003), but are there things like
functions that behave or do things differently in 2003 that may not work
in 2000?

Thanks very much in advance.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto

Nov 13 '05 #6
Also:

?syscmd(acSysCm dAccessVer)
9.0
?application.DB Engine.Version
3.6
?application.Pr oductCode
{00000409-78E1-11D2-B60F-006097C998E7}

(david)
"Tim Marshall" <TI****@antarct ic.flowerpots> wrote in message
news:cp******** **@coranto.ucs. mun.ca...
This is for a personal "fun" application I've been toying with for years
first in A97, now in A2003. It's just for me and my friends who
aprticipate in a weird hobby to use. My friends have A2000, but none
have A2003.

I know I can't give them an mde, but are there any pitfalls to
developing in 2003 and giving a 2003 mdb to a machine with 2000?

I'm thinking of putting in a routine to check for Jet version (not sure
what version of Jet 2000 has versus 2003), but are there things like
functions that behave or do things differently in 2003 that may not work
in 2000?

Thanks very much in advance.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto

Nov 13 '05 #7

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

Similar topics

4
1689
by: -Michelle- | last post by:
Hi I am using A2003 on XP. The client has A2000. So I have ensured that I have developed based on A2000 and compiled as such. I have found that in a number of cases now, I have used (what I thought) was fairly standard methods & properties, but as it turns out, not so. I install on the client's machine and recompile and have found that a method is just not recognised in A2000. eg: in A2003, docmd.OpenReport includes the 'OpenArgs'...
4
3131
by: Bradley | last post by:
I have an A2000 database in which I have a continuous form with a tick box. There is also a text box with a conditional format that is based on the expression , if it's true then change the background colour. In A2000 it works great, but in A2003 the background doesn't always change and when it does it only changes when the record looses the focus. Any way around this? Is it a bug? Or have they "improved" it?
1
1576
by: \(Bradley | last post by:
In an A2000 ADP I cannot edit data in an MS-SQL2000 view that has a simple JOIN in it. However I can edit the data in the same view if I open it in A2003 or SQL Query Analyser/etc. I understand A2000 was developed for SQL7? Is there any way to get around this behaviour? -- regards, Bradley
12
2196
by: dixie | last post by:
Can someone familiar with Access 2003 please answer this question? I am asking because I don't have the use of A2003. When Access 2003 finds an Access 2000 database, does it come up with some sort of question/suggestion indicating that you can convert this datbase into the new format? I am trying to trouble shoot a remote site where a big error message indicating the database was converted using the wrong method comes up when they try to...
1
1524
by: Paul Brady | last post by:
I have A97 and A2K on my computer at home, on which I do volunteer work for several databases on our county park system. One of the clients uses A97, and the rest, A2K. The A97 user is considering upgrading their Microsoft Office. If they upgrade to Office 2000, I have no problems; I'll convert their A97 database and we'll be in business. But what if they upgrade to Office 2003 (I think there is such a thing) and install A2003. Will I...
17
3136
by: rdemyan via AccessMonster.com | last post by:
With A2003, I'm having trouble accessing files in a folder on another computer where back-end files, update files, etc are located. Here's the scenario: 1) Computer #1 - A2003 2) Computer #2 - Access 2000; folder with back-ends for both computers and 'Update' folder. I have a launcher program that launces my application (MyApp). The launcher program also checks for updates to MyApp located in 'Update' folder (on
1
1254
by: larpup | last post by:
I've converted my frontend and backend from A2003 to A2000. Data is linked, however, I receive "recordset not updateable". Additionally my code stops on a simple function which turns data in a field from lowercase to uppercase (not updateable). I checked my references only difference is using M.A. 9.0 Object library instead of 11. Both frontend and backend state A2000. Lastly, the frontend and backend will function in A2003, but not in...
0
1153
by: terry | last post by:
Has anyone had any experience with concurrent (multi-user) use of an A2000 front end and an A2003 front end on the same linked set of tables? The reason I'm asking is that we've got a number of sites using A2000(SR1) runtimes on each machine at the site, but, for Vista compatability, we're planning to upgrade to A2003 runtimes for new installations. If we can allow mixed runtimes at each site, then we can avoid
1
1522
by: Fred Zuckerman | last post by:
I have a database on a shared drive. It has user level security (ie: mdw file). It was created in A2000 and works fine when opened on workstations with A2000 installed. Some workstations have A2003 installed. On those workstations there is an unbound form that continually gives the un-useful message: "Microsoft Access Has Encountered A Problem And Must Shutdown, We're Sorry For The Inconvenience"
0
8335
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8528
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8627
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6179
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4335
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2752
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1976
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.