firebird

Firebird 3 sysdba password stunning issue

那年仲夏 提交于 2019-12-21 16:58:26
问题 I migrated from firebird 2.5.x to 3.0 i have changed firebird.conf : WireCrypt = Enabled AuthServer = Legacy_Auth, Srp, Win_Sspi after that here you are what happened: I can connect from Netbeans IDE using SYSDBA masterkey. I can connect from FlameRobin (database admin. tool) using SYSDBA with other password. I can not connect from Wild-Fly server using SYSDBA with that other password. I am really wondering.!! 回答1: I assume you are using Jaybird 2.2.x (or earlier) when connecting from

Not Loading Firebird Extension

若如初见. 提交于 2019-12-21 05:22:25
问题 I'm trying to use the Firebird extension in PHP. I've got the extension files ( php_pdo_firebird.dll, php_interbase.dll ) in my ext folder. I'm adding them in my php.ini file like so ... [PHP_PDO_FIREBIRD] extension=php_pdo_firebird.dll [PHP_INTERBASE] extension=php_interbase.dll ... No errors are being thrown saying the extensions could not be loaded and yet whenever I print my phpinfo I don't see either of them listed. What am I missing here? For what it's worth, I'm running PHP version 5.3

What is the most efficient way to store measurements with a variable number of fields in a database?

爱⌒轻易说出口 提交于 2019-12-21 05:21:18
问题 We have a data collection system that collects measurements from environmental sensors that measure velocity of water flowing through a river or channel. Each measurement generates a fixed number of values (e.g. Date, Time, Temperature, Pressure etc.) plus a list of velocity values. Originally the sensors supplied three velocity values so I simply stored each value in it's own column of a single table in a FireBird database. Later on sensor were introduced that could output up to nine

Why does Firebird truncate decimal places when dividing?

本秂侑毒 提交于 2019-12-21 03:52:34
问题 Firebird truncates decimal places when dividing, rather than rounding. Furthermore, it bases the number of decimal points in the returned value on the number of decimal places in the numerator and denominator. Why is Firebird truncating instead of rounding? And why does it base the returned value on the number of decimal places in the query? Firebird 2.5: select 187/60.00 from rdb$database; --result: 3.11 select 187.000/60 from rdb$database; --result: 3.116 select 187.000/60.00 from rdb

Full Text Search with Firebird and Delphi

被刻印的时光 ゝ 提交于 2019-12-20 10:11:20
问题 I'm looking into implementing full text search on our Firebird database. Our requirements are: Every field in several tables should be indexed. When a result is found we should be able to find out the originating table. The index can be stored in the database or in the file system. The results of the search (BigInt primary keys) must be used to join with the original records in the database to display the records in a table. Can anybody recommend a decent way to achieve what we need? I've

Column aliasing in SELECT statements doesn't work with SQuirrel SQL + Firebird

二次信任 提交于 2019-12-20 09:53:04
问题 I tried add an column alias in SELECT statement using SQuirrel SQL 3.4 + Firebird 1.5 + Driver JDBC Jaybird 2.2.[0|1] (JVM 1.7.0_03), but doesn't work. The column aliased appears with the original name of column. In another tool (DBExpert) the same statement works fine. Statement : SELECT column1 AS alias1, column2 FROM table; Resultant columns name in SquirrelSQL : column1 - column2 Resultant columns name in DBExpert : alias1 - column2 Tried add ' and " around alias name, but also not work.

Column aliasing in SELECT statements doesn't work with SQuirrel SQL + Firebird

不羁岁月 提交于 2019-12-20 09:50:05
问题 I tried add an column alias in SELECT statement using SQuirrel SQL 3.4 + Firebird 1.5 + Driver JDBC Jaybird 2.2.[0|1] (JVM 1.7.0_03), but doesn't work. The column aliased appears with the original name of column. In another tool (DBExpert) the same statement works fine. Statement : SELECT column1 AS alias1, column2 FROM table; Resultant columns name in SquirrelSQL : column1 - column2 Resultant columns name in DBExpert : alias1 - column2 Tried add ' and " around alias name, but also not work.

what's the best Firebird IDE? [closed]

安稳与你 提交于 2019-12-20 09:23:36
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . Simple question. I'm considering Firebird and SQLite for an upcoming project. SQLite has SQLite Administrator, which is pretty good

Create firebird data source in Visual Studio

扶醉桌前 提交于 2019-12-20 07:22:01
问题 I have an app in c# using Visual Studio 2010 express and realized the sqlce database i was using does not meet all of our needs. I am trying to figure out how to add a firebird datasource and point to my firebird database. I want to mimic the sqlce dataset creating a new dataset but with designer. I think my first step needs to be getting the data source added but I can't figure out how to do it. Any ideas? I tried following this article: http://www.ibprovider.com/eng/documentation/firebird

Why Delphi IBX TWideMemoField converts byte order in UTF8 string and how to avoid it?

假装没事ソ 提交于 2019-12-20 05:43:55
问题 I am using Delphi 2009 with IBX on Firebird 3 database (I have no choice to choose other technologies, I have to adapt to the situation). I have the following defintions: Firebird BLOB field is defined as: BLOB SUB_TYPE 0 SEGMENT SIZE 80 TWideMemoField is defined as: object MainQryNOTES: TWideMemoField FieldName = 'NOTES' Origin = 'INVOICES.NOTES' ProviderFlags = [pfInUpdate] BlobType = ftWideMemo end The test string is "Цель по инфляции, %" and in it can be read from the BLOB field in the