Unit IB

IB.pas -- InterBase unit for IB Create Database example. DESCRIPTION: This unit contains the DLL calls and CreateDatabase wraper to create an InterBase Database.

Classes

Functions

CreateDatabase - CreateDatabase -- Create an InterBase Database.
GetVersionInformation -

Types

Constants

Variables

VersionInformation


Functions


procedure CreateDatabase(DBName, User, Pswd: string);

CreateDatabase -- Create an InterBase Database. DBName = Path and Database name. User = User name for the specified server. Pswd = Password for the specified user and server.

procedure GetVersionInformation(DBHandle: hDBIDb);


Types


Constants


Variables

VersionInformation : TStringList