DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 12 of 12
  1. #1
    Nuno Pereira Guest

    Protect Database


    How I can protect a Visual FoxPro 6.0 Database with a Password?

  2. #2
    Nancy Folsom Guest

    Re:

    In article <3950782e@news.devx.com>, a6611@hotmail.com says...
    > Hi, if I want to creat a programming code, what is the first thing i need
    > to do?


    Hi. It seems to me that you're starting out at the very beginning.
    Newsgroups are not a good place to learn how to program, but it's a
    great place to solve very specific problems.

    Unless I miss your question, it seems to me that some core training
    would be beneficial to you. Then, as you get going, the newsgroups can
    help with specific questions.

    If you tell us where you live (generally) we can help you find some
    training.

  3. #3
    Nancy Folsom Guest

    Re: Protect Database

    In article <3950c606$1@news.devx.com>, njfpereira@yahoo.com says...
    >
    > How I can protect a Visual FoxPro 6.0 Database with a Password?
    >


    The Foxpro DBC and DBFs do not have password protection. :-(

  4. #4
    John Koziol Guest

    Re: Protect Database

    There are other ways, though. The Cryptor product makes the stuff
    unreadable unless the cryptor lib is installed.
    --
    John Koziol
    MCSD, Microsoft MVP FoxPro


    Nancy Folsom <nancy_folsom@hotmail.com> wrote in message
    news:MPG.13ba8af475c03c00989686@news.devx.com...
    > In article <3950c606$1@news.devx.com>, njfpereira@yahoo.com says...
    > >
    > > How I can protect a Visual FoxPro 6.0 Database with a Password?
    > >

    >
    > The Foxpro DBC and DBFs do not have password protection. :-(




  5. #5
    Nancy Folsom Guest

    Re: Protect Database

    In article <3950ed22@news.devx.com>, i486dx@prodigy.net says...
    > There are other ways, though. The Cryptor product makes the stuff
    > unreadable unless the cryptor lib is installed.
    > --
    > John Koziol
    > MCSD, Microsoft MVP FoxPro
    >
    >
    > Nancy Folsom <nancy_folsom@hotmail.com> wrote in message
    > news:MPG.13ba8af475c03c00989686@news.devx.com...
    > > In article <3950c606$1@news.devx.com>, njfpereira@yahoo.com says...
    > > >
    > > > How I can protect a Visual FoxPro 6.0 Database with a Password?
    > > >

    > >
    > > The Foxpro DBC and DBFs do not have password protection. :-(

    >
    >
    >


    Got a link for the poster?

  6. #6
    Nancy Folsom Guest

    Re: Protect Database

    In article <MPG.13baa5a978c018619897bd@news.devx.com>, gfitzger@nyx.net
    says...
    > In article <MPG.13ba9bc08ecfc313989688@news.devx.com>,
    > nancy_folsom@hotmail.com (Nancy Folsom) quoth...
    > > In article <3950ed22@news.devx.com>, i486dx@prodigy.net says...
    > > > Nancy Folsom <nancy_folsom@hotmail.com> wrote in message
    > > > news:MPG.13ba8af475c03c00989686@news.devx.com...
    > > > > In article <3950c606$1@news.devx.com>, njfpereira@yahoo.com says...
    > > > > > How I can protect a Visual FoxPro 6.0 Database with a Password?
    > > > > The Foxpro DBC and DBFs do not have password protection. :-(
    > > > There are other ways, though. The Cryptor product makes the stuff
    > > > unreadable unless the cryptor lib is installed.

    > > Got a link for the poster?

    >
    > You mean like www.hallogram.com?
    >


    I dunno. I didn't bring it up. And I don't use it. Hopefully the poster
    will see these replies to me. ;-)

  7. #7
    Nancy Folsom Guest

    Re: Protect Database

    In article <3950c606$1@news.devx.com>, njfpereira@yahoo.com says...
    >
    > How I can protect a Visual FoxPro 6.0 Database with a Password?
    >


    Hi, Nuno-

    In case you missed it downthread, John Koziol and Garrett Fitzgerald
    have pointed out Cryptor which is published by Hallogram. You can find
    info for it at:

    http://www.hallogram.com/cryptor/

    It looks like exactly what you need.

  8. #8
    Garrett Fitzgerald Guest

    Re: Protect Database

    In article <MPG.13ba9bc08ecfc313989688@news.devx.com>,
    nancy_folsom@hotmail.com (Nancy Folsom) quoth...
    > In article <3950ed22@news.devx.com>, i486dx@prodigy.net says...
    > > Nancy Folsom <nancy_folsom@hotmail.com> wrote in message
    > > news:MPG.13ba8af475c03c00989686@news.devx.com...
    > > > In article <3950c606$1@news.devx.com>, njfpereira@yahoo.com says...
    > > > > How I can protect a Visual FoxPro 6.0 Database with a Password?
    > > > The Foxpro DBC and DBFs do not have password protection. :-(

    > > There are other ways, though. The Cryptor product makes the stuff
    > > unreadable unless the cryptor lib is installed.

    > Got a link for the poster?


    You mean like www.hallogram.com?
    --
    Garrett Fitzgerald
    #INCLUDE "\Program Files\Microsoft Visual Studio\VFP98\stddsclm.h"
    (Anyone who thinks I do anything vaguely resembling speaking for
    Microsoft is sorely deluded...)

  9. #9
    Garrett Fitzgerald Guest

    Re: Protect Database

    In article <MPG.13baa713f334ad7f98968d@news.devx.com>,
    nancy_folsom@hotmail.com (Nancy Folsom) quoth...
    > I dunno. I didn't bring it up. And I don't use it. Hopefully the poster
    > will see these replies to me. ;-)


    Hey, it's a newsgroup: everyone can see everything. :-) It's not like
    the UT, where it shows up in your "Replies to my messages" box....
    --
    Garrett Fitzgerald
    #INCLUDE "\Program Files\Microsoft Visual Studio\VFP98\stddsclm.h"
    (Anyone who thinks I do anything vaguely resembling speaking for
    Microsoft is sorely deluded...)

  10. #10
    Guy Pardoe Guest

    Re: Protect Database

    There's also a free encryption library called CIPHER50 in the files
    section of www.UniversalThread.com

    Guy


    On 21 Jun 2000 06:41:26 -0700, "Nuno Pereira" <njfpereira@yahoo.com>
    wrote:

    >
    >How I can protect a Visual FoxPro 6.0 Database with a Password?


    Guy Pardoe
    Pardoe Development Corporation

  11. #11
    Nancy Folsom Guest

    Re: Protect Database

    In article <khv3lscjqv6od8untb09ra3uihk6dun076@4ax.com>,
    Info@PardoeOnline.com says...
    > There's also a free encryption library called CIPHER50 in the files
    > section of www.UniversalThread.com
    >
    > Guy
    >
    >
    > On 21 Jun 2000 06:41:26 -0700, "Nuno Pereira" <njfpereira@yahoo.com>
    > wrote:
    >
    > >
    > >How I can protect a Visual FoxPro 6.0 Database with a Password?

    >
    > Guy Pardoe
    > Pardoe Development Corporation
    >


    Does that work with VFP 6.0, though? Is there a version for 6.0?

  12. #12
    John Dobson Guest

    Re: Protect Database

    Cipher50 works just fine in VFP6. It probably needs more work for the
    origianl poster though.

    John

    "Nancy Folsom" <nancy_folsom@hotmail.com> wrote in message
    news:MPG.13bbed0891bd6ae298969b@news.devx.com...
    > In article <khv3lscjqv6od8untb09ra3uihk6dun076@4ax.com>,
    > Info@PardoeOnline.com says...
    > > There's also a free encryption library called CIPHER50 in the files
    > > section of www.UniversalThread.com
    > >
    > > Guy
    > >
    > >
    > > On 21 Jun 2000 06:41:26 -0700, "Nuno Pereira" <njfpereira@yahoo.com>
    > > wrote:
    > >
    > > >
    > > >How I can protect a Visual FoxPro 6.0 Database with a Password?

    > >
    > > Guy Pardoe
    > > Pardoe Development Corporation
    > >

    >
    > Does that work with VFP 6.0, though? Is there a version for 6.0?




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links