PC Review


Reply
Thread Tools Rate Thread

Digital Signature lost when converting to MDE in Access 2007

 
 
=?Utf-8?B?TWF0dA==?=
Guest
Posts: n/a
 
      29th Aug 2007
I'm applying a digital signature to the VBA code using Access 2007 while the
database is still in 2003 mdb format. The signature works as designed and
the database is trusted. If I convert the mdb to an mde in Access 2007, the
signature is lost.

This process worked under Access 2003 and the database would retain the
signature after converting it to an mde. I'm trying to keep the database in
mde format to ensure backward compatability. Any suggestions?

Matt
 
Reply With Quote
 
 
 
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      1st Sep 2007
Matt <(E-Mail Removed)> wrote:

>I'm applying a digital signature to the VBA code using Access 2007 while the
>database is still in 2003 mdb format. The signature works as designed and
>the database is trusted. If I convert the mdb to an mde in Access 2007, the
>signature is lost.
>
>This process worked under Access 2003 and the database would retain the
>signature after converting it to an mde. I'm trying to keep the database in
>mde format to ensure backward compatability. Any suggestions?


So why not leave the MDE in A2003 format signed and run it as is in
A2007?

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
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Reply With Quote
 
=?Utf-8?B?TWF0dA==?=
Guest
Posts: n/a
 
      1st Sep 2007
Tony,

I would, but I've run into another problem. My A2003 mde will not run in
A2007. I believe the Access 11.0 Object Library is not automatically
upgrading to the Access 12.0 Object Library. When I open the database in mdb
format, I have no problems and A2007 automatically upgrades the object
library. In mde, it appears that it doesn't. I'm still experimenting to
verify that is the exact cause for the error.

For now, I'm stuck with having two different versions of the mde. I've
overcome my problem with the digital signature by signing the code after it's
converted to A2007 mde and then running a macro to set AllowByPassKey to
false. It's an extra step from my A2003 process, but it works.

Thanks,

Matt

"Tony Toews [MVP]" wrote:

> Matt <(E-Mail Removed)> wrote:
>
> >I'm applying a digital signature to the VBA code using Access 2007 while the
> >database is still in 2003 mdb format. The signature works as designed and
> >the database is trusted. If I convert the mdb to an mde in Access 2007, the
> >signature is lost.
> >
> >This process worked under Access 2003 and the database would retain the
> >signature after converting it to an mde. I'm trying to keep the database in
> >mde format to ensure backward compatability. Any suggestions?

>
> So why not leave the MDE in A2003 format signed and run it as is in
> A2007?
>
> 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
> Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
>

 
Reply With Quote
 
Tony Toews [MVP]
Guest
Posts: n/a
 
      1st Sep 2007
Matt <(E-Mail Removed)> wrote:

>I would, but I've run into another problem. My A2003 mde will not run in
>A2007. I believe the Access 11.0 Object Library is not automatically
>upgrading to the Access 12.0 Object Library. When I open the database in mdb
>format, I have no problems and A2007 automatically upgrades the object
>library. In mde, it appears that it doesn't. I'm still experimenting to
>verify that is the exact cause for the error.


Ah, that problem. I'd forgotten about it. Allen Browne has a page on
that problem at his website www.allenbrowne.com but no real solutions
I think.

>For now, I'm stuck with having two different versions of the mde. I've
>overcome my problem with the digital signature by signing the code after it's
>converted to A2007 mde and then running a macro to set AllowByPassKey to
>false. It's an extra step from my A2003 process, but it works.


Good.

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
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Reply With Quote
 
=?Utf-8?B?TWF0dA==?=
Guest
Posts: n/a
 
      2nd Sep 2007
O.K. I'll take a look at their site.

Thanks for all the help,

Matt

"Tony Toews [MVP]" wrote:

> Matt <(E-Mail Removed)> wrote:
>
> >I would, but I've run into another problem. My A2003 mde will not run in
> >A2007. I believe the Access 11.0 Object Library is not automatically
> >upgrading to the Access 12.0 Object Library. When I open the database in mdb
> >format, I have no problems and A2007 automatically upgrades the object
> >library. In mde, it appears that it doesn't. I'm still experimenting to
> >verify that is the exact cause for the error.

>
> Ah, that problem. I'd forgotten about it. Allen Browne has a page on
> that problem at his website www.allenbrowne.com but no real solutions
> I think.
>
> >For now, I'm stuck with having two different versions of the mde. I've
> >overcome my problem with the digital signature by signing the code after it's
> >converted to A2007 mde and then running a macro to set AllowByPassKey to
> >false. It's an extra step from my A2003 process, but it works.

>
> Good.
>
> 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
> Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP! - Access 2007 DB with Digital Signature, Trying to create MD lmttag Microsoft Access 1 1st Apr 2008 09:31 PM
Error - Access 2007 DB with Digital Signature, Trying to create MD lmttag Microsoft Access Security 0 1st Apr 2008 08:08 PM
Access 2007: Digital signatures are lost in ADE files =?Utf-8?B?amFnYmFyY2Vsbw==?= Microsoft Access 12 9th May 2007 10:19 PM
Access 2007: Digital signatures are lost in ADE files =?Utf-8?B?amFnYmFyY2Vsbw==?= Microsoft Access ADP SQL Server 1 9th May 2007 06:54 PM
Access 2007: Digital signature is lost when you create ADE files =?iso-8859-1?Q?J.A._Garc=EDa_Barcel=F3?= Microsoft Access Security 1 2nd May 2007 07:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:40 AM.