If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > need help with function in ASP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-26-06, 09:45
mrjoka mrjoka is offline
Registered User
 
Join Date: Oct 2006
Posts: 55
need help with function in ASP

dear experts,
i'm a newbies with asp so i need you help on this one.
i need a function getparam that returns a siteid as an output.
the input for this function are: HealtSoftware_CustID(that's the parameter we created to link our website to another website) (paramID= 68) this one is fixed and the Parameter value (KlantID).
this function has to run this query :
SELECT ID FROM dbo.tblPRParam
WHERE (ParamID = 68) AND (LangID = 'nl') AND (ParamLevel = 2) AND (Value = 38471422) ** is not fixed one parameter can have more than one value.
also i need to check via the parameter if the KlantID exists and if true than get the siteID, site email and domainname.
and also to check if the user id exists on the above website.

thanks
Reply With Quote
  #2 (permalink)  
Old 10-26-06, 12:48
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On