On 15.12.2017 at 09:17, Köditz, Martin [email protected] [firebird-support] wrote:
> I stumbled upon the following problem: > I have a field of type varchar(7). When inserting the string '#eeeeee' the > field value remains zero. > > Does the character '#' have a special role? No it doesn't. I've made a quick experiment a moment ago, just to make sure, and '#eeeeee' was inserted just fine. I'd suspect some client-side processing of the string (you didn't provide any info about the client) or just a plain bug in the client code. Try it with isql (I've tried both isql and flamerobin). If it works, check your client code. regards Tomasz -- __--==============================--__ __--== Tomasz Tyrakowski ==--__ __--== SOL-SYSTEM ==--__ __--== http://www.sol-system.pl ==--__ __--==============================--__ ------------------------------------ ------------------------------------ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Visit http://www.firebirdsql.org and click the Documentation item on the main (top) menu. Try FAQ and other links from the left-side menu there. Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ------------------------------------ Yahoo Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/firebird-support/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/firebird-support/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo Groups is subject to: https://info.yahoo.com/legal/us/yahoo/utos/terms/
