Re: [firebird-support] Name longer than database column size

2018-08-08 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
Hi, i suppose you have name longer in your particular select statement. This can be e.g. in aliasing a field  Select a.x as veryLongAliasedNameLongerThen31 from ... But only you can tell in what exact place you got this error Regards,Karol Bieniaszewski null

[firebird-support] Name longer than database column size

2018-08-08 Thread Hugo Eyng hugoe...@msn.com [firebird-support]
Hello. ​ The subject was already discussed before, but I am facing a trouble.​ ​ I was using FB 2.5 and than I migrated DB to FB 3.0.3. Now when I open my application it shows the message "Name longer than database column size".​ ​ I searched all the metadata and did not find any object longer

Re: [firebird-support] Re: how can the creation of fb_sort files be avoided? 2.2 GB of fb_sort files

2018-08-08 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 2018-08-08 20:58, 'River~~' river14ap...@gmail.com [firebird-support] wrote: > Suggestion: if you have admin rights on the machine install a ramdisk > (there are several available for Windows and MS themselves offered > them for some earlier Windows versions) as say R: and tell Windows to >

Re: [firebird-support] Re: how can the creation of fb_sort files be avoided? 2.2 GB of fb_sort files

2018-08-08 Thread 'River~~' river14ap...@gmail.com [firebird-support]
Suggestion: if you have admin rights on the machine install a ramdisk (there are several available for Windows and MS themselves offered them for some earlier Windows versions) as say R: and tell Windows to use R: for temp files. In older versions of Windows you set up TEMP=R: TMP=R: as the

Re: [firebird-support] How to store a string in Firebird which includes #0's in it?

2018-08-08 Thread 'River~~' river14ap...@gmail.com [firebird-support]
Hi Hamish Thanks for introducing float to this discussion: the varying ways different architectures store the 'same' float (like 3.0e8 for example) amplify the point I was making. A float is stored in binary. That is not suggesting that it is stored as the base2 coding of it as an integer.