[firebird-support] IMPORTANT MESSGAGE: This group is moving

2020-05-01 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
e firebird-supp...@googlegroups.com Note, if you are subscribed to more than one Firebird-related Yahoo! group, your will need to go through a similar process for each of your groups. Helen Borrie for Firebird Project -- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] run firebird engine without fbguard

2019-07-12 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
l script, if you installed from the official Firebird kit. Helen > > Kind regards, > Yassir > > > > > -- Best regards, Helenmailto:hele...@tpg.com.au --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Connecting to database on remote server

2019-07-08 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
_IP) is preferred, however, as WNET is notoriously noisy. You must set up the Protocol and DatabaseName properties as appropriate to each other and to the transport you want to use. If you get it right on the application side, Fb3 should be able to sort it out on the server side. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] FB 2.5.8 - Next transaction value growing too much.

2019-07-01 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
-) BTW, sweeping is not garbage collection. It is a process that marks old record versions for GC, which will be carried out subsequently by a GC worker thread (on Superserver) or by cooperative GC, or both, depending on how your GCPolicy is set up in firebird.conf. GC happens automatically, one way or another. A gbak backup also causes cooperative GC, unless you run gbak with the -[no_]g[arbage_collect] switch. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Firebird 3.0 performance, Windows 10 vs Mint, big different

2019-06-22 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
there is something else that make > Firebird runs slower on Windows 10. It is worth reading this: http://dyemanov.blogspot.com/2012/03/firebird-vs-windows-file-system-caching.html Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: ** NOT ** Re: [firebird-support] Firebird upgrade advise

2019-06-05 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
Rita Liotta wrote: > Hi, Helen: > > Can you name some of these tools? I'm just floundering try to find one. > Only you can know what you need, according to your expertise with databases and SQL and your comprehension of the drivers needed to use a particular toolset. As

** NOT ** Re: [firebird-support] Firebird upgrade advise

2019-06-05 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
ately, though, some sort of driver connects to the Firebird API and the Firebird API manages the connection of the database to the Firebird engine. There is no workaround to avoid having the Firebird engine in some form at the back end. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Re: Issue with large table in FB 1.5 and 2.5

2019-05-29 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
;s not going to work for them. GTTs didn't come on the scene till 2.1. Also, it won't work in 2.1 +, either, if you have not upgraded the ODS of the databases to 11.1 or higher. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Issue with large table in FB 1.5 and 2.5

2019-05-29 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
ot as to whether sweeping before the backup, thus taking the GC out of gbak's hands, would gain you anything in terms of the time this housekeeping would take. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Re: Engine12 32 64 bit question

2019-05-19 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
cols. You are not the first to bump into this with Fb3. Last year, Vlad and I put together a tech topic on the subject. In case you want a bit more information, here's the URL: https://www.ibphoenix.com/files/ConnectionStrings_Fb3.pdf Cheers, Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Engine12 32 64 bit question

2019-05-17 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
lient.dll in the same directory where the client application executable is located, to ensure that Windows will find it first and not seek it out via the PATH variable. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Firebird 4 and RDB$ERROR

2019-05-15 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
tion is visible only within the EH block and, of course, only if an exception actually occurred that threw execution into the EH block. Nowhere does it suggest that you could expect anything by trying to use the function in DSQL. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] unsubscribe

2019-05-07 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
right way to remove himself from the group. Helen (Moderator) --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] insert data two databases different

2019-05-06 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
eate_database] switch. Meanwhile, at some point during thos two days, after someone had inserted some data into database1.fdb, someone else came along and renamed the database to database_2. Gremlins, maybe? Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Help with Firebird date ranges.

2019-05-02 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
ASON || ||'",' '"'|| SITENUM ||'",' '"'|| REPLICATED ||'",' '"'|| WORKSTATION ||'"' FROM MACROLOG WHERE TIMEREF >= (CURRENT_DATE - 7) ORDER BY TIMEREF Note, if TIMEREF is a TIMESTAMP, not a DATE, then your varchar for the cast will need to be varchar(25). If this isn't what you are looking for, come back with some more detail about the expected output, environment, etc. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Issues restoring a Firebird Database

