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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 98773 - 98802 of 105421   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
98773
... It may be not relevant, but must TIMESTAMP be released with FREE_IT ? I see you are calling it as var param. Regards Boguslaw...
Bogusław Brandys
brandys@...
Send Email
Dec 1, 2008
8:44 am
98774
When trying to drop a table I now and then get "Object XXX is in use" when trying to commit. This is with FB WI-V2.1.0.17798. The only way I've found to...
Kjell Rilbe
krilbe
Offline Send Email
Dec 1, 2008
8:47 am
98775
... select fff from ttt where cast( SUBSTRING(fff from 1 for STRPOS(',', fff) - 1)||'.'|| SUBSTRING(fff from strpos(',', fff)+1 ) as float) > 100 -- Milan...
Milan Babuskov
mbabuskov
Offline Send Email
Dec 1, 2008
9:43 am
98776
... In Firebird 2.1 you can use replace(str, oldstr, newstr), e.g. replace("EmailAddress", '@', ' at ') will produce e-mail addresses slightly more difficult...
Kjell Rilbe
krilbe
Offline Send Email
Dec 1, 2008
9:56 am
98777
... This looks like a bug. Which version of FlameRobin? Please follow up on flamerobin-devel for this... ... It is actually the best way to use it. That...
Milan Babuskov
mbabuskov
Offline Send Email
Dec 1, 2008
10:02 am
98778
I get 'QSQLDA index out of range' when I try to make my queries active. What is causing this? Thank you, Uli...
ulrickebester
Offline Send Email
Dec 1, 2008
10:29 am
98779
In addition to the answer you received, in a similar situation you can also do a left outer join and specify the missing parent (= null) in the where clause. I...
André Knappstein, ...
Knappstein@...
Send Email
Dec 1, 2008
10:50 am
98780
Hello, in addition to Helen's answer, in a similar situation (sporadic cleanup, not a periodical housekeeping), it could be faster to copy the records you want...
André Knappstein, ...
Knappstein@...
Send Email
Dec 1, 2008
10:53 am
98781
<Snip> ... to ... and he ... OFF, ... No, I finally found the "culprit". Another programmer read a page on the Firebird site stating how by setting that value...
vahrokh
Offline Send Email
Dec 1, 2008
11:02 am
98782
Thanks for your input, Helen. ... a prerequisite to a job like this... If backup and restore really *is* the only way, it suggests that you might have started...
Dan Fisher
dan_2474
Offline Send Email
Dec 1, 2008
11:36 am
98783
... active. ... active....
ulrickebester
Offline Send Email
Dec 1, 2008
1:04 pm
98784
Hi Adam Cant pretend to know what it all means but my udf procedure declarations end in 'cdecl; export;' could there be something there? Regards Paul...
Paul Hope
paulphope
Offline Send Email
Dec 1, 2008
1:08 pm
98785
OK I think I've answered my own question (though I'm not sure I fully understand what's going on): The dll which runs the scripts checks whether any DDL...
Dan Fisher
dan_2474
Offline Send Email
Dec 1, 2008
1:51 pm
98786
all current release versions of fbclient.dll and gds32.dll (32bit and 64bit versions), in some sane directory structure. and maybe current beta/rc versions...
Tommi Prami
tprami
Offline Send Email
Dec 1, 2008
1:52 pm
98787
... Memory for the result must be allocated using: function ib_util_malloc(size: LongWord): Pointer; external 'ib_util.dll'; Ivan...
Ivan Prenosil
iprenosil
Offline Send Email
Dec 1, 2008
5:41 pm
98788
Hi All, Due to the size of a result-set, I need to breakdown a process into a series of steps, but unfortunately, none of the natural data breaks are small...
Dalton Calford
daltoncalford
Offline Send Email
Dec 1, 2008
7:44 pm
98789
... for SELECT first (:RowCount) skip (:StartRow) ... Dmitry...
Dmitry Yemanov
dimitr_ex
Offline Send Email
Dec 1, 2008
7:56 pm
98790
... What tool do you use when trying to drop a table? Do you have any simultaneous connections accessing that table? Dmitry...
Dmitry Yemanov
dimitr_ex
Offline Send Email
Dec 1, 2008
7:57 pm
98791
Thanks! ... [Non-text portions of this message have been removed]...
Dalton Calford
daltoncalford
Offline Send Email
Dec 1, 2008
8:02 pm
98792
... Tool = FlameRobin 0.9.1.1787 Unicode Windows This is a snapshot build. No other activity on the database at all. This is on a test/development machine and...
Kjell Rilbe
krilbe
Offline Send Email
Dec 1, 2008
9:35 pm
98793
... This is similar to saying "I had a pet flea. It has escaped. Have you seen it?" It sounds like a Delphi array error and "make my queries active" is a...
Helen Borrie
helebor
Offline Send Email
Dec 1, 2008
10:47 pm
98794
Hello Boguslaw, ... According to something I read on one of the (many) sites that google returned, timestamps should be declared this way. That said, I can not...
Adam
s3057043
Offline Send Email
Dec 1, 2008
10:49 pm
98795
... declarations end ... Hello Paul, Maybe. The function is explicitly exported in the dpr, and I do use cdecl for the calling convention for *MY* functions,...
Adam
s3057043
Offline Send Email
Dec 1, 2008
10:57 pm
98796
... 'ib_util.dll'; ... Hello Ivan, Do you mean something like: .... function FB_AddMins(var DT: ISC_TIMESTAMP; var Minutes: Integer): PISC_TIMESTAMP; cdecl; ...
Adam
s3057043
Offline Send Email
Dec 1, 2008
11:39 pm
98797
... Before you go too far with this, I think you might encounter the same problem with this that I have. The problem is that although you can use a FIRST,...
Myles Wakeham
vladman992000
Online Now Send Email
Dec 2, 2008
4:00 am
98798
I have a field which contains the date and time of the entry. How do I extract the date portion from it? I do not want the time, just the date only....
johnkhoo65
Offline Send Email
Dec 2, 2008
7:05 am
98799
... cast(mydatetime as date) -- Best Regards, Thomas Steinmaurer LogManager Series - Logging/Auditing Suites supporting InterBase, Firebird, Advantage...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Dec 2, 2008
7:08 am
98800
... cast (myTimestampColumn as date) or (short form) date myTimestamp ./heLen...
Helen Borrie
helebor
Offline Send Email
Dec 2, 2008
7:08 am
98801
Alexandre, What do you mean by "Use CS"? The server uses all of the defaults and has not been modified from the default settings. -Joe...
Joe Martinez
jmartine3
Offline Send Email
Dec 2, 2008
8:00 am
98802
No, the database uses the FDB extension. -Joe...
Joe Martinez
jmartine3
Offline Send Email
Dec 2, 2008
8:01 am
Messages 98773 - 98802 of 105421   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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