Re:Delphi/Database/BDE
Quote
MSMcG <shaun.mcgu...@scaweb.com> wrote in message
news:7qm7hc$fi85@forums.borland.com...
Quote
> I am writing an application that currently uses Paradox databases. I may
> distribute this program commercially, and I am concerned that Paradox is
not
> secure enough to completely keep users out of all tables, even with
> passwords.
Passwords to crack into password protected paradox tables are available all
over the NET, my mother could probably get one, and shes 72 and hates
computers.
Quote
>Is there a better alternative to Paradox for the tables. Can
> Delphi use databases without the BDE. I am concerned about the overhead
from
> BDE and distributing to client machines (more for the user to mess with,
Yes. Advantage do a nice Client/Server alternative, and I think a standalone
with local server, which is not too costly.
I personally user LIBS for standalone and InterBase server for multi-user
systems, so I can control the application as single or multi-user via
licensing and not via drivers etc.
Be aware though, that many delphi users seem infatuated with the BDE
somtimes, as long as you only package what you need, and put the database
setup stuff as a system function, its usually *very* easy to deploy. I have
personally never had that much of a problem with it. As for size, I'd
recommend any developer investing in a CD-R anyway, I did and I no longer
have the 'size' headache.
Quote
> I heard that Microsoft has a sort of SQL Server lite database called MSDE
that is limited to 5 users.
If it as an SQL link, then probably will. If you need 5 users or under, then
look a the Interbase pricing, its probably going to be cheaper than anything
Microsoft will offer you.
Regards,
Tom.