Re: use a file as a database, access rights

2005-01-09 Thread Steve Holden
Kartic wrote: Steve Holden wrote: Sounds to me like you need to add a rights layer to gadfly. Aha...I did not consider that possibility. I have not gone indepth into Gadfly...is that a straigtforward thing to implement? Gadfly has been a very straightforwad installation for me. Of course the com

Re: use a file as a database, access rights

2005-01-09 Thread Torsten Mohr
Hi, sorry for being unclear and thanks for your answers. Yes, i'd like to use a flat-file database AND access rights. One way i thought of would be to handle the access rights in the script that i write. But to let some other module handle it would also be great. If for example i could embed so

Re: use a file as a database, access rights

2005-01-09 Thread Kartic
Steve Holden wrote: > Sounds to me like you need to add a rights layer to gadfly. Aha...I did not consider that possibility. I have not gone indepth into Gadfly...is that a straigtforward thing to implement? -- http://mail.python.org/mailman/listinfo/python-list

Re: use a file as a database, access rights

2005-01-09 Thread Kartic
Torsten, Please explain the environment you are planning to use - Operating System, whether you have full control of the machine that runs the database, how many users?. If you are using Windows and if your needs are simple, you can use Access as it has some simple access control that can be set

Re: use a file as a database, access rights

2005-01-09 Thread Steve Holden
Torsten Mohr wrote: Hi, i'd like to write a script that makes use of a database. It would be great if the database would store all its data in a file, that would be great for data exchange. It would also be great if i could use SQL, as i have some experience in that. Also, i NEED access rights to c

use a file as a database, access rights

2005-01-09 Thread Torsten Mohr
Hi, i'd like to write a script that makes use of a database. It would be great if the database would store all its data in a file, that would be great for data exchange. It would also be great if i could use SQL, as i have some experience in that. Also, i NEED access rights to certain parts of