2019-04-28 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
it yourself? Another factor could be that the backup was from a database with on-disk structure (ODS) 11.0 or older being restored to ODS 11.1 or higher. You may need to include the -fix_fss_M switch to have text in metadata (such as CHECK constraints) converted to unicode_fss. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] re: Can't get Firbird 3.x embedded to work in Delphi 10.3 update 1?

2019-04-26 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
to try and do a custom Firebird install for your early testing. Just unzip the whole thing and then go back later and get rid of the pieces you don't need. Helen --- This email has bee

Re: [firebird-support] Start/Stopping service

2019-04-18 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
n different Windows versions if the service was configured the same way on each server. Of course, we are talking about the Professional versions, not Home, etc., that do not support services. I don't know whether this answers your question, though. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Start/Stopping service

2019-04-17 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
instsvc i -s -d -n "FirebirdServer - firebird3" (you don't need the double-quotes if the name has no spaces.) Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Strange behavior on very large table

2019-02-21 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
thing to try during some time when the table isn't in use. It would be worth considering how long it has been since the last backup-and-restore cycle, too. Cheers, Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: ODP: [firebird-support] Query optimization on FB3

2019-02-13 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
ile/documentation/reference_manuals/fblangref25-en/html/fblangref25-ddl-tbl.html#fblangref25-ddl-tbl-gtt Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: ODP: [firebird-support] Query optimization on FB3

2019-02-13 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Steve Naidamast wrote: > By using a global table in Firebird, could not multiple users cause > a conflict if two such users were to issue the same query against the global > table? No. A GTT definition is persistent, of course, but persistent data are not stored in it. A GTT instance is created

Re: [firebird-support] change a trigger that I create with RDB $ SYSTEM_FLAG = 1.

2019-02-04 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
g the PSQL code you saved. If you are using Firebird prior to Fb3 then GET THE MESSAGE that you should **NEVER** try to modify the system tables. From FB3 onwards, those tables are read-only but with older versions you can still shoot yourself in the foot. Helen --- This email has been checked

Re: [firebird-support] Firebird 3.0 client does not work with remote Firebird 2.5 database

2019-01-21 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Mark wrote: > On 20-1-2019 22:35, Helen Borrie hele...@iinet.net.au [firebird-support] > wrote: >> Firebird 3 allows configuration at both client and server for some >> parameters, including these two. Changes to these parameters must be >> done at the client side for you

Re: [firebird-support] Firebird 3.0 client does not work with remote Firebird 2.5 database

2019-01-20 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
once aliases.conf is saved, whereas anything reconfigured in firebird.conf will necessitate a server restart before it is visible. You can find more details in this article: https://www.ibphoenix.com/files/Authentication_FB3.pdf Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Digital signing of Firebird executables, installers etc.

2019-01-10 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
If not can I raise this as an issue? You can raise it as an issue by requesting an improvement at http://tracker.firebirdsql.org. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Problems with creating new users (no permission for INSERT access to TABLE PLG$VIEW_USERS)

2018-12-18 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
m your login with the role. In Fb 4 beta 1, a user with the GRANT ADMIN ROLE (SEC$ADMIN TRUE) does not need to log in with the RDB$ADMIN role. I don't know whether this is going to be backported to Fb 3.0.5. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Informing the devs about optimizer issues / alternative plans

2018-12-05 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
s much information there as you can. and 2. Subscribe to firebird-devel list - you can do it from this page: https://www.firebirdsql.org/en/mailing-lists/ (scroll down) for discussion of your ideas. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Converting dates and the ISO-8601 format

2018-11-09 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
>This seems to do nothing. I have tried looking through the PhP.ini >file for some way to influence how the data is formatted and cannot >find anything. I have even tried using .. > >ini_set('date.timezone', 'Europe/London'); > >But this also did nothing. I hope you understand a bit more now about what's going on in these interfaces. Good luck. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

[firebird-support] Off-topic discussions

2018-11-08 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
ert it now, but please be mindful of this for future discussions. If it is not directly a support topic, then please take it to firebird-general. If it is a technical question about a feature in a future release, including alphas and betas, take it to firebird-devel. Helen (Moderator) --- This

Re: [firebird-support] Possible bug in 2.5.1.26351

2018-10-29 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Hello Mark, Tuesday, October 30, 2018, 8:20:51 AM, you wrote: > On 29-10-2018 02:06, Helen Borrie hele...@iinet.net.au > [firebird-support] wrote: >> Character set NONE is a bare-bones ASCII set and does not provide >> intrinsic support for any characters beyond the 1

Re: [firebird-support] Possible bug in 2.5.1.26351

2018-10-29 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
ith Unicode characters, while your database can only make sense of US ascii. > Is this a bug or simply something I don't understand? Well, it isn't a bug. ;-) Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Firebird 2.5: first insert into table takes ages to complete

