129 |
|
var i: integer; |
130 |
|
begin |
131 |
|
{Set IB Exceptions to only show text message - omit SQLCode and Engine Code} |
132 |
< |
FirebirdAPI.GetStatus.SetIBDataBaseErrorMessages([ShowIBMessage]); |
132 |
> |
IBXServicesConnection1.FirebirdAPI.GetStatus.SetIBDataBaseErrorMessages([ShowIBMessage]); |
133 |
|
Application.ExceptionDialog := aedOkMessageBox; |
134 |
|
FDBName := sDefaultDatabaseName; |
135 |
|
|
155 |
|
{Now display the server properties} |
156 |
|
with IBServerProperties1, ServicesConnection do |
157 |
|
begin |
158 |
+ |
Memo1.Lines.Add('Firebird Library PathName = ' + IBXServicesConnection1.FirebirdAPI.GetFBLibrary.GetLibraryFilePath); |
159 |
|
Memo1.Lines.Add('Server Version = ' + VersionInfo.ServerVersion); |
160 |
|
Memo1.Lines.Add('Server Implementation = ' + VersionInfo.ServerImplementation); |
161 |
|
Memo1.Lines.Add('Service Version = ' + IntToStr(VersionInfo.ServiceVersion)); |