Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler error: Not enough actual parameters for TUIBFacade.Create #39

Open
GoogleCodeExporter opened this issue May 28, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant