MACROMEDIA COLDFUSION 4.5-ADMINISTRING COLDFUSION SERVER Manual page 144

Table of Contents

Advertisement

122
INSERT INTO Beans1 VALUES (
</CFQUERY>
<CFQUERY NAME=xs DATASOURCE="newtable">
INSERT INTO Beans1 VALUES (
</CFQUERY>
<CFQUERY NAME=xs DATASOURCE="newtable">
INSERT INTO Beans1 VALUES (
</CFQUERY>
<CFQUERY NAME=xs DATASOURCE="newtable">
CREATE UNIQUE INDEX Bean_ID on Beans1 (Bean_ID)
</CFQUERY>
<CFQUERY NAME=""QueryTest2"" DATASOURCE="newtable">
SELECT * FROM Beans
</CFQUERY>
<CFOUTPUT QUERY=""QueryTest2"">
#Bean_ID# #Name#<br>
</CFOUTPUT>
</BODY>
</HTML>
2, 'Sumatra',
'21',
{ts '1999-08-01 00:00:00.000000'},
'Complex flavor, medium-bodied')
3, 'Colombia',
'89',
{ts '1999-08-01 00:00:00.000000'},
'Deep rich, high-altitude flavor')
4,</P>
'Guatamala',
'15',
{ts '1999-08-01 00:00:00.000000'},
'Organically grown')
Administering ColdFusion Server

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 4.5

Table of Contents