answersLogoWhite

0

What else can I help you with?

Related Questions

Why is input destructive and output non destructive in database?

WANT THE ANSWER TO THIS QUESTION


How do you insert value to a dropdownlist from textbox input php?

Store the textbox input in a database using a html form prefarably. Using a loop get all the textbox input from database and use print/echo to show them in a dropdown.


What is A form of database specification that indicates all the parameters for data storge that are then input to database implementation?

Physical


In a spreadsheet input cells correspond conceptually to?

database fields


how to create a saving database(even if the page is refreshed)?

g<br>use the query: $database = [^/s]?get id="input"


What is input mask as used in database?

An input mask is a pattern or template used to control the input of data into a database field. It defines the acceptable format for data entry, such as phone numbers, dates, or social security numbers. Input masks help ensure data consistency and accuracy by guiding users to input data in a specific format.


What is a user database?

A user database is a system that more than 1 person can access and gain information from. Multiple users can input and store data in these database systems.


How do you save voice in database access?

I don't know but i need that information about how to store a voice as input for sql server 2005 and retrieve that using current input of voice.., I mean how two compare a already stored voice in database with given new input voice..,


What is a sentence with the word input?

We're glad you were able to join our committee because we value your input.


How do I create a form which will then upload to a database that I can access in Microsoft Access?

Have your form's input insert into a database (SQL, Oracle, etc) then access that database through Access's ODBC connection.


What database object is used to view individual records one at a time?

input form


How do you escape database queries with PHP?

Use mysql_real_escape_string(), after you've connected to your database. If that function doesn't work, use mysql_escape_string() or addslashes(). Never leave your database input vulnerable to attack.