Search found 7 matches
- 20.02.2019, 08:54
- Forum: ZeosLib 7.2 Forum
- Topic: Output field types in the request
- Replies: 1
- Views: 567
Output field types in the request
After upgrading from version 6.6.6 to 7.2, I ran into difficulty. Now in requests it became necessary to explicitly specify the type of the output field. These moments I was able to solve in my project. But a new issues has come out, SHOW FIELDS FROM MyTable, the output fields are of type BlOB. It's...
- 21.10.2014, 13:28
- Forum: ZeosLib 7.1 stable Forum
- Topic: Question about returned the data by the query
- Replies: 9
- Views: 2500
Re: Question about returned the data by the query
A lot of thanks for the advice.
- 20.10.2014, 08:09
- Forum: ZeosLib 7.1 stable Forum
- Topic: Question about returned the data by the query
- Replies: 9
- Views: 2500
Re: Question about returned the data by the query
Thank you very much for your reply and your time. I'll have to recheck all query for correctness display by using zeos v7.
- 17.10.2014, 08:44
- Forum: ZeosLib 7.1 stable Forum
- Topic: Question about returned the data by the query
- Replies: 9
- Views: 2500
Re: Question about returned the data by the query
I'm not looking for a solution, I wonder, which Zeos version works correctly v.6.6.6 or v.7? The thing is that in User Manual by mysql it is stated: Returns the string that results from concatenating the arguments. May have one or more arguments. If all arguments are nonbinary strings, the result is...
- 13.10.2014, 09:10
- Forum: ZeosLib 7.1 stable Forum
- Topic: Question about returned the data by the query
- Replies: 9
- Views: 2500
- 07.10.2014, 15:15
- Forum: ZeosLib 7.1 stable Forum
- Topic: Question about returned the data by the query
- Replies: 9
- Views: 2500
Re: Question about returned the data by the query
I am use MySQL 4.1.16 Query - select concat(f1," ",f2) as A, f1,f2 from t1 Table have 1 row f1 - 0000-00-00 - type DATE f2 - 0000-00-00 - type VARCHAR http://warcan.net/test/Test.jpg In manual by concat "...If the arguments include any binary strings, the result is a binary string.......
- 06.10.2014, 21:00
- Forum: ZeosLib 7.1 stable Forum
- Topic: Question about returned the data by the query
- Replies: 9
- Views: 2500
Question about returned the data by the query
Hi, I use Delphi7+Zeos 7. I have some query including construction - concat(f1," ",f2) as F , where f1 or f2 field by date or time. After query opening in ZQuery, field F have type - bytes. Version late 7.0 return type - string. When f1 and f2 not date or time return type - string. It is c...