Macromedia dreamweaver 8-using dreamweaver Manual De Usuario

Descargar
Página de 1030
About dynamic content sources
687
The recordset itself is a collection of data retrieved from a specified database. It can include an 
entire database table, or a subset of the table’s rows and columns. These rows and columns are 
retrieved by means of a database query that is defined in the recordset. Database queries are 
written in Structured Query Language (SQL), a simple language that allows you to retrieve, 
add, and delete data to and from a database. The SQL builder included with Dreamweaver 
lets you create simple queries without having to understand SQL. However, if you want to 
create complex SQL queries, you will need to learn SQL, and manually write SQL statements 
that you enter into Dreamweaver.
For more information on using databases and SQL, see 
If you will be writing SQL for use with ASP.NET, there are some conditions specific to 
ASP.NET that you should be aware of. To learn about these conditions, see 
Before you define a recordset for use with Dreamweaver, you must create a connection to a 
database and—if no data exists yet—enter data into the database. If you have not yet defined 
a database connection for your site, refer to the database connection chapter for the server 
technology you are developing for, and follow the instructions on creating a database 
connection.
Database connections for all Dreamweaver supported server technologies are described in the 
following chapters:
Related topics
NO
T
E
Microsoft ASP.NET refers to a recordset as a DataSet. If you are working with ASP.NET 
document types, the dialog boxes and menu choices specific to ASP.NET use the label 
DataSet. The Dreamweaver documentation generically refers to both types as 
recordsets, but uses DataSet when specifically describing ASP.NET features.