IBX.IBDatabaseINI.TIBDatabaseINI.WriteToDatabase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteToDatabase(ADatabase : TIBDatabase); overload;
procedure WriteToDatabase; overload;

C++

void __fastcall WriteToDatabase(Ibx::Ibdatabase::TIBDatabase* ADatabase)/* overload */;
void __fastcall WriteToDatabase()/* overload */;

Properties

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

Description

Writes database information.

The WriteToDatabase method writes the InterBase database information (database name, user name, password, SQL role, and character set) to the specified database. The InterBase database is specified by the TIBDatabase parameter.

See Also