Results 1 to 31 of 31

Thread: Is it legal?

  1. #1

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827

    Is it legal?

    Is it legal to use and distribute access or SQL database in your application?
    Baaaaaaaaah

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Yes, provided you don't distribute access as well.

  3. #3
    LOL, distributing Access would definitely be a no-no.

  4. #4
    Addicted Member
    Join Date
    Jun 2001
    Posts
    183

    C:\NUL\NUL

    What is this "secrete" place thing supposed to do? All I see is Page not found.

    se·crete1 (s-krt)
    tr.v. se·cret·ed, se·cret·ing, se·cret·es
    To generate and separate (a substance) from cells or bodily fluids: secrete digestive juices.



  5. #5
    I'm guessing you replied to the wrong thread, Rye.

  6. #6
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    No he didn't, look at abdul's sig

  7. #7
    Me have sigs off. They annoy me.

  8. #8
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    you even have to be careful about reselling third party software licenses with your app. Some (if not most or all) companies require some sort of resellers agreement before you can do it legally.

  9. #9

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    Then how do people create database applications? They use some kind of ADO or DAO technology..right?
    Baaaaaaaaah

  10. #10
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    you dont need Access for that (ADO connection to an mdb)

  11. #11
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    I believe you can freely distribute the MDAC components (ADO, OLEDB Providers, etc) for connectivity.

    The "secrete place" link is an old trick, because pointing older, unpatched versions of win 95/98 to hardware addresses would cause them to crash.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  12. #12

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    But I still create a mdb database. So, is it legal to create mdb database yourself using ADO or DAO and then distribute it?
    Baaaaaaaaah

  13. #13
    Why not? I can create HTML files in Dreamweaver, text files in Notepad, graphics in Photoshop, etc.

  14. #14
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    The first reply in this thread answered your question.

  15. #15
    Addicted Member Sibby's Avatar
    Join Date
    Feb 2001
    Location
    Milwaukee, WI *The United States of America*
    Posts
    144
    Filbert,

    All the examples you listed are general file types. Text, HTML, JPG/BMP/GIF. You can use any program to modify these, where as an MDB file is more specialized to access alone. (From what I'm aware of anyway) I think that's what sparked abdul's initial request.
    If you can think it....you can code it....

  16. #16
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by abdul
    But I still create a mdb database. So, is it legal to create mdb database yourself using ADO or DAO and then distribute it?
    I understand your line of thinking, but, Access/mdb doesn't share the same relationship as say EXCEL/xls .

    Your end user need not have Access on his machine in order to use your ADO application that uses an mdb on his machine.

  17. #17
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Simply put, create a setup package. It will contain the data access components that you need. You cannot distribute Access, but you can use those componenets Vb uses to talk to and Access database. Same goes for SQL.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  18. #18
    Originally posted by Sibby
    Filbert,

    All the examples you listed are general file types. Text, HTML, JPG/BMP/GIF. You can use any program to modify these, where as an MDB file is more specialized to access alone. (From what I'm aware of anyway) I think that's what sparked abdul's initial request.
    Photoshop uses a proprietary format, PSD.

  19. #19
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Consider this:

    You can create data files in any format you want. I don't think there is any limitation on that. Access is just a software meant to allow a user to view and edit files in a particular format. The DAO and ADO technologies allow you to do the same, but through VB.

    Microsoft allows you to distribute the ADO or DAO files along with your VB application as part of the VB or VS license. But since Access is a separate software you cannot redistribute it.

    Tomorrow if you cracked the Access file format and created a software with the functionality that Access provides, you could distribute it freely.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  20. #20

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    I think you are not getting what I mean so I simply ask:

    How people create a database application in vb such as keeping track of students' records or some other database related application?

    I just need to know that wether they create an access database or an SQL database, and then open/manipulate that in thier application
    Baaaaaaaaah

  21. #21
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923

    Re: Well ...

    Originally posted by honeybee
    Tomorrow if you cracked the Access file format and created a software with the functionality that Access provides, you could distribute it freely.
    Errrr. i don't think so!! Since when was the file format licenced to other developers?!?!...

  22. #22
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Yes abdul you can create your own database viewer/reader/writer that will read an Access/SQL database and that is completely legal.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  23. #23
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Originally posted by abdul
    I think you are not getting what I mean so I simply ask:

    How people create a database application in vb such as keeping track of students' records or some other database related application?

    I just need to know that wether they create an access database or an SQL database, and then open/manipulate that in thier application
    Specifically, yes, because MS grants you the right to redistribute the DLLs which you use to create and manage Access or SQL databases through VB.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  24. #24

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    Thanks a lot!

    But as I asked the question:

    Is that how other people create their application?


    And also is there any good web site from where I can get some good tutorials on ADO technology?
    Baaaaaaaaah

  25. #25
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

  26. #26
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Well ...

    Originally posted by abdul
    Thanks a lot!

    But as I asked the question:

    Is that how other people create their application?


    And also is there any good web site from where I can get some good tutorials on ADO technology?
    Yes, that's how other people write database applications.

    Usually, database software makers release some DLL files or APIs so that application developers can make use of their database software as back-end.

    With Access, just the DAO/ADO files would do. But with SQL server or Oracle, I think you need to install the client software of the RDBMS.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  27. #27
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Tomorrow if you cracked the Access file format and created a software with the functionality that Access provides, you could distribute it freely.
    Technically, the License Agreements with Visual Studio and other MS developer stuff specifically say you can't use them create programs with the full functionality of Access (or anything that could replace any of MS Office). Then again, you could always just use a Borland compiler, etc.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  28. #28
    Hyperactive Member gravyboy's Avatar
    Join Date
    Jan 2000
    Location
    Where I was before . . . if you don't know then you're new!
    Posts
    334

    General File Formats

    Actually GIF is proprietary to CompuServe but since so many peeps use GIF, CS can't be arsed to do anything . . . .
    Matt G
    VS6 Ent SP5 @ Work
    VS6 Ent SP5 & VB.Net @ Home
    [email protected]



  29. #29
    New Member Rosey's Avatar
    Join Date
    May 2008
    Location
    Fort Pierce, Fl
    Posts
    1

    Re: Is it legal?

    I know I am a newbie on this site but do have some knowledge on this subject. You are allowed to create, view, and edit a database for your App through MDS. The statement about the software looking or doing anything that another MS Office product does is also true in part. The laws for programming is that if you write something like one that has been created it MUST be CHANGED 75% or more to be considered yours. So unless you are making an Excel Program that works just like MS Excel or Word with the same interface and command stucture you should be fine. For myself I use old school. I use a table like setup using random access files. It saves a lot of space and have not had a record limit problem like access files have.

    Keep It Rosey
    Last edited by Rosey; May 15th, 2008 at 02:39 AM.

  30. #30
    PowerPoster
    Join Date
    Jul 2006
    Location
    Maldon, Essex. UK
    Posts
    6,334

    Re: Is it legal?

    You do realise that this thread is nearly 7 years old. I suspect the question was answered to the OPs satisfaction then.

  31. #31
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830

    Re: Is it legal?

    Old thread yes....but you can distribute the Access Runtime if you have a developers license.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width