我正在寫一個可移植的應用程序,連接到一個firebird數據庫和mysql數據庫。我在Delphi 2010中編寫應用程序,並使用dbExpress組件連接到兩個數據庫。 SQLconnection組件爲mysql數據庫使用dbxmys.dll和libmysql.dll,爲firebird數據庫使用dbxfb.dll和fbclient.dll。 在我的開發計算機上,我不得不將dll文件移動到/ w
我有一個非常鮮明的類。 unit StuffClass;
{$mode objfpc}{$H+}
interface
type
TStuffClass = class
public
procedure Update;
end;
implementation
procedure TStuffClass.Update;
begin
e