foxpro database
-
i'm using java awt in front end and microsoft visual foxpro 6.0 as the back end the project is completely working but the problem is that anyone can click on the table and can edit the table contents what shall i do to stop the modification in the database??
-
i'm using java awt in front end and microsoft visual foxpro 6.0 as the back end the project is completely working but the problem is that anyone can click on the table and can edit the table contents what shall i do to stop the modification in the database??
Where are the 'backend' foxpro files? If they are on a physical server can you not restrict access? The is a similiar problem to MsAccess, if the user can access the file and has the correct program installed then they can change the content. A long term solution would be to migrate to a more secure data storage engine.
Panic, Chaos, Destruction. My work here is done.
-
i'm using java awt in front end and microsoft visual foxpro 6.0 as the back end the project is completely working but the problem is that anyone can click on the table and can edit the table contents what shall i do to stop the modification in the database??
gaurav raghu wrote:
but the problem is that anyone can click on the table and can edit the table contents what shall i do to stop the modification in the database??
If you mean the files themselves then that isn't a java question. It is a database/security question.