2018-10-11 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Dominik, >> Which sub-release? > The latest, i.e. 2.5.8.27089 OK. >> Yes. The symptoms suggest you have a large number of record versions >> that are waiting for garbage collection. New records cannot be >> written to existing pages until after that garbage has been cleared. > This makes sense

Re: [firebird-support] Firebird 2.5: first insert into table takes ages to complete

2018-10-10 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Dominik Psenner wrote: > we are observing an interesting issue and hope for interesting > insights what could cause the symptoms. First of all a few numbers > about the database and the firebird instance in question: > · Database contains several hundred tables > · Few tables co

Re: [firebird-support] Custom error message from procedure/trigger code in Firebird 3.x dialect 3

2018-10-07 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
jonatan.laurit...@yahoo.dk wrote: > Sometimes I need to write extended error message from the SQL > procedure and trigger code. So far I have used the following procedure: > create or alter procedure REPORT_ERROR (MSG varchar(400))as > BEGIN > update rdb$exceptions set > rdb$message=:MSG

Re: [firebird-support] Very slow response after massive delete on table. (FB3 on Win 64)

2018-10-01 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
fabia...@itbizolutions.com.au wrote: > I've noticed the following strange behavior on Firebird 3 latest > release, 64 bits, on Windows 2012, 24 processor server, 200 GB ram, magnetic > HDDs (no SSDs): > 1) After executing and commiting a massive delete on a table, any > select or insert takes ti

Re: [firebird-support] Firebird - GRANT edit/recreate access to specific users and block some users from editing/recreating the procedure

2018-09-29 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
antoedinchar...@gmail.com wrote: > Have planned the upgrade of FB, and the works are going on. > Firebird 2.5.2 to Fb 2.5.8 is not an upgrade you have to plan. It is a point release, i.e., the same software with patches. You need to do this. Just keep safe copies of security2.fdb, firebird.conf

Re: [firebird-support] Firebird - GRANT edit/recreate access to specific users and block some users from editing/recreating the procedure

2018-09-27 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
antoedinchar...@gmail.com : Not enough information. What version of Firebird are you using? > I am trying to GRANT edit/recreate procedures for manager level > users and blocking the same from normal users. Explain exactly what you mean by "manager level users". > I was able to do the same in

Re: ODP: [firebird-support] Using Union and Join (of two tables residing in different databases)in a Query

2018-09-17 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
is the purpose of a RDBMS. Apparently, you want to follow the spreadsheet model, in which a single set of data is exclusive to a single application. So - you maintain multiple instances of the same data by hand and say your prayers. > From this my problem is born, but I can change my formulations. > I need to think. If you are unfamiliar with the ACID rules and normalization, look them up. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: ODP: [firebird-support] Using Union and Join (of two tables residing in different databases)in a Query

2018-09-15 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
gt; months, and I've not experience: I now plan the job to develop, later I > will verify the new releases. The question of whether you use 2.5 or 3.0 is not relevant to your problem. Spend some more time understanding how a relational database works - and forget your preconceptions from previous work you have done using spreadsheets or fiel-based data storage systems. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Re: Sequential auto incremental numbering

2018-09-03 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
meddling with the values of generators, you are making a bed of nails. Incidentally, there *are* ways to turn back generators so, theoretically, you could "re-use" a missing value. In practice, you must not try to. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Unable to connect to the employee database

2018-08-23 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
, user/group permissions, network configurations and text editors, along with the bash shell and some system tools at the command-line level. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] How does a Mac OS user get started?

2018-08-22 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
brary of the Firebird web site. You might want to pick up the Mac version of Flamerobin at some point, if you prefer a graphical interface. Hope this helps. Use this list if you bump into something that doesn't seem to work properly for you. Helen > > >

Re: [firebird-support] Re: Mailing list change?

