Search found 4 matches
- 25.03.2021, 18:33
- Forum: ZeosLib 7.2 Forum
- Topic: MYSQL bigint. 0 zeros returned from many field entries - bug
- Replies: 6
- Views: 360
Re: MYSQL bigint. 0 zeros returned from many field entries - bug
This instance has no updates. Previously I was only using SP1. Do you have 7.1 installed, in which case I need to apply it. Need to find the original install disc it seems - if it still reads!
- 25.03.2021, 12:14
- Forum: ZeosLib 7.2 Forum
- Topic: MYSQL bigint. 0 zeros returned from many field entries - bug
- Replies: 6
- Views: 360
Re: MYSQL bigint. 0 zeros returned from many field entries - bug
Hi Jan Thank you for the prompt reply. Now that I look I can see that the FastCode.pas has been updated in 7.2.10. Unfortunately it will not compile in Delphi 7 on Win 10 /64 with Access violation in dcc.dll Read of address 00000003 when compiling dbc.pas. 7.2.6 had issues too, 7.2.4 compiles with j...
- 25.03.2021, 09:37
- Forum: ZeosLib 7.2 Forum
- Topic: MYSQL bigint. 0 zeros returned from many field entries - bug
- Replies: 6
- Views: 360
Re: MYSQL bigint. 0 zeros returned from many field entries - bug
Hi , Thank you for your prompt reply. Unfortunately the 7.2.4 was the most recent that will compile for me. Delphi 7 on WIn 10 / 64 7.2.6.and 7.2.10 will not compile for various errors. I haven't carefully examined the FastCode function in 7.2.10 but was going on the notes in r6084 sawing that it ha...
- 24.03.2021, 16:07
- Forum: ZeosLib 7.2 Forum
- Topic: MYSQL bigint. 0 zeros returned from many field entries - bug
- Replies: 6
- Views: 360
MYSQL bigint. 0 zeros returned from many field entries - bug
Issue with MYSQL in Zeolib 7.2.x and some 7.1.x. bigint fields with successive entries 1,2,3,4,5,6,7,8,9,10 will return as 1,2,3,4,5,0,0,0,0,10 as strings. ie shows in tables as such. It behaves correctly in design mode and with an RO query. (This is using Delphi 7 on Win10) Problem is with Int64 to...