Hi Everybody,
I think the problem I need a help for is common for CF developers and experienced programmers should know the best solution for it. I am developing an application which intends to access the database (Oracle) by a few users. Each of them should be able to add records into some table and they are to see and update only their records. From what I read about the variable scope I thought I need to set client variables during login procedure to distinguish between different users if a few of them are working with the table at the same time. However examples of login I found on the Web use session variables.
Can anyone explain to me the difference between client and session variables and tell me which are more suitable for the task I am working on?
Thanks,
Alex
I think the problem I need a help for is common for CF developers and experienced programmers should know the best solution for it. I am developing an application which intends to access the database (Oracle) by a few users. Each of them should be able to add records into some table and they are to see and update only their records. From what I read about the variable scope I thought I need to set client variables during login procedure to distinguish between different users if a few of them are working with the table at the same time. However examples of login I found on the Web use session variables.
Can anyone explain to me the difference between client and session variables and tell me which are more suitable for the task I am working on?
Thanks,
Alex