|
-
Oct 13th, 2000, 04:33 AM
#1
Thread Starter
Addicted Member
Can anyone advise on the licenced distribution of jet databases?
I have yet to write a Database in VB, but am starting my first one tommow. I thought I had read someware that VB Pro does not allow distribution of databases using the jet engine.
I have phoned Microsoft, but they didn't seem that clued up?
-
Oct 13th, 2000, 04:45 AM
#2
Addicted Member
I've made several database programs and I have used the Microsoft JetBase database engine many times. It's ACCESS that has copyrights, not the engine.
Microsoft does however give the advice to programmers to edit the extemtion of the file. Instead of using .MBD, you make one yourself that's not registered in the computer.
This makes it easy to protect your database form people that want to change it, or so Microsoft claimes.
Catch you later,
Jeroen Hoekemeijer
Code:
If 1 = 2 Then MajorError
-
Oct 13th, 2000, 04:51 AM
#3
Thread Starter
Addicted Member
Thank you. I'll start writing!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|