Does delete object alter signature

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there,

I'm looking into purchasing a digital signature subscription. The VBA on
the db I'm desigining calls for certain tables to be created/deleted
programmatically from time to time (mostly for the backing up/restoration of
data). If someone runs these scripts, will it alter the signature that I
have placed in it? Or is someone allowed to create/delete tables without
altering the sig?

TIA
 
As I understand it, the signature is applied to the VBA project, so only
changes to the VBA project would invalidate it. Creating and deleting tables
won't invalidate it.
 
Thanks for the clarification Brendan.

Brendan Reynolds said:
As I understand it, the signature is applied to the VBA project, so only
changes to the VBA project would invalidate it. Creating and deleting tables
won't invalidate it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top