Ask a Question related to Dreamweaver AppDev, Design and Development.
-
M@rk #1
Recordset question ASP
Hi I have a recordset which lists all the sites Users with the access
levels of (Admin, Employee, Guest) What I want is to filter recordset to just
show 'Admin' and 'Employee' It should be simple but I just can't work out the
SQL. This is what I've got so far SELECT * FROM tblLogin WHERE Access_level =
'Admin' Thanks, M@rk
M@rk Guest
-
Recordset filter question for MySQL
Hi I am looking to filter a query with three conditions and can not find the correct syntax. I am looking to search on a type of vehicle then a span... -
Question re Recordset Navigation
Does anyone know whether there is a Recordset Navigation extention that allows you to display all of the pages or records at once with a "view all... -
Recordset Filter question - Nested repeat region
Hi, I am using Tom Steepers Tutorial to nest a recordset found here.... http://www.dmxzone.com/ShowDetail.asp?NewsId=394 Does anyone know... -
Tricky Recordset Question: HELP!
I'm not sure where your problem is. You describe some things you've tried, but you don't explain what goes wrong when you try them ... I think we... -
Lengthy recordset question
Dwayne: Be aware that my opinions may well be addlepated, as they usually are. At any rate, you're welcome! -- Murray --- ICQ 71997575 Team... -
Manuel Socarras #2
Re: Recordset question ASP
SELECT * FROM tblLogin WHERE Access_level = 'Admin' OR
Access_level = 'Employee'
M@rk wrote:> Hi I have a recordset which lists all the sites Users with the access
> levels of (Admin, Employee, Guest) What I want is to filter recordset to just
> show 'Admin' and 'Employee' It should be simple but I just can't work out the
> SQL. This is what I've got so far SELECT * FROM tblLogin WHERE Access_level =
> 'Admin' Thanks, M@rk
>Manuel Socarras Guest
-
Alexandro Colorado #3
Re: Recordset question ASP
On Thu, 24 Mar 2005 15:07:41 +0100, Manuel Socarras
<msoc**no-spam**@airtel.net> wrote:
We currently have a product called impakt which have a good level of User> SELECT * FROM tblLogin WHERE Access_level = 'Admin' OR
> Access_level = 'Employee'
>
>
> M@rk wrote:>> Hi I have a recordset which lists all the sites Users with the
>> access levels of (Admin, Employee, Guest) What I want is to filter
>> recordset to just show 'Admin' and 'Employee' It should be simple but I
>> just can't work out the SQL. This is what I've got so far SELECT *
>> FROM tblLogin WHERE Access_level = 'Admin' Thanks, M@rk
>>
authentication including the ACL = Access Level.
You can easily set it up from a Graphic user interface and assign a level
to this. If you want to see a demo of a ACL login set up please check this
site.
[url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/ImpAKT/Overview/[/url]
--
Alexandro Colorado
------------------------------
Support Engineer
InterAKT Online
[url]http://www.interaktonline.com[/url]
Tel: 40(21) 312.5312
Alexandro Colorado Guest



Reply With Quote

