You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Compile 'PersistenceIgnorance.dproj' (XE3)
What is the expected output? What do you see instead?
A running application.
What version of the product are you using? On what operating system?
Delphi XE3, Interbase XE64, Windows 7, 64-bit
Please provide any additional information below.
The charset parameter is missing. Putting '' as the 5th parameter works. But
putting 'UNICODE_FSS' gives 'Invalid charset' error. We use UNICODE_FSS.
Message:
[dcc32 Error] dorm.adapter.UIB.Interbase.pas(39): E2035 Not enough actual
parameters.
Line:
Result := TUIBFacade.Create('gds32.dll', Conf.S['username'], Conf.S['password'], Conf.S['database_connection_string']);
Original issue reported on code.google.com by [email protected] on 15 May 2014 at 2:07
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 15 May 2014 at 2:07The text was updated successfully, but these errors were encountered: