Search the web
Sign In
New User? Sign Up
firebird-support · Support for Users of Firebird Releases
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 71642 - 71675 of 99492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
71642
No guardian running. Are you suggesting that you run CS and have no updating problems? Regards Paul...
Paul Hope
paulphope
Offline Send Email
Feb 1, 2006
8:52 am
71643
Hi! ... Additionally firebird.msg, msvcp60.dll and msvcrt.dll, (still) used by the client library. Christian...
Christian Danner
christian@...
Send Email
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...
Adam
s3057043
Offline Send Email
Feb 1, 2006
10:42 am
71645
... 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...
Adam
s3057043
Offline Send Email
Feb 1, 2006
10:45 am
71650
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...
Daniel Rail
danielrail
Offline Send Email
Feb 1, 2006
11:10 am
71651
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,...
Ghazanfar Ali
ghazanfarali17
Offline Send Email
Feb 1, 2006
11:31 am
71652
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...
Paul Hope
paulphope
Offline Send Email
Feb 1, 2006
11:53 am
71653
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...
Jarrod Hollingworth
jarrodbackslash
Offline Send Email
Feb 1, 2006
12:14 pm
71654
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...
Yves Glodt
yglodt
Offline Send Email
Feb 1, 2006
12:16 pm
71655
... 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 ...
Si Carter
orckadotcom
Offline Send Email
Feb 1, 2006
12:22 pm
71656
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:...
tstoicescu
Offline Send Email
Feb 1, 2006
12:39 pm
71657
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@...
Send Email
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@...
Send Email
Feb 1, 2006
1:31 pm
71659
... You don't have enough RAM for configured DB cache. -- SY, Dimitry Sibiryakov....
Dimitry Sibiryakov
SD@...
Send Email
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...
Milan Babuskov
mbabuskov
Offline Send Email
Feb 1, 2006
3:39 pm
71661
... 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"...
Milan Babuskov
mbabuskov
Offline Send Email
Feb 1, 2006
3:39 pm
71662
... 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...
Milan Babuskov
mbabuskov
Offline Send Email
Feb 1, 2006
3:39 pm
71663
... 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...
Milan Babuskov
mbabuskov
Offline Send Email
Feb 1, 2006
3:39 pm
71664
... 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...
Milan Babuskov
mbabuskov
Offline Send Email
Feb 1, 2006
3:39 pm
71665
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...
Colin Myerscough | Pa...
parcye
Offline Send Email
Feb 1, 2006
4:00 pm
71666
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...
KjeldLoozen
Offline Send Email
Feb 1, 2006
4:02 pm
71667
... sure you did! nice idea! :-)...
Yves Glodt
yglodt
Offline Send Email
Feb 1, 2006
4:33 pm
71668
I got this problems.. since last 3 weeks... so i came here to find helps... root@itdkel:/home/amir# /usr/lib/firebird2/bin/isql ...
kcdefaced
Offline Send Email
Feb 1, 2006
4:41 pm
71669
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...
Jason Dodson
dirtyrentedmule
Offline Send Email
Feb 1, 2006
4:45 pm
71670
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....
Jason Dodson
dirtyrentedmule
Offline Send Email
Feb 1, 2006
4:56 pm
71671
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...
Fabrício Fadel Kam...
fkbash
Offline Send Email
Feb 1, 2006
4:59 pm
71672
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...
davidalbiston
Offline Send Email
Feb 1, 2006
5:13 pm
71673
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:...
Fabrício Fadel Ka...
fkbash
Offline Send Email
Feb 1, 2006
5:24 pm
71674
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 Silva Costa
tisicosta
Offline Send Email
Feb 1, 2006
5:33 pm
71675
... 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 ...
Alexandre Benson Smith
thoriblist
Offline Send Email
Feb 1, 2006
5:55 pm
Messages 71642 - 71675 of 99492   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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