Hi! ... Additionally firebird.msg, msvcp60.dll and msvcrt.dll, (still) used by the client library. Christian...
Christian Danner
christian@...
Feb 1, 2006 8:55 am
71644
... You dont need firebird.msg (although it probably helps if an error occurs). The other two libraries are actually used by our application, so we included...
... Not at all. I am saying that there has been issues with the installers in the past installing guardian against a classic install. The guardian process was...
Hi, ... And, with FB 2.0, it will possible to further restrict to only one connection from SYSDBA or the Owner, when the database is shutdown. Currently, with...
Hello Dimitry, I am attatching the code that i have written to insert record in the table Employee: strQuery = "INSERT INTO EMPLOYEE (ID, NAME, ADDRESS,...
Hi Adam ... I was just hoping you had direct experience of this - however Dany has indicated the same problem, pointing to CS. It did install guardian but we...
I have a stored proc which needs to take a few address fields (street, city, state, postal code) and concatenate them in such a way as to have different parts...
Hi, I wonder if I fire a trigger on update, is there a possibility of knowing which fields have changed, or do I have to do that "manually" by comparing .old...
... AFAIK you have to use old and new, however if your doing this on a large scale you might want to look at using LogManager from upscene. hih Si Carter ...
Hello What means this entries in the Firebird server log? The server is Firebird 1.5.2 clasical server ..... SERVER Wed Feb 01 10:59:23 2006 Database:...
Hi Yves, ... the manual way: IF (new.birthday = old.birthday) THEN BEGIN new.birthdaychangedflag = 'F'; END ELSE BEGIN new.birthdaychangedflag = 'T'; END I'm...
Christian Brümmer
christian@...
Feb 1, 2006 1:05 pm
71658
... The code looks good, but it inserts only one record. You were talking about 100. -- SY, Dimitry Sibiryakov....
Dimitry Sibiryakov
SD@...
Feb 1, 2006 1:31 pm
71659
... You don't have enough RAM for configured DB cache. -- SY, Dimitry Sibiryakov....
Dimitry Sibiryakov
SD@...
Feb 1, 2006 1:35 pm
71660
... Manually. You also have to take care of NULLs: if (new.x is null and old.x is not null or new.x is not null and old.x is null or new.x <> old.x) then -- x...
... All this is fine, but I *never* let user do it. I always store database on hard disk. When user wants to take data with him, he clicks "take the data"...
... The event port is chosen randomly (1024+). For SuperServer you can fix it via RemoteAuxPort setting in .conf file. Perhaps you could tell us if there is...
... You could donate it to Firebird Foundation for the next Conference Auction. I'm sure are are people who would pay NOT to have it - just like the famous...
... The event port is chosen randomly (1024+). For SuperServer you can fix it via RemoteAuxPort setting in .conf file. Perhaps you could tell us if there is...
Hi Busy with a long lasting project using FB embedded I have ran into some problems. The application built in Delphi using Firebird embedded 1.5 does not seem...
Dear members, I apologize in advance for crossposting, I asked this question already in the FB-PHP list, without results. But the topic is realy a FB one, so I...
Um. Your password is wrong. If you are root, and are using Firebird 1.5.*, you don't need to explicitly have the user SYSDBA. Jason ... -- The information...
Perhaps an equally goofy approach would be to have a SpecialStrings table. Have a primary identifier (Like "FB_CRLF"), and the string to represent as a field....
I'm needing this too and I think that the solution is to do a UDF to return the CRLF, but I don't know how I can do this? Does anyone know? Fabrício F. Kammer...
Hi, I have searched the FAQ's and sites about running Firebird 1.5 (32 bits version) on Win64 with a XEON processor but found no results. Is there any known...
... Tiago, Give it a try :-) I suspect that everyone will be glad to see your results. I think it should work ok. see you ! -- Alexandre Benson Smith ...