Search found 10 matches
- 03.05.2013, 01:08
- Forum: ZeosLib 7.0 Stable Forum
- Topic: Access Violation Error when tables or queries are closing
- Replies: 1
- Views: 543
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...
- 05.01.2012, 14:30
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Numeric - float, rounding problem
- Replies: 14
- Views: 1847
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...
- 04.01.2012, 15:58
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Numeric - float, rounding problem
- Replies: 14
- Views: 1847
- 04.01.2012, 13:34
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Numeric - float, rounding problem
- Replies: 14
- Views: 1847
- 04.01.2012, 12:47
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Numeric - float, rounding problem
- Replies: 14
- Views: 1847
- 04.01.2012, 11:36
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Numeric - float, rounding problem
- Replies: 14
- Views: 1847
- 04.01.2012, 01:42
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Numeric - float, rounding problem
- Replies: 14
- Views: 1847
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
- 19.12.2011, 11:14
- Forum: Firebird
- Topic: Turkish character problem
- Replies: 14
- Views: 5683
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...
- 29.08.2011, 10:41
- Forum: Firebird
- Topic: [ZeosLIB 7 + FB2.1] Error -104 Invalid Token [RESOLVED]
- Replies: 2
- Views: 2157
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...
- 29.08.2011, 10:31
- Forum: Firebird
- Topic: [ZeosLIB 7 + FB2.1] Error -104 Invalid Token [RESOLVED]
- Replies: 2
- Views: 2157
[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.
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.