SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseSQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old September 1st, 2004, 11:34 PM
inkdot inkdot is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 52 inkdot User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 8 h 1 m 11 sec
Reputation Power: 5
Checking

I want to do a checking before the user is allowed into the page. I did a Request.QueryString("id") and want to take this value to do a Select statment but no idea how to do it.

eg.
Select cust_id from m_customer
where cust_id = Request.QueryString("id")

Pls Help!

Reply With Quote
  #2  
Old September 8th, 2004, 07:54 PM
sganti sganti is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 25 sganti User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
write a stored proc with the userid as the parameter

create sp_check_user(
@user_id int
)
as set
nocount on
select cust_id
from m_customer
where user_id = @user_id

go

u can pass the "Request.QueryString("id") " value as user_id

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseSQL Development > Checking


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT