R
RobL
Hello all,
I am currently attempting to implement a database sanitiser. I will be
performing hashing functions on every record within selected columns.
I'm currently wondering if there is any way to programmatically 'upload'
code into an Access database (to be viewed in the 'Modules' section of the
main window of an mdb in the Access application), so that I'm not having to
pull and push large volumes of data across potentially slow networks.
To summarise: I want to perform VB-style operations from 'within' the
database.
i.e. I could say from the client-side:
1.Upload some piece of code
2.Run this code against the such-and-such a column
Is this possible?
Thanks,
Rob Levy
I am currently attempting to implement a database sanitiser. I will be
performing hashing functions on every record within selected columns.
I'm currently wondering if there is any way to programmatically 'upload'
code into an Access database (to be viewed in the 'Modules' section of the
main window of an mdb in the Access application), so that I'm not having to
pull and push large volumes of data across potentially slow networks.
To summarise: I want to perform VB-style operations from 'within' the
database.
i.e. I could say from the client-side:
1.Upload some piece of code
2.Run this code against the such-and-such a column
Is this possible?
Thanks,
Rob Levy