dbTalk Databases Forums  

2003==>2007: Safest Path?

comp.databases.ms-access comp.databases.ms-access


Discuss 2003==>2007: Safest Path? in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
(PeteCresswell)
 
Posts: n/a

Default 2003==>2007: Safest Path? - 06-23-2010 , 02:10 PM






We have an immediate need to convert an MS Access 2003 app and
it's 2003 back end DB to 2007.

We do not want or need any of 2007's functionality at this
moment.

I'm thinking maybe the safest path would be to use each of those
DBs as 2003 .MDB files and just execute with 2007 -
converting/testing at some later date when we're not under the
gun any more.

Does this work for anybody? Or should I bite the bullet and
convert/test now rather than later?
--
PeteCresswell

Reply With Quote
  #2  
Old   
Bob Alston
 
Posts: n/a

Default Re: 2003==>2007: Safest Path? - 06-23-2010 , 02:13 PM






(PeteCresswell) wrote:
Quote:
We have an immediate need to convert an MS Access 2003 app and
it's 2003 back end DB to 2007.

We do not want or need any of 2007's functionality at this
moment.

I'm thinking maybe the safest path would be to use each of those
DBs as 2003 .MDB files and just execute with 2007 -
converting/testing at some later date when we're not under the
gun any more.

Does this work for anybody? Or should I bite the bullet and
convert/test now rather than later?

Why????????

Reply With Quote
  #3  
Old   
(PeteCresswell)
 
Posts: n/a

Default Re: 2003==>2007: Safest Path? - 06-23-2010 , 03:06 PM



Per Bob Alston:
Quote:
(PeteCresswell) wrote:
We have an immediate need to convert an MS Access 2003 app and
it's 2003 back end DB to 2007.

We do not want or need any of 2007's functionality at this
moment.

I'm thinking maybe the safest path would be to use each of those
DBs as 2003 .MDB files and just execute with 2007 -
converting/testing at some later date when we're not under the
gun any more.

Does this work for anybody? Or should I bite the bullet and
convert/test now rather than later?


Why????????
Why what? Convert or run as 2003?

--
PeteCresswell

Reply With Quote
  #4  
Old   
Douglas J. Steele
 
Posts: n/a

Default Re: 2003==>2007: Safest Path? - 06-23-2010 , 04:28 PM



You should be fine simply using the existing MDB files.

Check http://www.allenbrowne.com/Access2007.html at Allen Browne's site for
more information when you are ready to convert.

--
Doug Steele, Microsoft Access MVP
http://www.AccessMVP.com/DJSteele/AccessIndex.html
Co-author: "Access 2010 Solutions", published by Wiley
(no private e-mails, please)


"(PeteCresswell)" <x@y.Invalid> wrote

Quote:
We have an immediate need to convert an MS Access 2003 app and
it's 2003 back end DB to 2007.

We do not want or need any of 2007's functionality at this
moment.

I'm thinking maybe the safest path would be to use each of those
DBs as 2003 .MDB files and just execute with 2007 -
converting/testing at some later date when we're not under the
gun any more.

Does this work for anybody? Or should I bite the bullet and
convert/test now rather than later?
--
PeteCresswell

Reply With Quote
  #5  
Old   
Arvin Meyer
 
Posts: n/a

Default Re: 2003==>2007: Safest Path? - 06-24-2010 , 11:49 AM



I would not convert at all. Just leave it alone. If you do not need later
version features, there is no reason to "upgrade" the app.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.accessmvp.com
http://www.mvps.org/access
Co-author: "Access 2010 Solutions", published by Wiley


"(PeteCresswell)" <x@y.Invalid> wrote

Quote:
We have an immediate need to convert an MS Access 2003 app and
it's 2003 back end DB to 2007.

We do not want or need any of 2007's functionality at this
moment.

I'm thinking maybe the safest path would be to use each of those
DBs as 2003 .MDB files and just execute with 2007 -
converting/testing at some later date when we're not under the
gun any more.

