Function Name |
Description |
AspDirective() |
Return ASP.NET directive code for codepage & LCID (String) |
DbConnstr() |
Return Database Connection String (String) |
ewGetFieldType(fType) |
Return Field Type based on ADO Field Type (Numeric) Parms
fType (Long) - ADO Field Type Return Values
1 - Numeric Type 2 - Date/Time Type 3 -
String Type 4 - Boolean Type 5 - GUID Type
6 - Other Type |
ewSQLPart(sSQL, sId) |
Return different sections of SQL (String) Parms
sSQL (String) - SELECT SQL sId (String) - Identifier
for different sections of SQL
(SELECT, FROM, WHERE, GROUP BY, HAVING, ORDER BY) |
FieldView() |
Return ASP.NET codes for formatting field for view (String) |
Fn_List() |
Return list page file name (String) |
No_Cache() |
Return ASP code for setting no cache (String) |
Table_DefaultFilter() |
Return table default filter (String) |