db_name
Object and Type
Object : FCApplication
Type : Property
Prototype
Public db_name As String
Description
Contains the name of the database as stored in adp_db_header.db_name.
Example
The following example displays the name of the database.
JavaScript:
<%
var db_name;
db_name = FCApp.db_name;
%>
Database Name = <%=db_name%>