# | Line 121 | Line 121 | begin | |
---|---|---|
121 | writeln(OutFile,'Creating a Database with empty parameters'); | |
122 | Attachment := FirebirdAPI.CreateDatabase('',nil,false); | |
123 | if Attachment = nil then | |
124 | < | writeln(OutFile,'Create Database fails (as expected): ',FirebirdAPI.GetStatus.GetMessage) |
124 | > | writeln(OutFile,'Create Database fails (as expected): ',FirebirdAPI.GetStatus.GetMessage(cp_acp)) |
125 | else | |
126 | Attachment.DropDatabase; | |
127 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |