Click here to Skip to main content
15,913,836 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Cookie madness Pin
leppie29-Oct-02 0:20
leppie29-Oct-02 0:20 
GeneralRe: Cookie madness Pin
Paul Riley29-Oct-02 0:25
Paul Riley29-Oct-02 0:25 
GeneralRe: Cookie madness Pin
leppie29-Oct-02 2:15
leppie29-Oct-02 2:15 
GeneralRe: Cookie madness Pin
Megan Forbes29-Oct-02 2:39
Megan Forbes29-Oct-02 2:39 
GeneralRe: Cookie madness Pin
leppie29-Oct-02 6:11
leppie29-Oct-02 6:11 
GeneralRe: Cookie madness Pin
Megan Forbes29-Oct-02 6:16
Megan Forbes29-Oct-02 6:16 
GeneralRe: Cookie madness Pin
leppie29-Oct-02 6:27
leppie29-Oct-02 6:27 
Generalmultiple query Pin
Tuvok28-Oct-02 1:11
Tuvok28-Oct-02 1:11 
I have this code that i use to query my database to pull out customers email addresses, however i am trying to get it to pull out email accounts from a whole list of domain names ( i.e from a comma seperated values e.g domain1.com, domain2.com )

So that i can do a bulk search and get bulk results as

domain1.com fred@somehotmail.com
domain1.com fredrika@someotherhotmail.com Smile | :)


---------------------------here is the current code--------------------------

<%
var-domain = Request.Querystring("domain-name")

SQL="SELECT email FROM requests WHERE domain = '" & var-domain & "'"
Set connb = server.createobject("ADODB.Connection")
connb.open "some-connection"
set user = connb.execute(SQL)

Do UNTIL user.EOF
var-email=user.Fields("email")

%>

<p><b><%-var-domain %> sdasda</b></p>

<% user.MoveNext
Loop
connb.close %>
-----------------------------------------------------------------------------------
GeneralRe: multiple query Pin
Nick Parker28-Oct-02 2:41
protectorNick Parker28-Oct-02 2:41 
QuestionRetrive form field values? Pin
zhoujun27-Oct-02 14:42
zhoujun27-Oct-02 14:42 
AnswerRe: Retrive form field values? Pin
Paul Farry27-Oct-02 20:44
professionalPaul Farry27-Oct-02 20:44 
GeneralRe: Retrive form field values? Pin
zhoujun27-Oct-02 22:03
zhoujun27-Oct-02 22:03 
AnswerRe: Retrive form field values? Pin
Richard Deeming28-Oct-02 1:39
mveRichard Deeming28-Oct-02 1:39 
GeneralRe: Retrive form field values? Pin
zhoujun28-Oct-02 13:31
zhoujun28-Oct-02 13:31 
GeneralRe: Retrive form field values? Pin
Richard Deeming28-Oct-02 22:41
mveRichard Deeming28-Oct-02 22:41 
Generalyourname.something.com Pin
Darroll Walsh26-Oct-02 23:21
Darroll Walsh26-Oct-02 23:21 
GeneralRe: yourname.something.com Pin
Daniel Turini26-Oct-02 23:30
Daniel Turini26-Oct-02 23:30 
GeneralRe: yourname.something.com Pin
Darroll Walsh27-Oct-02 0:01
Darroll Walsh27-Oct-02 0:01 
GeneralRe: yourname.something.com Pin
leppie27-Oct-02 2:33
leppie27-Oct-02 2:33 
GeneralRead file with JavaScript and embed to HTML file Pin
Dominik Reichl26-Oct-02 9:58
Dominik Reichl26-Oct-02 9:58 
GeneralRe: Read file with JavaScript and embed to HTML file Pin
leppie27-Oct-02 2:46
leppie27-Oct-02 2:46 
GeneralRe: Read file with JavaScript and embed to HTML file ???????????????????????????????? Pin
Dominik Reichl27-Oct-02 6:06
Dominik Reichl27-Oct-02 6:06 
GeneralRe: Read file with JavaScript and embed to HTML file ???????????????????????????????? Pin
alex.barylski27-Oct-02 19:32
alex.barylski27-Oct-02 19:32 
GeneralRe: Read file with JavaScript and embed to HTML file ???????????????????????????????? Pin
Paul Watson28-Oct-02 22:45
sitebuilderPaul Watson28-Oct-02 22:45 
GeneralRe: Read file with JavaScript and embed to HTML file ???????????????????????????????? Pin
alex.barylski29-Oct-02 11:43
alex.barylski29-Oct-02 11:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.