2018-08-10 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
list compared to this one but I'm still having to moderate subscribe requests and first posts. Let's suppose that River's post yesterday put a fairly accurate finger on the current problems. Let's weather it for a week or two and see how things shake out. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Multiple copies of the same post

2018-08-09 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
to their own servers. There's also the activities of U.S.-based list providers having to become compliant with the EU privacy laws by the July 30 deadline. It's probably a mix of circumstances. Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] GRANT Privileges

2018-07-31 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
s granted to PUBLIC. This isn't something you should do with a real-life database, though. > Can you possibly help me or point me in the right direction? If you don't know the db owner's credentials then log in as SYSDBA. If you post again, would you please exclude all the c

Re: [firebird-support] Re: tempdirectories

2018-07-30 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
wobble...@yahoo.co.uk, > is there a good and up to date official source of documentation on > firebird.conf The firebird.conf file itself, version current for the Fb version you are using. You won't get more up to date than that anywhere. For Fb3, which allows per-database config for a lot of pa

Re: [firebird-support] Re: tempdirectories

2018-07-30 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
e...the older code to truncate out anything following a space (i.e., assumed to be the now-invalid allocation size) was gaily truncating forward from the first space in the directory name itself. (That was an amazing piece of searching that dug that up!) Helen --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] Re: tempdirectories

2018-07-28 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
> 27.07.2018 21:41, Helen Borrie hele...@iinet.net.au [firebird-support] wrote: >> I don't know where you got the idea that you could specify the size of >> a temp directory. Dmitry replied >It is an Interbase feature. Uh...ok... @_@ If you want to allocate specif

Re: [firebird-support] Re: tempdirectories

2018-07-27 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
ou can consider having a dedicated disk, such as a fast SSD, for TempDirectories. The engine holds the temp file structures in RAM if it can: it only puts them to disk if available RAM is too low. Hence, allocating a RAM disk for TempDirectories doesn't make sense, either. Helen --- This emai

Re: [firebird-support] characterset issue in asp.net core

2018-07-22 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
question there: https://groups.google.com/forum/#!forum/firebird-net-provider Helen (Moderator) --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] firebird 3.0 Not binding on ipv4 on windows xp machine

2018-07-12 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
e anything in there, you need to restart the Firebird service for it to take effect. Helen -- Kind regards, Helen Borrie --- This email has been checked for viruses by AVG. https://www.avg.com

Re: [firebird-support] URGENT - Database performance is very slow

2018-06-07 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Vishal Tiwari wrote: > It's urgent... > We are facing a database performance issue. Currently, we are using firebird > version 2.5.2 ODS 11.2. > If we try to run a simple SQL i.e. Select * from using > FlameRobin, it is taking time and next time the time span increases. > Same happens from all o

Re: [firebird-support] Re: Firebird 3: Not able to UPDATE RDB$Procedures

2018-05-31 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
> Also, apparently, this is not a blanket restriction, since I can > successfully run the UPDATE RDB$PROCEDURES on at least 1 other > converted DB (that is essentially the same as the DB I cannot runthis > UPDATE on). Smells like a privileges problem. The updater has to be SYSDBA,

Re: [firebird-support] Error -902 after Update Windows 10

2018-05-24 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Mark wrote: > The problem I have with this solution, is that when using a Firebird > database, you shouldn't be accessing a Firebird dstabase through a > share, and Firebird should disallow that by default. And it does. It would require RemoteFileOpenAbility to be true. By default it is fals

Re: [firebird-support] Error -902 after Update Windows 10

2018-05-23 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Eduard Calveras wrote: > Since few days ago, after Windows 10 update, some applications > writes in Delphi can not connect to network  Firebird 2.5.5 server. > These applications can connect with BDE, InterBase, FIB, FireDac... but all > are using the GDS32.dll > In other side, applications as F

Re: [firebird-support] FB3 alter domain colltion

2018-05-18 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Karol Bieniaszewski wrote: > when we create dommain we can do: > CREATE DOMAIN XXX TYPE VARCHAR(50) COLLATE PXW_PLK; > > but how to alter this domain to have still collation? > > ALTER DOMAIN XXX TYPE VARCHAR(150) COLLATE PXW_PLK; > > > Engine Code: 335544569 > Engine Message : > Dynam

Re: [firebird-support] Firebird ADO.NET: ExecuteNonQuery Returns -1 On Successful Insert

