Mastering Crystal Reports 9 [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Mastering Crystal Reports 9 [Electronic resources] - نسخه متنی

Cate McCoyand, Gord Maric

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






SQL Expression Fields

Structured Query Language has its own set of functions and operators. You cannot pass Crystal Syntax or Basic Syntax functions to a database for processing. Any record selection formulas that reference Crystal Syntax or Basic Syntax formulas will be processed in Crystal and not in the database. Since a database is tuned for performance for large records sets, it is more advantageous to process data at the database level whenever possible. SQL expressions are one of the mechanisms you can use to pass processing off to the database. When a statement is coded completely using SQL, it can be passed directly to the database for processing and the resulting data set returned to Crystal Reports. Figure 4.41 shows the Function Tree and Operator Tree for SQL expressions.


Figure 4.41. The Function Tree and Operator Tree for SQL expressions





Note

The Formula Expert cannot be used to create SQL expression fields.


/ 217