Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

firebird-support · Support for Users of Firebird Releases

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 71642 - 71675 of 121789   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
71642 Paul Hope
paulphope Send Email
Feb 1, 2006
8:52 am
No guardian running. Are you suggesting that you run CS and have no updating problems? Regards Paul...
71643 Christian Danner
christian@... Send Email
Feb 1, 2006
8:55 am
Hi! ... Additionally firebird.msg, msvcp60.dll and msvcrt.dll, (still) used by the client library. Christian...
71644 Adam
s3057043 Send Email
Feb 1, 2006
10:42 am
... 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...
71645 Adam
s3057043 Send Email
Feb 1, 2006
10:45 am
... 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...
71650 Daniel Rail
danielrail Send Email
Feb 1, 2006
11:10 am
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...
71651 Ghazanfar Ali
ghazanfarali17 Send Email
Feb 1, 2006
11:31 am
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,...
71652 Paul Hope
paulphope Send Email
Feb 1, 2006
11:53 am
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...
71653 Jarrod Hollingworth
jarrodbackslash Send Email
Feb 1, 2006
12:14 pm
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...
71654 Yves Glodt
yglodt Send Email
Feb 1, 2006
12:16 pm
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...
71655 Si Carter
orckadotcom Send Email
Feb 1, 2006
12:22 pm
... 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 ...
71656 tstoicescu Send Email Feb 1, 2006
12:39 pm
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:...
71657 Christian Brümmer
christian@... Send Email
Feb 1, 2006
1:05 pm
Hi Yves, ... the manual way: IF (new.birthday = old.birthday) THEN BEGIN new.birthdaychangedflag = 'F'; END ELSE BEGIN new.birthdaychangedflag = 'T'; END I'm...
71658 Dimitry Sibiryakov
SD@... Send Email
Feb 1, 2006
1:31 pm
... The code looks good, but it inserts only one record. You were talking about 100. -- SY, Dimitry Sibiryakov....
71659 Dimitry Sibiryakov
SD@... Send Email
Feb 1, 2006
1:35 pm
... You don't have enough RAM for configured DB cache. -- SY, Dimitry Sibiryakov....
71660 Milan Babuskov
mbabuskov Send Email
Feb 1, 2006
3:39 pm
... 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...
71661 Milan Babuskov
mbabuskov Send Email
Feb 1, 2006
3:39 pm
... 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"...
71662 Milan Babuskov
mbabuskov Send Email
Feb 1, 2006
3:39 pm
... 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...
71663 Milan Babuskov
mbabuskov Send Email
Feb 1, 2006
3:39 pm
... 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...
71664 Milan Babuskov
mbabuskov Send Email
Feb 1, 2006
3:39 pm
... 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...
71665 Colin Myerscough | Pa...
parcye Send Email
Feb 1, 2006
4:00 pm
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...
71666 KjeldLoozen Send Email Feb 1, 2006
4:02 pm
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...
71667 Yves Glodt
yglodt Send Email
Feb 1, 2006
4:33 pm
... sure you did! nice idea! :-)...
71668 kcdefaced Send Email Feb 1, 2006
4:41 pm
I got this problems.. since last 3 weeks... so i came here to find helps... root@itdkel:/home/amir# /usr/lib/firebird2/bin/isql ...
71669 Jason Dodson
dirtyrentedmule Send Email
Feb 1, 2006
4:45 pm
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...
71670 Jason Dodson
dirtyrentedmule Send Email
Feb 1, 2006
4:56 pm
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....
71671 Fabrício Fadel Kam...
fkbash Send Email
Feb 1, 2006
4:59 pm
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...
71672 davidalbiston Send Email Feb 1, 2006
5:13 pm
Invest in Helen's book! Page 898 deals with the ASCII_CHAR function in the IB_UDF library with an example which constructs CRLF. Dave...
71673 Fabrício Fadel Ka...
fkbash Send Email
Feb 1, 2006
5:24 pm
I'll find this book, but can you post this UDF code here? I need that the udf works in windows and linux servers. Thanks ... De:...
71674 Tiago Silva Costa
tisicosta Send Email
Feb 1, 2006
5:33 pm
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...
71675 Alexandre Benson Smith
thoriblist Send Email
Feb 1, 2006
5:55 pm
... 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 ...
Messages 71642 - 71675 of 121789   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help