2018-05-17 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Steve Naidamast wrote: > I am using the Firebird 2.5 Embedded Edition with the Firebird > ADO.NET provider version 5.5 or 5.7. I am not sure which, since it > has been so long since I set up the references for my project and > the assembly being used is not taken from the actual provider > librar

Re: [firebird-support] Firebird and Windows 10 update

2018-05-15 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
fo...@darsys.com.ar wrote: > Hi > Since few hours ago, in some customers after Windows 10 update, my app can > not connect to server. > Fb server works, and clients with previous Windows versions work. > Error; 8004 - Unable to complete server request to host... As far as I can see, error 800

Re: [firebird-support] issues with ODBC Driver

2018-05-14 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Hello m.wentingm...@othmerding.de, You wrote: a question about a function in the ODBC driver. This is the wrong forum (database support). For your ODBC driver questions, subscribe to the firebird-odbc-devel list. Send an email to this address: firebird-odbc-devel-requ...@lists.sourceforg

Re: [firebird-support] Doubts regarding statistics of indexes and tables...

2018-05-12 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
is aware of the current size if the table and may be able to make dynamic adjustments that your static plan cannot take into account. Hth. Helen

Re: [firebird-support] Re: Firebird Embedded - Will a 3.0 version be released???

2018-04-14 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
se notes closely to see how things work now. > Or has Firebird Embedded Edition reached a level of maturity that > it requires no further development at this time? Embedded always was one choice from four server models. That has not changed. Helen

Re: [firebird-support] order by 1, 2 - fb 32990

2018-04-12 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
acgomes2...@yahoo.com.br wrote: > select > A.Codigo > 'DINHEIRO' FORMA_PAGTO > FROM NF A > where A.dataEmissao between '01.01.2018' and '31.01.2018' > and A.Modelo = '55' This should work fine if you place a comma after A.Codigo. It does not make any sense to ORDER BY 2 (nor ORDER BY 1,2)

Re: [firebird-support] no permission for INSERT access to TABLE PLG$SRP_VIEW

2018-04-05 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Hello Todd, Todd Brasseur wrote: > Having Issues with 'create user' with Firebird 3.0 > It works fine on one computer where we are testing but not the other.  > We think we did the same thing on both computers. > Installed Firebird > Created SYSDBA Account > Created PRIVATEADMIN Account > Gr

Re: [firebird-support] BLOB Not Found error

2018-03-16 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Also, I don't know whether your IBDAC components are aware of the restriction on multiple edits. It is probably something you should ask Devart. Helen

Re: [firebird-support] External Tables

2018-03-12 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
eAccess parameter with the RESTRICT argument. Don't forget that you have to restart Firebird after changes to firebird.conf or databases.conf. Helen

Re: [firebird-support] Firebird 3 Developer's Guide released

2018-03-02 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Saturday, March 3, 2018, 3:20:25 PM, DougC wrote: > Very glad this got done! Thanks to everyone who made it possible. > However, the PDF option yields a 404 error. Fixed - sorry! HB

[firebird-support] Firebird 3 Developer's Guide released

2018-03-02 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
The Documentation team is proud to announce that the Firebird 3 Developer's Guide, by Denis Simonov, is now available in English: https://www.firebirdsql.org/en/reference-manuals/#fbdevgd30 This volume consists of chapters that walk through the development of a simple application for several lan

Re: [firebird-support] Cannot open database file in local hard disk

2018-02-20 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
> I use Firebird 2.1 and in some computers I cannot open a > database file which is in the local hard disk. > > For example, let's suppose I have the database > C:\Test\MYDATABASE.FDB and I try to open it with IB_SQL (from > IBObjects). > > If I u

Re: [firebird-support] Firebird 3 - Auto Garbage collection with Sweep interval = 0

2018-02-16 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Hello Arnaldo, Friday, February 16, 2018, 2:19:19 AM, Arnaldo wrote: > maybe i have always misunderstood the garbage collection mechanism, the > sweep interval, etc.. and i'm realising only now, but: > I have this database (Firebird 3.03 SuperServer x64) > My question is : why garbage collection

Re: [firebird-support] Re: Running with two different embedded versions of Firebird DB

