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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 94580 - 94609 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
94580
... Thanks Paul: I replaced the blob declaration in my CREATE TABLE with one setting the sub type to 0 and the size to 32762. CON_IMAGE BLOB SUB_TYPE 0 SEGMENT...
inoffensive_2006
inoffensive_...
Offline Send Email
Jun 1, 2008
7:36 pm
94581
... The "Segment Size" value is no longer of any real significance for modern applications, it is for support of real legacy applications (ie. ancient). A...
Leyne, Sean
seanchk_98
Offline Send Email
Jun 1, 2008
7:43 pm
94582
... Yes, this is almost correct. ... Try to Write image_buffer in loop using smaller chunks, say 64K-3. Regards, Vlad...
Vlad Khorsun
fbvlad
Offline Send Email
Jun 1, 2008
8:16 pm
94583
Hello, I have just observed, that upon the relation TEST(ID INTEGER, CODE VARCHAR(24)): 1) select * from TEST where CODE starting ''; gives all the rows - as...
vincent_kwinsey
Offline Send Email
Jun 2, 2008
7:50 am
94584
... Yes, and IIRC it has been fixed since FB v2.0. Dmitry...
Dmitry Yemanov
dimitr_ex
Offline Send Email
Jun 2, 2008
8:02 am
94585
Hello, Isn't Firebird Embedded 2.1 compatible with XP Home edition? I developed a small app using Firebird Embedded 2.1 as database. I tested on XP...
ionutz gorea
ionutz_gorea
Offline Send Email
Jun 2, 2008
8:29 am
94586
Hi, no more registration/access in database workbench or via isql possible under 2.1? regards, christoph...
crizoo4712
Offline Send Email
Jun 2, 2008
9:19 am
94587
Christoph, ... Since Firebird 2.0, direct/regular db connections to the security database aren't allowed anymore. -- Best Regards, Thomas Steinmaurer ...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Jun 2, 2008
9:26 am
94588
Hi I have problem with FB2.1, I cannot connect to database, I cannot backup database, because server allways writes this text?? What does it mean, last week it...
tomkrej
Offline Send Email
Jun 2, 2008
11:59 am
94589
Hi all, I run a simple query on Firebird 1.5.5: select * from tbl_party party left join tbl_person person on person.party_id = party.party_id join tbl_payment...
Alexander Tabakov
saho_tabakov2
Offline Send Email
Jun 2, 2008
1:42 pm
94590
Note: Sorry for hijacking the other thread. My mistake! ======================================================= Hi all, I run a simple query on Firebird 1.5.5:...
Alexander Tabakov
saho_tabakov2
Offline Send Email
Jun 2, 2008
1:47 pm
94591
Hi all, Firebird 2.1.0 17798 on Linux and/or on Windows XP, Delphi 2007 for Win32 Our application generates lots of traffic, many concurrent...
Tiberiu Horvath
tiberiu_horvath@...
Send Email
Jun 2, 2008
5:09 pm
94592
... Thanks Sean: So, why does this: CON_IMAGE BLOB SUB_TYPE 0 SEGMENT SIZE 80 Result in this? Context: Blob::Write Message: Invalid segment size (max 64Kb-1) ...
inoffensive_2006
inoffensive_...
Offline Send Email
Jun 2, 2008
6:09 pm
94593
Hi, ... My experience is that you should *always* keep your [INNER] JOINS first (before) your LEFT JOINS. My *guess* is that the engine do not do this for you,...
Anderson Farias
peixedragao
Offline Send Email
Jun 2, 2008
6:57 pm
94594
Hi, ... Are you using some bad udfs?? What's the error you get on your server log (FIREBIRD.LOG) when this happens?? Regards, Anderson Farias...
Anderson Farias
peixedragao
Offline Send Email
Jun 2, 2008
7:05 pm
94595
... < Snip > ... Thanks Vlad, and eveybody who responded: This works. Helen, perhaps you might mention in your excellent book that reading and writing blobs...
inoffensive_2006
inoffensive_...
Offline Send Email
Jun 2, 2008
7:30 pm
94596
... Oops, I forgot to ask, does Firebird define a constant for the max size of a blob segment? Thanks Again Larry...
inoffensive_2006
inoffensive_...
Offline Send Email
Jun 2, 2008
7:36 pm
94597
Hi Although I have been using Firebird for some years, it has always been with small datasets. I am now writing an application which I estimate will have about...
niall_scott
Offline Send Email
Jun 2, 2008
7:38 pm
94598
I have some code I have been using for quite some time to perform backups and restores using the services API. I spent the better part of the day trying to...
Luke Tigaris
luke_tigaris
Offline Send Email
Jun 2, 2008
8:09 pm
94599
Guten Tag niall_scott, ... Why RC2 and not Final ? ... no you dont have to (i do not know UIB) but some reserverd words have been added , like start which...
Hannes Streicher
hstreicher
Offline Send Email
Jun 2, 2008
8:12 pm
94600
... I didn't know Final was out. I was on the wrong site. ... Strange I have to use them with Database Workbench as well. ... Ok I'll give it a try. ... Cheers...
niall_scott
Offline Send Email
Jun 2, 2008
8:43 pm
94601
Hi I have come accross what I assume is a known bug in 1.5 select sum(qty),0,sum(bond),pid from otw_products where whs='' and pid=:pid group by 2,4 goes crazy...
Paul Hope
paulphope
Offline Send Email
Jun 2, 2008
9:29 pm
94602
... Firebird doesn't have this error message. Have you considered raising this problem in the IBPP forum? It looks possible that IBPP has some kind of...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2008
10:53 pm
94603
... applications (ie. ... raising this problem in the IBPP forum? It looks possible that IBPP has some kind of logical error occurring when you have a blob...
inoffensive_2006
inoffensive_...
Offline Send Email
Jun 2, 2008
11:15 pm
94604
Thanks Dmitry. Yes, that works. But if I put the ( select name from city order by population ) city in a procedure (ex: sp_get_citys_by_population) the list...
martins.goncalo
Offline Send Email
Jun 2, 2008
11:22 pm
94605
... As a (mainly) Delphi programmer I don't encounter this problem. I guess the interface I use (IBO) has long ago resolved the issues around the packaging of...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2008
11:24 pm
94606
... Many of the service calls (and the equivalent command-line utilities), including backup, require SYSDBA or Owner login to be allowed to proceed....
Helen Borrie
helebor
Offline Send Email
Jun 2, 2008
11:33 pm
94607
... Databases. A dataset is the output of a SELECT query. ... We don't support beta versions on this list. Why aren't you using the release? In view of...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2008
11:57 pm
94608
... utilities), including backup, require SYSDBA or Owner login to be allowed to proceed. Administrator authority should resolve to SYSDBA but no OS user...
Luke Tigaris
luke_tigaris
Offline Send Email
Jun 3, 2008
12:01 am
94609
Hi All, After running 10 connections (10 Apps sessions) from the same PC to the server, the next connection says: Connection rejected by remote interface...
Fabian Chocron
fabianchocron
Offline Send Email
Jun 3, 2008
1:11 am
Messages 94580 - 94609 of 99491   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