FireDAC.Phys.MySQLWrapper.TMySQLSession.Connect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Connect(const host, user, passwd, db: String;  port: Cardinal; clientflag: my_ulong);

C++

void __fastcall Connect(const System::UnicodeString host, const System::UnicodeString user, const System::UnicodeString passwd, const System::UnicodeString db, unsigned port, unsigned clientflag);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.MySQLWrapper.pas
FireDAC.Phys.MySQLWrapper.hpp
FireDAC.Phys.MySQLWrapper TMySQLSession

Description

Embarcadero Technologies does not currently have any additional information.