Re: How to make login to database virtual mutually exclusive per user

2013-10-24 Thread Martin Kersten
Hi, Check out stackoverflow.com. Am 23.10.2013 22:30 schrieb "Ken in Nashua" : > Hi Folks, > > I have a database. > > And I want all users to login... > > But I want all my code to cater to each user, regardless of how many are > logged in SAME CODE BASE... UNLIMITED USERS... CONCURRENCY.

Re: How to make login to database virtual mutually exclusive per user

2013-10-24 Thread Thiago H de Paula Figueiredo
On Wed, 23 Oct 2013 18:30:05 -0200, Ken in Nashua wrote: Hi Folks, Hi! I am worried about database collisions amongst the tables since they will all need all the tables... or rows for themselves. As Jens said, this seems to be completely unrelated to Tapestry. I guess you need to lea

How to make login to database virtual mutually exclusive per user

2013-10-23 Thread Ken in Nashua
Hi Folks, I have a database. And I want all users to login... But I want all my code to cater to each user, regardless of how many are logged in SAME CODE BASE... UNLIMITED USERS... CONCURRENCY... CONTENTION...total mayhem I am worried about database collisions amongst the tables sinc

Re: How to make login to database virtual mutually exclusive per user

2013-10-23 Thread Jens Breitenstein
Hi Ken, how is this related to Tapestry? Am 23.10.13 22:30, schrieb Ken in Nashua: Hi Folks, I have a database. And I want all users to login... But I want all my code to cater to each user, regardless of how many are logged in SAME CODE BASE... UNLIMITED USERS... CONCURRENCY... CONTEN

How to make login to database virtual mutually exclusive per user

2013-10-23 Thread Ken in Nashua
Hi Folks, I have a database. And I want all users to login... But I want all my code to cater to each user, regardless of how many are logged in SAME CODE BASE... UNLIMITED USERS... CONCURRENCY... CONTENTION...total mayhem I am worried about database collisions amongst the tables since th