answersLogoWhite

0

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

13y ago

What else can I help you with?

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


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.


Can you use an ASP textbox using PHP?

No


Can you get ipaddress by using javascript?

No, use asp


What strategies can be used to conduct an effective literature database search?

To conduct an effective literature database search, you can use strategies such as using specific keywords, combining search terms with Boolean operators, utilizing filters to narrow down results, and critically evaluating the relevance and credibility of sources.


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.