Does this work for anybody? Or should I bite the bullet and
convert/test now rather than later?
--
PeteCresswell

Reply With Quote
  #6  
Old   
(PeteCresswell)
 
Posts: n/a

Default Re: 2003==>2007: Safest Path? - 06-25-2010 , 10:56 AM



Per Arvin Meyer:
Quote:
I would not convert at all. Just leave it alone. If you do not need later
version features, there is no reason to "upgrade" the app.
Now that the /INI issue has surfaced, I'm leaning in that
direction too.

Only real reason so far to convert is that IT is pushing out
Office 2007. OTOH, the install they use leaves Access 2003
intact and it's just a matter of modifying the
execution/deployment .BAT file to look in the 2003-specific path
instead of just calling "MSACCESS".

I'm having trouble believing that /INI has gone away and there is
no replacement: very un-Microsoft-Like. Even though it seems
tb a holdover from 16-bit Access, it supplies what I consider tb
some very useful functionality that cannot be supplied by
registry entries.
--
PeteCresswell

Reply With Quote
  #7  
Old   
Banana
 
Posts: n/a

Default Re: 2003==>2007: Safest Path? - 06-25-2010 , 11:03 AM



On 6/25/10 8:56 AM, (PeteCresswell) wrote:
Quote:
I'm having trouble believing that /INI has gone away and there is
no replacement: very un-Microsoft-Like. Even though it seems
tb a holdover from 16-bit Access, it supplies what I consider tb
some very useful functionality that cannot be supplied by
registry entries.
Looking at the help, it seems that /profile was the replacement for
/ini. There's also SetOptions which I believe are far more preferable to
than tinkering with registry.

Exactly what functionality are you concerned you'll lose with /ini?

Reply With Quote
  #8  
Old   
(PeteCresswell)
 
Posts: n/a

Default Re: 2003==>2007: Safest Path? - 06-25-2010 , 06:42 PM



Per Banana:
Quote:
Looking at the help, it seems that /profile was the replacement for
/ini. There's also SetOptions which I believe are far more preferable to
than tinkering with registry.

Exactly what functionality are you concerned you'll lose with /ini?
The ability to supply various parms (like the address of the back
end, certain numbers, and so-forth) from one source - and the
ability to make changes to that source quickly and easily.

/Profile is a totally different animal - not even comparable IMHO
- unless there is some way to just use it as a front end to a
single text file; but even if that were possible I'd guess it
would add several layers of complexity/possible points of failure
to what is, with /INI, a beautifully-simple setup.

Never heard of SetOptions... gotta look into it.
--
PeteCresswell

Reply With Quote
  #9  
Old   
Banana
 
Posts: n/a

Default Re: 2003==>2007: Safest Path? - 06-25-2010 , 06:57 PM



On 6/25/10 4:42 PM, (PeteCresswell) wrote:
Quote:
The ability to supply various parms (like the address of the back
end, certain numbers, and so-forth) from one source - and the
ability to make changes to that source quickly and easily.
Thanks. I certainly can understand why INI files appeal so much having
had used and appreciated same simple text file to configure various *nix
programs. I don't go that far back with Access so missed the boat on
that one.

Quote:
/Profile is a totally different animal - not even comparable IMHO
- unless there is some way to just use it as a front end to a
single text file; but even if that were possible I'd guess it
would add several layers of complexity/possible points of failure
to what is, with /INI, a beautifully-simple setup.
Well, one option is to use a local Config table that stores all
parameters you need and have your startup code read the table to handle
all startup. That does not solve the workgroup join as by that point,
it's too late but should do the job for storing information on backend
path and few other things, I would hope.

Quote:
Never heard of SetOptions... gotta look into it.
They're basically identical to what you can set in Registry. However,
the reason why we should be using SetOptions/GetOptions is that they
will be then temporary and thus does not require us to tinker the
registry and having to remembering to set it back so it can be done on a
per-application basis if that is required. FWIW, I rarely use SetOptions
as the default usually are adequate but I've used it to good effects in
those rare instances.

HTH.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.