473,466 Members | 1,391 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Possible to hide code outside the mdb and use this code?

Hi all,

Is it possible to 'hide' code (e.g. in a mde) and to use this in app.mdb?

Reason for asking:
I have made some of the applications a client (health-care organisation) works with.
My applications are usually mde's (Access '97 and up) or secured mdb's (Access 2.0)
I want to secure the code and I also don't want clients to be able to 'mess up' applications I made.

The organisation also uses 'own' mdb's. They work A LOT with Access.
Now they ask me to enhance one of 'their' mdb's. (A2k)
They want far more features than they can accomplish themselves.
I can use some of my usual code-routines for this task but don't want all of this code to be visible
for them.

Client persists in getting an mdb, because they want to be able to make changes themselves again
afterwards.
I want to protect at least some of my 'routines'. How? What is the best approach here?

Maybe I could use a code.mde as add-in or something alike ?

TIA
Arno R

Nov 12 '05 #1
5 2161
On Fri, 14 Nov 2003 14:00:09 +0100, "Arno R"
<ar****************@tiscali.nl> wrote:

Indeed you can.
However, check with the client first. Since they obviously want source
code, they may not want you to "hide" code. They may rather want to
buy your source code as a library.

-Tom.

Hi all,

Is it possible to 'hide' code (e.g. in a mde) and to use this in app.mdb?

Reason for asking:
I have made some of the applications a client (health-care organisation) works with.
My applications are usually mde's (Access '97 and up) or secured mdb's (Access 2.0)
I want to secure the code and I also don't want clients to be able to 'mess up' applications I made.

The organisation also uses 'own' mdb's. They work A LOT with Access.
Now they ask me to enhance one of 'their' mdb's. (A2k)
They want far more features than they can accomplish themselves.
I can use some of my usual code-routines for this task but don't want all of this code to be visible
for them.

Client persists in getting an mdb, because they want to be able to make changes themselves again
afterwards.
I want to protect at least some of my 'routines'. How? What is the best approach here?

Maybe I could use a code.mde as add-in or something alike ?

TIA
Arno R


Nov 12 '05 #2
You can have code libraries which are external to the current mdb.

.... But I would agree with Tom van Stiphout that you need to clarify with
the customer exactly what they are getting and whether they want to own the
source code or are willing to let you retain ownership.

Terry
"Arno R" <ar****************@tiscali.nl> wrote in message
news:3f**********************@dreader2.news.tiscal i.nl...
Hi all,

Is it possible to 'hide' code (e.g. in a mde) and to use this in app.mdb?

Reason for asking:
I have made some of the applications a client (health-care organisation) works with. My applications are usually mde's (Access '97 and up) or secured mdb's (Access 2.0) I want to secure the code and I also don't want clients to be able to 'mess up' applications I made.
The organisation also uses 'own' mdb's. They work A LOT with Access.
Now they ask me to enhance one of 'their' mdb's. (A2k)
They want far more features than they can accomplish themselves.
I can use some of my usual code-routines for this task but don't want all of this code to be visible for them.

Client persists in getting an mdb, because they want to be able to make changes themselves again afterwards.
I want to protect at least some of my 'routines'. How? What is the best approach here?
Maybe I could use a code.mde as add-in or something alike ?

TIA
Arno R


Nov 12 '05 #3
Thanks Tom and Terry for your reply's.
You can have code libraries which are external to the current mdb. I thought it must be possible indeed but ...
How to create/ use them? I never did this before ...
Where can I find more and explicit info on this? Any examples?
... But I would agree with Tom van Stiphout that you need to clarify with
the customer exactly what they are getting and whether they want to own the
source code or are willing to let you retain ownership.


Customer said this afternoon that they don't need to own the sourcecode
but want to be able to modify the mdb when they think they need to.

Arno R


Nov 12 '05 #4
ar****************@tiscali.nl (Arno R) wrote in
<3f**********************@dreader2.news.tiscali.nl >:
... But I would agree with Tom van Stiphout that you need to
clarify with the customer exactly what they are getting and
whether they want to own the source code or are willing to let
you retain ownership.


Customer said this afternoon that they don't need to own the
sourcecode but want to be able to modify the mdb when they think
they need to.


I had a contract that the client eventually walked away from that
specified that I'd provide a perpetual license to use my code
library MDE with this one application and that I'd provide a help
file documenting the interface to all the functionality in that
library. It never got finished because of a management change, so I
never ended up creating the help file.

But the principle was this:

1. the client would have full control of the front end code.

2. any dependencies on library code would be documented in terms of
what they did and what interface they had.

The latter would allow any developer who came in after me to modify
the code they owned to understand how my code worked and replace it
if he wanted to do so.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #5
A fair agreement it seems to me.

I tend to find that people tend to get a bit freaky when dealing with a one
man shop, therefore I'm not too concerned with whether they have the source
code or not.

Having said that the UK tends to be s bit less litiginous than, say, the US
so it's easier to be relaxed about such things over here.

Terry

"David W. Fenton" <dX********@bway.net.invalid> wrote in message
news:94***************************@24.168.128.78.. .
ar****************@tiscali.nl (Arno R) wrote in
<3f**********************@dreader2.news.tiscali.nl >:
... But I would agree with Tom van Stiphout that you need to
clarify with the customer exactly what they are getting and
whether they want to own the source code or are willing to let
you retain ownership.


Customer said this afternoon that they don't need to own the
sourcecode but want to be able to modify the mdb when they think
they need to.


I had a contract that the client eventually walked away from that
specified that I'd provide a perpetual license to use my code
library MDE with this one application and that I'd provide a help
file documenting the interface to all the functionality in that
library. It never got finished because of a management change, so I
never ended up creating the help file.

But the principle was this:

1. the client would have full control of the front end code.

2. any dependencies on library code would be documented in terms of
what they did and what interface they had.

The latter would allow any developer who came in after me to modify
the code they owned to understand how my code worked and replace it
if he wanted to do so.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc

Nov 12 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Mark | last post by:
Sorry, I'm a newbie to php ;) I was thinking about using php to write the script file, something like: <script type="text/javascript" src="http://insert_url_here.com/myScript.php"></script> ...
3
by: meska | last post by:
Is there a way in c# to hide program , that it would show in alt+tab ?
14
by: Laurent Vigne | last post by:
Hello, I would like to know how to make the methods of an interface inaccessible from outside Example: ---------------------------------------------- internal Interface ImyInterface { void...
5
by: Mardy | last post by:
I have an aspx page that contains a drop down and 3 divs and lots of other stuff. I'd like to hide the divs depending on which option from the drop down is selected. It works fine until I do a...
11
by: Brent Ritchie | last post by:
Hello all, I have been using C# in my programming class and I have grown quite fond of C# properties. Having a method act like a variable that I can control access to is really something. As...
9
by: Martin Widmer | last post by:
Hello! I would like to hide one property of a base class in a derived class. How could it be done? I tried to override it with a private property, but that doesn't seem to do the hiding. ...
6
by: Max2006 | last post by:
Hi, I need to hide a series of siteMapNodes to certain roles. That means roles have access to the siteMapNode, but the node doesn't appear on the navigation menu. I'll use Response.Redirect to...
2
by: bhuvragu | last post by:
Hi , Refer to my previous post "Arrow keys Scrolling on Div" , I created a text search with html_ajax. When you type text , it would display the search result in dropdown box under the textbox like...
6
by: Jeremy | last post by:
I've got a floating div which becomes visible when a link is clicked. I want the div to be hidden when the user clicks anywhere on the page except for whithin the div. What is the best way to do...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.