dbTalk Databases Forums  

Converting an .mde backend from A97 to AXP

comp.database.ms-access comp.database.ms-access


Discuss Converting an .mde backend from A97 to AXP in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Douglas J. Steele
 
Posts: n/a

Default Re: Converting an .mde backend from A97 to AXP - 11-03-2003 , 05:36 PM






You cannot convert an MDE. You must convert the MDB, then create a new MDE.

And MDEs do absolutely nothing for data: there's no reason for the back-end
to be an MDE.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)



"pieter" <news (AT) NOSPAM (DOT) internethoofdkantoor.nl> wrote

Quote:
Hi,

I have an application written in Access 97. The front-end and back-end are
separated into two .mde files. I still have the original .mdb files.

The problem is: I want to convert the application to Access XP. The
front-end is no problem, but I'm worrying about the back-end: there has
been added much data to the .mde back-end. How do I convert it to Access
XP? It seems like Access XP can link to the A97 .mde and use it, but I
would rather convert the .mde to AXP as well.
Any tips on this?

Thanks in advance,

Pieter




Reply With Quote
  #2  
Old   
Bruce M. Thompson
 
Posts: n/a

Default Re: Converting an .mde backend from A97 to AXP - 11-03-2003 , 05:50 PM






Quote:
I have an application written in Access 97. The front-end and back-end are
separated into two .mde files. I still have the original .mdb files.
There is absolutely no benefit to converting a back-end (data-only) file to an
MDE file, so you might consider simply creating a new, blank MDB file and
importing all of the tables, along with their relationships, from the existing
back-end MDE and leaving it as an MDB.

--
Bruce M. Thompson, Microsoft Access MVP
bthmpson (AT) mvps (DOT) org (See the Access FAQ at http://www.mvps.org/access)
Quote:
NO Email Please. Keep all communications
within the newsgroups so that all might benefit.




Reply With Quote
  #3  
Old   
pieter
 
Posts: n/a

Default Converting an .mde backend from A97 to AXP - 11-03-2003 , 06:26 PM



Hi,

I have an application written in Access 97. The front-end and back-end are
separated into two .mde files. I still have the original .mdb files.

The problem is: I want to convert the application to Access XP. The
front-end is no problem, but I'm worrying about the back-end: there has
been added much data to the .mde back-end. How do I convert it to Access
XP? It seems like Access XP can link to the A97 .mde and use it, but I
would rather convert the .mde to AXP as well.
Any tips on this?

Thanks in advance,

Pieter


Reply With Quote
  #4  
Old   
Rick Brandt
 
Posts: n/a

Default Re: Converting an .mde backend from A97 to AXP - 11-03-2003 , 06:43 PM



"pieter" <news (AT) NOSPAM (DOT) internethoofdkantoor.nl> wrote

Quote:
On Mon, 03 Nov 2003 23:36:17 +0000, Douglas J. Steele wrote:

And MDEs do absolutely nothing for data: there's no reason for the
back-end to be an MDE.
Doesn't it prevent users from altering tables? That's the reason I
converted it to an MDE.
MDEs only prevent viewing and changing code-based objects. They do nothing to
protect Queries and Tables.


--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com




Reply With Quote
  #5  
Old   
pieter
 
Posts: n/a

Default Re: Converting an .mde backend from A97 to AXP - 11-03-2003 , 06:51 PM



On Mon, 03 Nov 2003 23:36:17 +0000, Douglas J. Steele wrote:

Quote:
And MDEs do absolutely nothing for data: there's no reason for the
back-end to be an MDE.
Doesn't it prevent users from altering tables? That's the reason I
converted it to an MDE.

And does anyone know the reason why it's possible to use a linked MDE ,
while it's impossible to open the same MDE in a newer version of Access?

Regards,

Pieter


Reply With Quote
  #6  
Old   
Kinetic - Paul G
 
Posts: n/a

Default Re: Converting an .mde backend from A97 to AXP - 11-04-2003 , 03:52 AM



HI

Keep a backup of the original backend . . now rename the original ( add 97
to the end of the current name)
then try to open it in AXP. you will be asked if you want to convert or open
it

select to convert it and give the original name.

your front end should link to the backend AXP to AXP

dont worry about the amount of data . . AXP can handle it if 97 can . .
cheers paul

"pieter" <news (AT) NOSPAM (DOT) internethoofdkantoor.nl> wrote

Quote:
Hi,

I have an application written in Access 97. The front-end and back-end are
separated into two .mde files. I still have the original .mdb files.

The problem is: I want to convert the application to Access XP. The
front-end is no problem, but I'm worrying about the back-end: there has
been added much data to the .mde back-end. How do I convert it to Access
XP? It seems like Access XP can link to the A97 .mde and use it, but I
would rather convert the .mde to AXP as well.
Any tips on this?

Thanks in advance,

Pieter




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

Default Re: Converting an .mde backend from A97 to AXP - 11-04-2003 , 11:43 AM



On Mon, 03 Nov 2003 18:50:49 -0500, Bruce M. Thompson wrote:

Quote:
There is absolutely no benefit to converting a back-end (data-only) file
to an MDE file, so you might consider simply creating a new, blank MDB
file and importing all of the tables, along with their relationships, from
the existing back-end MDE and leaving it as an MDB.
I must have misinterpreted the manual (or I haven't read it carefully :-)
But your suggestion works fine, thanks!

Regards,

Pieter


Reply With Quote
  #8  
Old   
Bruce M. Thompson
 
Posts: n/a

Default Re: Converting an .mde backend from A97 to AXP - 11-04-2003 , 11:44 AM



Quote:
There is absolutely no benefit to converting a back-end (data-only) file
to an MDE file, so you might consider simply creating a new, blank MDB
file and importing all of the tables, along with their relationships, from
the existing back-end MDE and leaving it as an MDB.
I must have misinterpreted the manual (or I haven't read it carefully :-)
I've been guilty of that in the past (maybe even in the present!). <chuckle>

Quote:
But your suggestion works fine, thanks!
Glad to hear.

:-)
--
Bruce M. Thompson, Microsoft Access MVP
bthmpson (AT) mvps (DOT) org (See the Access FAQ at http://www.mvps.org/access)
Quote:
NO Email Please. Keep all communications
within the newsgroups so that all might benefit.




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.