MACROMEDIA COLDFUSION 5-DEVELOPING Manuel d'utilisateur Page 26

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 47
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 25
ColdFusion MX 7 Getting Started Experience Tutorial Page 26 of 47
Learning Point: Database case sensitivity
The column and table names in the preceding figures are in all capital letters. This is not a requirement; it is a convention
that many database developers use. Microsoft Access is not case-sensitive, but other databases are. By following an all
caps methodology for the database and SQL statements, you can be sure that if you move your data and statements to a
different database system, it will most likely work even if the other database is case-sensitive.
See the Explore Real World Example Applications section of the ColdFusion MX 7 Getting Started Experience for other
best practices.
6. Add the fields from the ART table: ARTNAME, DESCRIPTION, PRICE, LARGEIMAGE, ISSOLD. Also add the table name
itself to the FROM statement. Your statement now looks like this:
SELECT FIRSTNAME, LASTNAME, ARTNAME, DESCRIPTION, PRICE, LARGEIMAGE, ISSOLD
FROM ARTISTS, ART
Vue de la page 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 ... 46 47

Commentaires sur ces manuels

Pas de commentaire