473,545 Members | 2,113 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Protecting code

Hi all,

This is my first post on this newsgroup, and I'm sure this has been
discussed before. I've just converted a FoxPro database to Access/VBA,
and I'm wondering if there's a way to protect your server-based VBA
code from others with Access installed on their machines? If not,
should I consider using VB .net, and is a VB .net + Jet DB engine
program worth the extra effort?

I'm not sure on how big of a problem this would be, but the potential
is there.

Thanks in advance for any advice.

GM
Nov 12 '05 #1
4 1402
G. Miller wrote:
Hi all,

This is my first post on this newsgroup, and I'm sure this has been
discussed before. I've just converted a FoxPro database to Access/VBA,
and I'm wondering if there's a way to protect your server-based VBA
code from others with Access installed on their machines? If not,
should I consider using VB .net, and is a VB .net + Jet DB engine
program worth the extra effort?
Convert it to an MDE.
I'm not sure on how big of a problem this would be, but the potential
is there.

Thanks in advance for any advice.

GM


Nov 12 '05 #2
That was easy. Thanks.
On Mon, 03 May 2004 19:18:46 GMT, Salad <oi*@vinegar.co m> wrote:
G. Miller wrote:
Hi all,

This is my first post on this newsgroup, and I'm sure this has been
discussed before. I've just converted a FoxPro database to Access/VBA,
and I'm wondering if there's a way to protect your server-based VBA
code from others with Access installed on their machines? If not,
should I consider using VB .net, and is a VB .net + Jet DB engine
program worth the extra effort?


Convert it to an MDE.

I'm not sure on how big of a problem this would be, but the potential
is there.

Thanks in advance for any advice.

GM


Nov 12 '05 #3
gm*****@nospam-mobileregister. com (G. Miller) wrote in
news:40******** *******@newsgro ups.bellsouth.n et:
Hi all,

This is my first post on this newsgroup, and I'm sure this has been
discussed before. I've just converted a FoxPro database to Access/VBA,
and I'm wondering if there's a way to protect your server-based VBA
code from others with Access installed on their machines? If not,
should I consider using VB .net, and is a VB .net + Jet DB engine
program worth the extra effort?

I'm not sure on how big of a problem this would be, but the potential
is there.


At this very moment tens of thousands of us are plotting to steal your
code.

And when we do, we'll sell it to the highest bidder, probably some
international crime syndicate dealing in contraband intelligence of the
higest order.

Be careful. I've heard the CIA is sending a team to destroy it by fair
means or foul before enemies of the United States (aka "almost everyone")
can get their evil hands on it.

--
Lyle
(for e-mail refer to http://ffdba.com/contacts.htm)
Nov 12 '05 #4
That sounds about right.

On 3 May 2004 20:14:40 GMT, Lyle Fairfield
<Mi************ @Invalid.Com> wrote:
gm*****@nosp am-mobileregister. com (G. Miller) wrote in
news:40******* ********@newsgr oups.bellsouth. net:
Hi all,

This is my first post on this newsgroup, and I'm sure this has been
discussed before. I've just converted a FoxPro database to Access/VBA,
and I'm wondering if there's a way to protect your server-based VBA
code from others with Access installed on their machines? If not,
should I consider using VB .net, and is a VB .net + Jet DB engine
program worth the extra effort?

I'm not sure on how big of a problem this would be, but the potential
is there.


At this very moment tens of thousands of us are plotting to steal your
code.

And when we do, we'll sell it to the highest bidder, probably some
internationa l crime syndicate dealing in contraband intelligence of the
higest order.

Be careful. I've heard the CIA is sending a team to destroy it by fair
means or foul before enemies of the United States (aka "almost everyone")
can get their evil hands on it.

--
Lyle
(for e-mail refer to http://ffdba.com/contacts.htm)


Nov 12 '05 #5

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

Similar topics

24
5022
by: Yang Li Ke | last post by:
Hi guys! Anyone know a way so that users purchasing my scripts would not be able to share them with other people ? Yang
18
5706
by: Alan Sheehan | last post by:
Hi pythonistas, I am looking for methods of deploying applications with end users so that the python code is tamper proof. What are my options ? I understand I can supply .pyc or .pyo files but they can easily be reverse engineered I am told. Is it possible to load the scripts from zip files where the zip files are password protected ?
6
1982
by: nell | last post by:
Hi all, I've developed a testing application in python, and should supply it in a way that no one (lets say they are regular users) will understand it and edit it. The application source is all python but we expose a UI written in C# that go over all our code and expose to user functions (Indicated with a special prefix). So the problem on...
12
2179
by: Roland Hall | last post by:
I read Aaron's article: http://www.aspfaq.com/show.asp?id=2276 re: protecting images from linked to by other sites. There is a link at the bottom of that page that references an interesting article about ways of protecting your images from being downloaded. It was my understanding that if the client sees it, then it's in the client cache. ...
5
1895
by: John | last post by:
Dear all, I've got a security question that is so difficult that "maybe" there will be no answer for it. It's regarding protecting asp code. I did write some asp code, that I sell to companies, to control several dbases. Because I sell the code, it's not that they own the code and can sell it further or change the code, or add some extra...
7
1450
by: Shawn | last post by:
Hi. I have a folder that contains a lot of different documents. xls, .doc, .pdf etc. Different users have access to different documents. The problem is that if a user knows the name of a document then he can just write the path into IE and get access to it anyway. Is it possible to prevent this? Thanks, Shawn
12
1914
by: Dr. Edmund M. Hayes | last post by:
I wrote a access program that works well enough that a handful of people would like to buy it from me. My problem is that if I sell it to someone there is no mechanism that I know of to protect them from giving it to anyone they feel like. The program produces reports that are specific to a particular organization but that does stop anyone...
22
2584
by: flit | last post by:
Hello All, I have a hard question, every time I look for this answer its get out from the technical domain and goes on in the moral/social domain. First, I live in third world with bad gov., bad education, bad police and a lot of taxes and bills to pay, and yes I live in a democratic "state" (corrupt, but democratic). So please, don't try...
0
1128
by: xamman | last post by:
hi there! according to msdn (link at bottom) i should be able to protect a whole class declaratively as above. However i keep getting 'request for principal permissions failed' exceptions. in the msdn article a reference is made to include AppDomain.CurrentDomain.SetPrincipalPolicy(PrincipalPolicy.WindowsPrincipal) in your code to set the...
16
4182
by: rogerjames1 | last post by:
How would I go about protecting a whole directory, e.g. http://www.example.com/members/ and all sub-directories with login protection? I wouldn't like to put a .php script in each directory and I'd like to protect all file-types
0
7401
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7656
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7423
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5329
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4945
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3450
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3443
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1884
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 we have to send another system
1
1014
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.