Home | Advertising Info94 USERS CURRENTLY ONLINE   
   Site Search Contact Us Friday, March 14, 2025  
 
 


 
ASPProtect
User Management Application with web based screens that allow you to manage users.
www.ASPProtect.com
 
ASPBanner
Banner Rotation system. Advertisers can monitor online statistical reports via their web browsers.
www.ASPBanner.com
 
ASP Photo Gallery
Upload an unlimited amount of albums. Set up categories.Image resizing thumbnail creation.
www.ASPPhotoGallery.com
 
ASPClassifieds
Classifieds system. Set up categories. Users can register themselves. Supports picture uploads.
www.ASPClassifieds.com



DISCUSSION ARCHIVES
 



We didn't realize
the site was so popular.

Other Stuff
 

 
 
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds



(Advanced)  (Components)  (Database)  (General)  (Vbscript)




ASPProtect

 
Subject: Re: Searching databases using HTML forms...
From: umesh
Date: 9/29/2000 12:10:46 PM
IP: 12.25.60.250



 

hi there,
this is how you do it
let us say you want to search for info about a person whose name is say umesh you need to follow this code
1.create a html page which has a form, a text field and a submit button.(say one.html)
2.for the form set the action="two.asp"
3. when you view this page in the browser it will have a text box that you will use to enter a name.
4.on two.asp write

<%@ Language=VBScript%>
<%
Set dbconn=Server.CreateObject("ADODB.Connection")
Set rsname=Server.CreateObject("ADODB.Recordset")
sql="Select * from table_name where name="
& request.form("text1")
dbconn.Open "DSNname"
rsname.Open sql,dbconn,1,3
if not rs.EOF then
response.write rsname.fields(i) & "<BR>"
end if
%>
this will display all the information about the person.

hope that satisfies you,if not feel free to mail me

regards umesh

Previous Message


 

   Active Server Pages Rule The World
Contact Us  
All artwork, design & content contained in this site are Copyright © 1998 - 2025 PowerASP.com and Christopher J. Williams
Banner ads ,other site logos, etc are copyright of their respective companies.
STATS Unless otherwise noted - All Rights Reserved.

vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds www.aspclassifieds.com, www.powerasp.com,www.cjwsoft.com,www.aspphotogallery.com,www.codewanker.com,www.aspprotect.com,www.aspbanner.com