answersLogoWhite

0

How do you search from database using ASP?

Updated: 8/17/2019
User Avatar

Wiki User

12y ago

Best Answer

There are thee basic steps:

Obtain the connection string and open the connection to the database

Prepare your query and execute it, retrieving the result into a dataset

Close the connection

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you search from database using ASP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you retrieve data stored in the database into the textarea using ASP?

To retrieve data stored in a database and display it in a textarea using ASP, you can use a server-side script to query the database and fetch the data. Then, you can populate the value of the textarea with the retrieved data by echoing it within the textarea tag during the rendering of the page.


How would you search for information with more than one criteria using a database?

By using a Query.


How do you check the data given by the user with database values using PHP from MySQL database?

You could use the string replace attribute but you might have to use Javascript, CGI, ASP or another scripting language to do so.


How can you provide connection with database in asp pages?

This will hook you up to an Access DB:


4 A Query of database is a synonym for a of database?

Search Search


Can you use an ASP textbox using PHP?

No


Can you get ipaddress by using javascript?

No, use asp


Is a database a search engine?

No, but to be of any use a database will need to be fornt ended by a search engine to answer quiries run against the data the database holds.


What does the term index ASP refer to?

index ASP is generally the main page or file for any website operating or using Active Server Pages as a web application framework. This is true of both Classic ASP, ASP 2.0 and ASP 3.0.


A database instructs a database to search for particular pieces of data?

query


How do you search text in images?

You have to first read the image through OCR (Optical Character Recognization) programmatically. OCR can do with using the MODI Microsoft office doucment imaging. By doing OCR you get the image's text and you have to store that in database. And from database you can search the particular word.


How do you create a website that allows for personal accounts using javascript?

You can't. For this you need some sort of server-side script to manage the database, such as ASP or PHP. Javascript can be used to make the front-end interface though.