2018-02-13 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Ed Dressel wrote: > Any suggestions? > Several days ago, you wrote: > We are in the middle of letter our users upgrade their database from > 1.56 to 3.x at their will. Users can upgrade when they want to--so > we install 1.56 embedded db as gds32.dll and 3.x as fblcinet.dll in > the same directo

Re: [firebird-support] Adding a field with NOT NULL constraint

2018-02-10 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
>   Your last advice concerns me a bit. Is it also valid for > changing stored procedures or triggers ? As an abiding principle - yes. But, for SPs and triggers, the effect varies according to a few factors. The BLR for these modules is cached on first use. Changes conducted whilst the m

Re: [firebird-support] Adding a field with NOT NULL constraint

2018-02-10 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
at > http://www.ibphoenix.com/resources/documents/ > ++ > ---- > Yahoo Groups Links -- Kind regards, Helen Borrie

Re: [firebird-support] Miscalculation of floating points in Firebird

2018-01-26 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
anything. Implicit casting casts non-integer numbers as double precision. Any operands that are database columns are not cast implicitly - they use the type defined for them. Helen

Re: [firebird-support]Engine Error - Partner Index

2017-12-22 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
, if you have uncommitted inserts to a referenced table in one transaction, then those uncommitted records are not visible to a transaction that is trying to insert into the detail table. Note that isql does not autocommit DML statements. Helen

Re: [firebird-support] Info

2017-12-19 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
ue again. Of course, you don't want the trigger to fetch another new value and overwrite the one you reserved, so you must make your BI trigger detect whether the INSERT command supplies a value. Helen Borrie

Re: [firebird-support] Re: Deadlock error from firebird during midnight

2017-12-14 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Hello LtColRDSChauhan, The net-provider list that you have been posting to on Sourceforge is inactive. Any postings there are ignored. You need to go to this URL: https://groups.google.com/forum/#!forum/firebird-net-provider and join the "new" group. It has been "new" for more than two months

Re: [firebird-support] Trouble establishing a connection to Firebird database files.

2017-11-27 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Tuesday, November 28, 2017, 12:06:27 PM, Justis wrote: >I’m running firebird 3.0; I’m not sure what version of firebird the database >files were generated with. You can find out, using another command line tool. Open a command shell and go to the Firebird root directory. Then do gstat -h d:\

Re: [firebird-support] Trouble establishing a connection to Firebird database files.

2017-11-27 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Monday, November 27, 2017, 11:35:47 PM, Justis wrote: > I’m running the latest version of Firebird on my windows PC, and > I’ve got some .fbd files on my F:// Drive. > I’m trying to connect to them via Firebird’s JDBC driver, but I’m getting > absolutely nothing. The JDBC driver is that - a dri

Re: [firebird-support] Excel VBA and Firebird

2017-11-21 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
he old CHM help file in the \help\2004 subdirectory of your ODBC installation. If you encounter problems, please subscribe to the firebird-odbc-devel list on Sourceforge and present your question there. Firebird-support is for database-related questions, not drivers. Helen

Re: [firebird-support] Moving DB from 32 bits to 64 bits

2017-11-14 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
t in the system32 subdirectory. I don't know why it is omitted from the Fb3 kits. Helen

Re: [firebird-support] string right truncation error with LIKE predicate and UTF8 DB

2017-11-02 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
queries in LIKE argument used string with national > characters (in this case - WIN1251) The difference between the two results confirms that transliteration is healthy when you provide a valid argument for LIKE, i.e., provide a wildcard character. If you wanted to pass a query like that, you should use STARTING [WITH]: select * from TABLE1 where FIELD1 STARTING WITH 'абв'; Helen

Re: [firebird-support] Creating a conditional "order by" statement

2017-10-23 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
ourse...but on the surface it looks as if you would better serve your need by using a DSQL statement directly, rather than trying to bury it in a SP. Or you could define a view, which would be unordered, and supply the order by clause when selecting from it. Helen

Re: [firebird-support] Wirecrypt

2017-10-19 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
y horribly old. I always install from our own tar.gz because it just works, it's the latest sub-release and I don't get files being spread all over the system. Helen

Re: [firebird-support] Wirecrypt

2017-10-19 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
stalled an old fbclient.so in its WD. So check that as well. I strongly recommend that you study the two PDF books in /opt/firebird/doc. There you have the Quick Start Guide and the release notes. Our release notes are very detailed. Helen

