|
|
Sergey Kornilov admin 8/2/2007 |
|
You need to move GUID field to Accounts table and use Users can see and edit their own data only. |
|
|
C
|
chaz author 8/2/2007 |
|
well thats not possible so how do i do it from phprunner? LOL |
|
|
|
Sergey Kornilov admin 8/2/2007 |
|
Sure, you can store GUID value in some Session variable and use BeforeSQLQuery Event to add a WHERE clause to the SQL query. |
|
|
C
|
chaz author 8/3/2007 |
|
All Russian to me !! LOL |
|
|
|
Sergey Kornilov admin 8/3/2007 |
|
Here is the example of adding a WHERE clause in BeforeSQLQuery event: |
|
|
C
|
chaz author 8/4/2007 |
|
where do i put that event? |
|
|
|
Sergey Kornilov admin 8/4/2007 |
|
BeforeSQLQuery event |
|