Hi,
I'm creating this program that allows users to make orders.
To make sure everything works easy for the user of the program I created this table tblCustomerOnline where I store the name of the client as long as he is online.
My problem now is that I have just been told that several customers should be able to be online at the same time. I think this will mess up everything I have done untill now.
Does anyone have any experience with a problem like this?
Could you please help me out a little,
Thanks in advance,
dj.
I'm creating this program that allows users to make orders.
To make sure everything works easy for the user of the program I created this table tblCustomerOnline where I store the name of the client as long as he is online.
My problem now is that I have just been told that several customers should be able to be online at the same time. I think this will mess up everything I have done untill now.
Does anyone have any experience with a problem like this?
Could you please help me out a little,
Thanks in advance,
dj.