Show / Hide Table of Contents

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%>
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.