Search found 1310 matches

by miab3
27.06.2012, 08:10
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeoslib x TDBcombobox Component
Replies: 27
Views: 3683

@EgonHugeist

Also do not fully understand but I noticed that sometimes in readonly mode ZEOS painfully slow(about 10 times). There must be some error.

Michal
by miab3
26.06.2012, 16:27
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 82080

@EgonHugeist For table HR.JOBS: FColumnNames ('JOB_ID', 'JOB_TITLE', 'MIN_SALARY', 'MAX_SALARY') FColumnTypes (stString, stString, stInteger, stInteger) - D2006 FColumnTypes (stString, stUnicodeString, stInteger, stInteger) - DXE2/32 D2006: object ZTable1: TZTable Connection = ZConnection1 Active =...
by miab3
26.06.2012, 14:27
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 82080

@EgonHugeist XE2: object ZConnection1: TZConnection UTF8StringsAsWideField = True ClientCodepage = 'UTF8' // '1ąća' Properties.Strings = ( 'codepage=UTF8' 'PreprepareSQL=ON') TransactIsolationLevel = tiReadCommitted Connected = True Port = 0 Database = 'serv' User = 'system' Password = 'pass' Proto...
by miab3
26.06.2012, 12:54
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 82080

@EgonHugeist It could work but it does not work. In other words, build the same program in D2006 and DXE2 able to operate the same way without changing settings. Maybe because I have AMERICAN server settings? NLS_LANGUAGE AMERICAN NLS_TERRITORY AMERICA NLS_CURRENCY $ NLS_ISO_CURRENCY AMERICA NLS_NU...
by miab3
25.06.2012, 23:51
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 82080

@EgonHugeist I can [s]not[/s] get the identical presentation of data in DBGrid between analogue D2006 and DXE2 applications for Oracle tables. [s]CL8MSWIN1251 in D2006 does not help.[/s] But, however, can be the setting in my case for D2006 ClientCodepage EE8MSWIN1250 Zeos7eh1412. D2006, DXE2 32/64...
by miab3
23.06.2012, 23:22
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 82080

@EgonHugeist

I do not know why but Delphi XE2 loses the $IFDEF in dpk.

Michal
by miab3
23.06.2012, 22:57
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 82080

@EgonHugeist

I do like you wrote but the result is not correct.
The field is of type VARCHAR2 (20)

Michal
by miab3
23.06.2012, 20:16
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 82080

@EgonHugeist For me Lookup word works when between keystrokes is less than about 2 seconds. The Oracle error is if DXE2 and Lazarus-Win insert and see, "1aąę" then in D2006 I see"1aÄ…Ä™" in the same field. Attached another version XE2 packages (ProjectGroup16.groupproj). In Opti...
by miab3
23.06.2012, 16:10
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeoslib x TDBcombobox Component
Replies: 27
Views: 3683

@EgonHugeist

Hold adding the package XE2. Something is not right. I'm working on it.

Michal Abramczyk
by miab3
22.06.2012, 21:58
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeoslib x TDBcombobox Component
Replies: 27
Views: 3683

calico

Not as I understand what you're saying but for PostgeSQL 9.1, Delphi XE2 and Zeos7eh1405 Lookup looks at me like that:


Michal
by miab3
22.06.2012, 21:02
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeoslib x TDBcombobox Component
Replies: 27
Views: 3683

With me in Delphi XE2 and Zeos7eh1405 with MySQL5 lookup looks like:
by miab3
22.06.2012, 20:38
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeoslib x TDBcombobox Component
Replies: 27
Views: 3683

EgonHugeist But even for unicode version lookup for numeric keys work properly. I share my current folder for DXE2 packages. The default is built version of the "Debug, 32-bit". By changing the options to build the remaining "Release-32-bit", "Debug-64-bit" and "R...
by miab3
20.06.2012, 14:40
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi 2010+ZeosLib+oracle10g
Replies: 5
Views: 1230

Oracle 11g R2 Express(Win-32) works for me on DXE2-32 and Lazarus1.1win-32 connecting to by the instantclient-basic-nt-11. [s]For D2006 when I try to connect I get AV.[/s] The D2006 also works (it was a mistake the system configuration). Lazarus1.1win-64 and DXE2-64 also working. D2006 works but unl...
by miab3
19.06.2012, 10:23
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 82080

@EgonHugeist Zeos7eh1399 version compiles and works on my environment (as before). Can it be expected that you'll soon take care of improvement in the use of blob for PostgreSQL which was mentioned in: http://zeos.firmos.at/viewtopic.php?t=3519 http://zeos.firmos.at/viewtopic.php?t=3523 Michal Abra...
by miab3
16.06.2012, 19:08
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] ZConnection.libraryLocation
Replies: 26
Views: 29014

@elidorio2

Most likely you have not installed the appropriate Microsoft Visual C + + Redistributable Package.

Michal