Search found 10 matches

by boreas
03.05.2013, 01:08
Forum: ZeosLib 7.0 Stable Forum
Topic: Access Violation Error when tables or queries are closing
Replies: 1
Views: 540

Access Violation Error when tables or queries are closing

Hi everybody. I use delphi 10 + fb 2.5 + zeoslib 7.0.3 stable. My problem is if i close some query or table i response access violation error. If i use old zeoslib when i dont response this problem but i encounter diffrent problems so i want use 7.0.3 but i dont solve access violation problem. Thank...
by boreas
05.01.2012, 14:30
Forum: ZeosLib 7.0 Beta Forum
Topic: Numeric - float, rounding problem
Replies: 14
Views: 1763

when i define the field manually, system does not allow anything but float. when i define it as float i enter any number i want, like 0,6000 and post it, however when i refresh it, it is displayed as 0,5999. And this is even not valid for every number. For example if I post 1,1450, i can do that. th...
by boreas
04.01.2012, 15:58
Forum: ZeosLib 7.0 Beta Forum
Topic: Numeric - float, rounding problem
Replies: 14
Views: 1763

thanks for the post.
as far I know, floating type is given by deplhi by default, I cannot change it. How may i convert it into BCD type?

I cannot use cast command, it doesnt allow me to modify (editing)

thanks in advance.
by boreas
04.01.2012, 13:34
Forum: ZeosLib 7.0 Beta Forum
Topic: Numeric - float, rounding problem
Replies: 14
Views: 1763

when i issue a direct command to DB via zsqlprocessor, there is no problem. I overcame this problem using this solution. However, I havent fount any other solution apart from this.
by boreas
04.01.2012, 12:47
Forum: ZeosLib 7.0 Beta Forum
Topic: Numeric - float, rounding problem
Replies: 14
Views: 1763

i am sorry. yes 1.95 -> 1.9499
by boreas
04.01.2012, 11:36
Forum: ZeosLib 7.0 Beta Forum
Topic: Numeric - float, rounding problem
Replies: 14
Views: 1763

Datatype float.
by boreas
04.01.2012, 01:42
Forum: ZeosLib 7.0 Beta Forum
Topic: Numeric - float, rounding problem
Replies: 14
Views: 1763

Numeric - float, rounding problem

Hi all, I am using the zeos 922stable, Delphi XE, firebird 2.5. I have a numeric (10.4) field. When recording in this field have already signed up some numbers wrong. Example Correct -> Wrong 1.95 -> 1.9444, 0.18 -> 0.1799 0.85 -> 0.8499 Is this a bug? What would you recommend me to do. Thanks
by boreas
19.12.2011, 11:14
Forum: Firebird
Topic: Turkish character problem
Replies: 14
Views: 5646

Turkish character problem

Hello, I am currently using ZEOS834 + FB2.5 + DelphiXE. My VARCHAR codecs are WIN1254. I entered the definitons codepage=WIN1254 and LC_ALL=WIN1254 to properties section under zconnection.If i use AnsiUpperCase and AnsiLowerCase commands in Zquery by using programs property, I am able to send Turkis...
by boreas
29.08.2011, 10:41
Forum: Firebird
Topic: [ZeosLIB 7 + FB2.1] Error -104 Invalid Token [RESOLVED]
Replies: 2
Views: 2136

Open ZDbcGenericResolver.pas and do this changes procedure TZGenericCachedResolver.PostUpdates(Sender: IZCachedResultSet; UpdateType: TZRowUpdateType; OldRowAccessor, NewRowAccessor: TZRowAccessor); var Statement : IZPreparedStatement; SQL : string; SQLParams : TObjectList; lUpdateCount : Integer; l...
by boreas
29.08.2011, 10:31
Forum: Firebird
Topic: [ZeosLIB 7 + FB2.1] Error -104 Invalid Token [RESOLVED]
Replies: 2
Views: 2136

[ZeosLIB 7 + FB2.1] Error -104 Invalid Token [RESOLVED]

Hi, I'm sorry for my English is very bad.
While you can easily insert and delete operations to the database I use is easy, when I post after edit "Error Code -104 Invalid Token" error message, and it has been doing for all tables.