Re: [firebird-support] embedded database with Chinese path

2017-10-05 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Hello Hamish, Thursday, October 5, 2017, 4:53:24 PM, you wrote: [...] all that Have you considered trying a symbolic link? https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/

Re: [firebird-support] Cannot grant user by code

2017-10-02 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
reference by statements affecting the application database. If your problem is caused by (2), I think you will need to isolate your CREATE USER statement(s) into a different SP, to be run and committed in a separate transaction, before you run the script assigning the permissions in the application database. Helen

Re: [firebird-support] Re: Installing Firebird on Fedora 26

2017-10-02 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Hello Allan, Tuesday, October 3, 2017, 1:02:48 AM, Allan Jardine wrote: > In the mean time I've tried installing the Firebird package from > dnf (I actually tried this first and have just tried it again). It > appears to install okay, but then any interaction I try to make with > the database I g

Re: [firebird-support] error 10054

2017-09-20 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
ompany in Texas, U.S.A. If you are able to eliminate network faults then your only option is to contact their software support, giving a better description of the problem than the one you provided here. Helen

Re: [firebird-support] file size and transactions

2017-09-14 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
lation mode. In other isolation modes, long-running transactions in both READ ONLY and READ WRITE will block GC and evade sweeps. Helen

Re: [firebird-support] file size and transactions

2017-09-13 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
that the engine needs pages for other things besides data - it maintains index pages, blob pages, etc. Once a page has been used as one type of page (data or index or blob) it cannot be reused for another type of storage. So some of your operations could be consuming quite a lot of new pages and this is not an unhealthy sign, either! ;-) Helen

Re: [firebird-support] FB 3.0 Replacing ICU libraries

2017-09-12 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
ail in Chapter 9 of The Firebird Book Second Edition eBook. The same in hard copy is in Chapter 8 of TFB2e Volume 1 (Firebird Fundamentals). Helen

Re: [firebird-support] Re: Firebird Alpha 4 Release Notes

2017-09-10 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
bit" is mentioned there, then it's a mistake. It is a mistake. It has been corrected in the online notes. Any more discussion about anything in the Fb 4 Alpha, please take it to firebird-devel. ^heLen^

Re: [firebird-support] FreeAdhocUDF and Firebird 3 not working

2017-09-08 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
BA. So apparently you're not bothered by vulnerabilities. Actually, if you were, you would not even consider using UDFs. Helen

Re: [firebird-support] Re: Problem with linked table

2017-09-08 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
fbclient.dll in the \bin\ directory there will not work with 32-bit clients. You can extract the 32-bit client from the \bin\ directory of the 32-bit zip kit. Helen

Re: [firebird-support] FreeAdhocUDF and Firebird 3 not working

2017-09-08 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
And this is not a trivial problem. I have spent days trying to > remove UDFs from my existing 2.5 version databases, and it is not an easy job. Well, it's hard to help with a solution to your non-trivial problem if you provide only a trivial account of what goes wrong. Helen

Re: [firebird-support] Implicit path for Database

2017-09-01 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
database is located). RESTRICT will work, too, if d:\databases is included in the list of allowed directories. Don't forget that any changes you do in firebird.conf will take effect only after restarting the Firebird service. Helen

Re: [firebird-support] OT: Firebird 4.0 xinetd Support on Linux Replaced

2017-08-24 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
no? The notes say "...starts up via init/systemd..." which means one or the other. You're in trouble if your system does not use either one. ;-) And no more Fb 4 questions here, please. ^heLen

Re: [firebird-support] Firebird 3 crashes ( terminated abnormally (4294967295) )

2017-08-17 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
. Those files will go to disk and you simply might not have enough disk space available. Note, too, that on a VM it is strongly recommended that you configure TempDirectories explicitly and not rely on a preconfigured temp or tmp directory that might be missing or shared by greedy apps. Helen

Re: [firebird-support] Multi-column Foreign key

2017-08-09 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
ase. But if the dependency is as I described it, then the FK should be in Unites, referencing the PK in Location. And - simply - never allow NULL to be written to a constraint element. AFAIR, Firebird follows some standard that allows one record with one NULL element, so with your 3-element key, you have the potential to have three useless reference records. It's one of those cases where "just because you can does not mean you should". Helen

  1   2   3   4   5   6   >