IBX.IBDatabaseINI.TIBDatabaseINI.ReadFromDatabase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadFromDatabase;

C++

void __fastcall ReadFromDatabase();

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBDatabaseINI.pas
IBX.IBDatabaseINI.hpp
IBX.IBDatabaseINI TIBDatabaseINI

Description

Reads database information.

The ReadFromDatabase method reads the InterBase database information (database name, user name, password, SQL role, and character set) from the database itself.

See Also