IBX.IBServices.TIBValidationService.DatabaseName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatabaseName: String read FDatabaseName write SetDatabaseName;

C++

__property System::UnicodeString DatabaseName = {read=FDatabaseName, write=SetDatabaseName};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBValidationService

Description

Sets or returns the database name.

Use DatabaseName to set or return the name of the database to be repaired.

Note: You must install InterBase 6 to use this feature.