schema_rev
Object and Type
Object : FCApplication
Type : Property
Prototype
Public schema_rev As Integer
Description
Contains the schema revision of the database as stored in adp_db_header.schema_rev.
Example
The following example displays the schema revision of the database.
JavaScript:
<%
var schema_rev;
schema_rev = FCApp.schema_rev;
%>
Schema Revision = <%=schema_rev%>