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 > Submit Form data to 2 places

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-17-05, 11:15
donaldt donaldt is offline
Registered User
 
Join Date: Jan 2002
Location: Nottingham - UK
Posts: 113
Submit Form data to 2 places

Hello Folks

I have a search engine on our site, I need to be able to record what users have searched on by entering there request into a database as well as displaying the results as usual for the user.

Im using II6 - ASP and MS SQL

Any help please getting me started ?

Thanks in advance

Donald
Reply With Quote
  #2 (permalink)  
Old 10-17-05, 15:44
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
Which part are you having trouble with, storing something in the database, or showing the results of a search? And if you can do both, then there is no reason you can't do them both on the same page.

If you re-use a recordset object just be sure to close it properly inbetween uses:

' Close rs.
objRS.Close
Set objRS = Nothing
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
  #3 (permalink)  
Old 10-18-05, 04:46
donaldt donaldt is offline
Registered User
 
Join Date: Jan 2002
Location: Nottingham - UK
Posts: 113
Posting to a database

Hi, Ive got the search working fine - Its just figuring out the concept of posting the data into a db.....

Do you know of any examples anywhere ?

Donald
Reply With Quote
  #4 (permalink)  
Old 10-18-05, 08:25
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
www.asp101.com/samples has some good, short database examples.
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
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