George said:
How to uprotect a project? and how to run the code to view the error? and
finaly how to fix the error?
Thanks
You'll probably need to contact the source (author or organization) of
your database file to get either the password to unprotect it, or to get
an unprotected copy. The protection is there to support the author's
copyright (and to help you avoid accidentally breaking the law). There
might be a sneaky way to circumvent the protection, but doing so might
be illegal, so I suggest avoiding solutions like that.
Lacking access to the code, you might use what you have as a model for
what you want to produce, and develop your own database (including
writeing your own code) to do specifically what you want done. The
results might be better than if you try to adapt someone else's work,
anyway, since you'd have a good understanding of how your own project is
organized. Trying to understand someone else's (especially if it's not
documented well) could involve lots of effort with little gain.
-- Vincent Johns <
[email protected]>
Please feel free to quote anything I say here.