[firebird-support] Re: FB3 No permission for usage access to exception

2017-02-16 Thread r...@seedsbydesign.com [firebird-support]
Problem, solved. This was my error from an incorrect role name used in the connection string.

[firebird-support] FB3 No permission for usage access to exception

2017-02-16 Thread r...@seedsbydesign.com [firebird-support]
I'm confused about an error when accessing an FB3 database - "No permission for USAGE access to Exception E_Exception". When I run a program while logged into database as SYSDBA I do not get this error. I ran "grant usage on exception e_exception to user NICOLED" and "grant usage on

[firebird-support] Get field default value

2015-12-28 Thread r...@seedsbydesign.com [firebird-support]
I'm trying to get the field default value from RDB$RELATIION_FIELDS.RDB$DEFAULT_VALUE which is stored as a BLOB type 2 -BLR. Say I have a String or an Integer set as a default value, I don't know how to read the BLOB BLR to get this value. I know it is possible since Database Workbench

[firebird-support] Re: Get field default value

2015-12-28 Thread r...@seedsbydesign.com [firebird-support]
I got it. The search did not turn up anything initially for "default value", but I searched again for RDB$DEFAULT_VALUE. It is stored in RDB$DEFAULT_SOURCE

Re: [firebird-support] Charset UTF8 or ISO8859_1 for new DB with CI + AI

2015-12-10 Thread r...@seedsbydesign.com [firebird-support]
Thanks Mark, I saw those collations, but they are for Spanish, French and Portugese. All but a very small part of my DB will be in US-EN. I added a column to a table with charset ISO8859_1 and collation ES_ES_CI_AI. Indeed it was case insensitive for what I tried, however I'm not

[firebird-support] UTF8 charset with case insensitive match

2015-12-08 Thread r...@seedsbydesign.com [firebird-support]
I've used FB for years with ISO8859_1 charset and collation. Now I designing a new DB for a big app update in FB3 and wonder about this charset and collation. For test purposes I am using UTF8 and UNICODE_AI_CI and I like that I can now don't have to worry about casing comparisons nor

[firebird-support] Charset UTF8 or ISO8859_1 for new DB with CI + AI

2015-12-08 Thread r...@seedsbydesign.com [firebird-support]
I've used FB for years with ISO8859_1 charset and collation. Now I designing a new DB for a big app update in FB3 and wonder about this charset and collation. My goal is to avoid having to UPPER everything for comparison searches. For test purposes I am using UTF8 and UNICODE_AI_CI and I