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...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 56496 - 56525 of 96455   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
56496
Hello, I use Firebird BLOBs to store documents. My transactions could be safely split in two parts, one that stores the document, one that shows it to the...
benedicte_asselin
benedicte_as...
Offline Send Email
Mar 1, 2005
9:11 am
56497
Order from ibphoenix.com instead to help support firebird ... -- Nick ... Founder & Listowner of the Prolifics User Group Panther, Ingres, UNIX, Interbase,...
Nick Upson
upsonn
Offline Send Email
Mar 1, 2005
9:46 am
56498
That's right Alexandre. You could of course make (count)tables for each number of criteria and create a combined primary key. TABLE ( X, Y1, Y2, Y2, . Yn, ...
Dennis Mulder
dennis_mulder
Offline Send Email
Mar 1, 2005
9:59 am
56499
... Additionally to all that others have already wrote, if you still want to extract the data and copy into new database, you can use the FBCopy tool, which is...
Milan Babuskov
mbabuskov
Offline Send Email
Mar 1, 2005
10:15 am
56500
... Just a small correction. On Windows98 the hosts file is in c:\windows\hosts -- Milan Babuskov http://abrick.sourceforge.net...
Milan Babuskov
mbabuskov
Offline Send Email
Mar 1, 2005
10:28 am
56501
... And make sure that Notepad didn't add the .txt suffix to that file. Luc....
Lucas Franzen
biber_et_luc
Offline Send Email
Mar 1, 2005
10:50 am
56502
I was thinking. I have a table of 150,000 companies. I want to look up a company by combining all (relevant) fields of the company, parse it and put the words...
Dennis Mulder
dennis_mulder
Offline Send Email
Mar 1, 2005
11:11 am
56503
my firebird server hangs, I don't know thre reason because nothing is reported in logs, I can give you ps output and tell that I am using rfunc library and...
Maris Paupe
codeine@...
Send Email
Mar 1, 2005
11:38 am
56504
That might work, as might the equivalent any more normal way to do it: select max(id) from table But it may not be safe to assume that every ID is used. In...
Adam
s3057043
Offline Send Email
Mar 1, 2005
11:46 am
56505
Helen, The server was not started... If I put to my hosts file this: 127.0.0.1 mcfly localhost mcfly This error stops. And then: If I open a query tool that...
Marco Lovato
marcolovato
Online Now Send Email
Mar 1, 2005
12:12 pm
56506
... I'm not shure. As I said - UDFs work on Linux - with the SQL statements. ... Both (client and server) are installed on the same machine (on the mac). I...
christian_stengel
christian_st...
Offline Send Email
Mar 1, 2005
12:34 pm
56507
... If this is ps -afx output, then no clients are connected. R means it's using CPU. What does "I" signify - is this something peculiarly Debian? What does a...
Helen Borrie
helebor
Offline Send Email
Mar 1, 2005
12:59 pm
56508
Alan and Urs, Thanks to your helpful comments I now have a backup running nicely with an embedded server - and understand better what's going on :-). In the...
rob2xx2
Offline Send Email
Mar 1, 2005
1:34 pm
56509
Hibernate has a configuration that specifies the dialect of SQL to use. Their documentation (version 2.x) states that with Interbase/Firebird, use "NONE", even...
David Johnson
johnson_dave...
Offline Send Email
Mar 1, 2005
1:46 pm
56510
... involved ... I want to find the most efficient way to find duplicate linkages. In the stored procedure tha populates the table, it already looks for ...
Dixon Epperson
dixonepperson
Offline Send Email
Mar 1, 2005
1:54 pm
56511
Hi, i have a 100gb database consisting of one table to store a key value and binary document in a blob field. lately i have some cases when insert in to the...
d2ortiz_cool
Offline Send Email
Mar 1, 2005
2:41 pm
56512
... That's what I was missing. It seems painfully obvious now, but I did not see it mentioned in any of the docs that discuss UDFs, like this one: ...
jeffrobertsky@...
jeffrobertsky
Offline Send Email
Mar 1, 2005
2:53 pm
56513
I'll reply to this one as well, since I spawned both threads... Per your earlier reply, I was not restarting the Firebird service each time I made changes to...
jeffrobertsky@...
jeffrobertsky
Offline Send Email
Mar 1, 2005
2:56 pm
56514
Thanks for the tips. I'm embarrassed to say that my problem was that I was not restarting the Firebird service after adding "UdfAccess = Restrict UDF" to...
jeffrobertsky@...
jeffrobertsky
Offline Send Email
Mar 1, 2005
3:02 pm
56515
... OK, first, get rid of that compound index because it doesn't do anything useful. Then index both SD_INVOICE and SD_GTID (2 indexes, not one). Now,...
Helen Borrie
helebor
Offline Send Email
Mar 1, 2005
3:18 pm
56516
Hi, is there a reliable way to subtract e. g. 100 years from a date value? My problem is that I would like to subtract 100 years from a given set of date...
Christian Gütter
christian_gu...
Offline Send Email
Mar 1, 2005
3:42 pm
56517
I finally upgraded to 1.5 Classic on Fedora (sorry but product release is killing me) and met many new surprises. I got things to work mostly, but ran against...
rayholme
Offline Send Email
Mar 1, 2005
3:47 pm
56518
... At least approximately: select datefield - (100 * 365.25) from table ... (Problem are the leap years) ... Magnus...
Magnus Titho
magnus.titho@...
Send Email
Mar 1, 2005
3:49 pm
56519
... Indeed. And they depend on the original year given. Perhaps it would be better to write an UDF in which you decode the date, subtract 100 years and encode ...
Martijn Tonies
martijntonie...
Offline Send Email
Mar 1, 2005
4:04 pm
56520
I'm new to Firebird and a little lost. I am using v1.5.2 embedded database. For the most part, I have been able to create my database with tables, columns,...
Christopher Walls
chwalls
Offline Send Email
Mar 1, 2005
4:09 pm
56521
I've been trying FirebirdDialect with 3.0, and have gotten enough help here to realize that Hibernate is trying to call the UDF "lower" and that I need to...
jeffrobertsky@...
jeffrobertsky
Offline Send Email
Mar 1, 2005
4:12 pm
56522
Hi, ... The above should work just fine on a Dialect 3 database. ... With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird,...
Martijn Tonies
martijntonie...
Offline Send Email
Mar 1, 2005
4:13 pm
56523
Hi, you could try select cast (extract(day from datefield) || '.' || extract(month from datefield) || '.' || (extract(year from datefield)-100) as date) from ...
Ian A. Newby
iananewby
Offline Send Email
Mar 1, 2005
4:14 pm
56524
... Yeah, but if the date is a 29.02., you would also have to check if the calculated year is also a leap year (e.g. 29.02.2000 minus 100 years -> 28.02.1900...
Magnus Titho
magnus.titho@...
Send Email
Mar 1, 2005
4:20 pm
56525
Hey!!! I write an aplication in VC.net, and need detect events with isc_wait_for_event() function. * I can attach database. * can start transaction. * can...
Cesar L. Meloni
cesar@...
Send Email
Mar 1, 2005
4:21 pm
Messages 56496 - 56525 of 96455   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