Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
GTN1707 #1
Recordsets without using Session Variables Help
Help, Please,
I'm trying to build a recordset for users with administration rights, so that
once the user logs in it validates their rights and then on a section of the
page it returns the names of all the people associated with the company id that
the user is is assosiated with (I don't want to use Session variables due to
bandwith) the formula i'm thinking of is something like -
Select EmployeeFirstname, EmployeeId, ClientID, CoClientID, EmployeeFirst,
EmployeeUsername, EmployeeID from dbo.Employee, dbo.client where EmployeeID
=ClientID AND ClientID = CoClientID AND CoClientID = EmployeeID AND
EmployeeUsername = MMColParam AND EmployeeAccessLevel = Admin.
(where EmployeeUsername id the text field that user enterred their email
address whilst logging in)
The site is an ASP site, I would be grateful for your thoughts on this one
!!!! Many thanks -
Gareth
GTN1707 Guest
-
#39833 [NEW]: Session variables overwritten by local variables (register_globals=off)
From: sup1382 at accedo dot es Operating system: OpenBSD 3.9 PHP version: 5.2.0 PHP Bug Type: Session related Bug... -
#39447 [NEW]: Want to optionally handle apc_upload_progress variables using session variables
From: krudtaa at yahoo dot com Operating system: All PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
Persisted XML Recordsets - Disconnected Recordsets - problems
I have a recordset, client side .ASP that I save as a DOM. I pass to a server side .ASP to reconnect the recordset and update. I keep getting an... -
Session problem when setting session variables in files that are in different directories
I am running PHP 4.3.0 on a WinXPpro machine and I recently got problem with sessions. What I am building is a loginsystem and I need to save... -
variables that change session variables
Hi, I'm currently writing a mulit-page form app that uses a session to retain data from each form element in order for the user to jump between... -
GTN1707 #2
Recordsets without using Session Variables Help
Help, Please,
I'm trying to build a recordset for users with administration rights, so that
once the user logs in it validates their rights and then on a section of the
page it returns the names of all the people associated with the company id that
the user is is assosiated with (I don't want to use Session variables due to
bandwith) the formula i'm thinking of is something like -
Select EmployeeFirstname, EmployeeId, ClientID, CoClientID, EmployeeFirst,
EmployeeUsername, EmployeeID from dbo.Employee, dbo.client where EmployeeID
=ClientID AND ClientID = CoClientID AND CoClientID = EmployeeID AND
EmployeeUsername = MMColParam AND EmployeeAccessLevel = Admin.
(where EmployeeUsername id the text field that user enterred their email
address whilst logging in)
The site is an ASP site, I would be grateful for your thoughts on this one
!!!! Many thanks -
Gareth
GTN1707 Guest



Reply With Quote

