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 90128 - 90157 of 99491   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
90128
... It's probably more appropriate as a development discussion, but it would be nice to see OpenGIS available for Firebird. It should be possible to do a lot ...
Lester Caine
lscesuk
Offline Send Email
Nov 1, 2007
7:01 am
90129
... No problems in FlameRobin. -- Milan Babuskov http://www.flamerobin.org...
Milan Babuskov
mbabuskov
Offline Send Email
Nov 1, 2007
10:07 am
90130
... In IB_SQL it just keeps fetching ad infinitum (tho' fortunately IB_SQL lets you stop a cursor from fetching). ./heLen...
Helen Borrie
helebor
Offline Send Email
Nov 1, 2007
10:33 am
90131
The message is Error code 335544721 Unable to complete network request to host xxxxxx. Failed to establish a connection. No connection could be made because...
paultugwell
Offline Send Email
Nov 1, 2007
10:39 am
90132
... it. ... lets you stop a cursor from fetching). ? Works fine in Database Workbench that uses IBO. Martijn Tonies Database Workbench - tool for InterBase,...
Martijn Tonies
martijntonie...
Offline Send Email
Nov 1, 2007
10:41 am
90133
Hi, ... Have you tried navigating the grid to the end of the result set? It's probably 'fetching on demand' Execute it in ISQL and you'll see it's an ...
Anderson Farias
peixedragao
Offline Send Email
Nov 1, 2007
10:48 am
90134
I just download Snapshot build without debug Firebird-2.1.0.16967-0_Win32.zip, I see fbserver sise is 2,997,792byte while Firebird 2.1 Beta 2...
Pham Huu Le Quoc Phuc
phucphlq@...
Send Email
Nov 1, 2007
10:50 am
90135
Hi, ... Perhaps I'm using the wrong Firebird version? I'm using 2.1. The resultset is a single row, so it stops fetching. Yep, I just tried Firebird 1.5 ->...
Martijn Tonies
martijntonie...
Offline Send Email
Nov 1, 2007
10:54 am
90136
... It is off-topic for this list...ask about it in firebird-devel if you are worried. ^heLen...
Helen Borrie
helebor
Offline Send Email
Nov 1, 2007
11:01 am
90137
FWIW: I saw this message when an outbound firewall blocked the traffic. It says that the host refused the connection, but actually it was the outbound firewall...
John vd Waeter
pa3erp
Offline Send Email
Nov 1, 2007
11:15 am
90138
Hi Martijn, ... Yes, just forgot the 'version' detail. I've tested on 1.5, sorry. Regards, Anderson...
Anderson Farias
peixedragao
Offline Send Email
Nov 1, 2007
11:32 am
90139
Hi there, My name is Marcelo. I´m facing a weird situation involving the following elements: Firebird Classic Server v 1.5.3 on a Solaris 10 OS Clients: Win...
marcelob13
Offline Send Email
Nov 1, 2007
1:05 pm
90140
... I don't get you here... Teh indices would be usefull if those would be used to filter out data, the size of the result set has nothing to do with the...
Alexandre Benson Smith
thoriblist
Offline Send Email
Nov 1, 2007
2:41 pm
90141
When I open a database that uses a custom UDF, I get "ISC ERROR CODE: 335544831 Access to UDF library XXX.dll is denied by server administrator" It works fine...
kokok_kokok
Offline Send Email
Nov 1, 2007
7:04 pm
90142
... I did try moving the presentation layer stuff (the unicode strings) out of the query and I cancelled the query after 10 minutes. The MySQL query got about...
Richard Wesley
hawkfish@...
Send Email
Nov 1, 2007
7:31 pm
90143
... All I meant was that building 350 rows in memory seems efficient. But it doesn't sound like this is what is going on internally. ... Sorry, I didn't...
Richard Wesley
hawkfish@...
Send Email
Nov 1, 2007
7:39 pm
90144
... XP home certainly sounds the odd man out here. Wasn't it first released without a proper TCP stack of something? It was also very difficult in the first...
Alan McDonald
metaalan
Offline Send Email
Nov 1, 2007
9:20 pm
90145
... Well I have no problem with XP Home running as a server. There were problems initially with just how much M$ had stripped until someone pointed out that ...
Lester Caine
lscesuk
Offline Send Email
Nov 2, 2007
7:12 am
90146
Hi, ... Firebird.conf -> look for " External Function (UDF) Paths/Directories " Martijn Tonies Database Workbench - tool for InterBase, Firebird, MySQL,...
Martijn Tonies
martijntonie...
Offline Send Email
Nov 2, 2007
8:12 am
90147
Thank you, but I revised and it seems ok. In fact, this file is the default file, I did not modified it after the FB installation. My UDF library is placed in...
kokok_kokok
Offline Send Email
Nov 2, 2007
8:35 am
90148
... What's the name of the UDF library which does not work? -- Best Regards, Thomas Steinmaurer LogManager Series - Logging/Auditing Suites supporting ...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Nov 2, 2007
8:47 am
90149
The name is MyUDF.dll, the returned message in reality is: Access to UDF library MyUDF.dll is denied by server administrator...
kokok_kokok
Offline Send Email
Nov 2, 2007
8:59 am
90150
Hi, 1) Try use KBST.ID field in your query. select count(*) from kbst where br starting with 'K2' and id between 1 and 999999 and see if he uses RDB$PRIMARY39 ...
amoradell
Offline Send Email
Nov 2, 2007
10:19 am
90151
... Either it is a permission problem, as mentioned before, or one of the UDF functions in this library depends on the existence of e.g. gds32.dll or another...
Thomas Steinmaurer
iblogmanager
Offline Send Email
Nov 2, 2007
10:24 am
90152
I also think that it is a problem related with permissions, but I have checked the permissions for MyUDF.dll and everything seems ok. In fact, I gave it total...
kokok_kokok
Offline Send Email
Nov 2, 2007
11:03 am
90153
Unsubscribe [Non-text portions of this message have been removed]...
Rohit Khare
rpk_2006
Offline Send Email
Nov 2, 2007
11:08 am
90154
I have an application which uses read-committed transactions for performance reasons. It can be easily verified that in select cnt ... into :cnt; update ......
jaratulpas
Offline Send Email
Nov 2, 2007
12:02 pm
90155
Hi all, the subject says it all: Do I need the Guardian for SuperServer at all and what is it good for anyway? The Windows installer wants to install the...
Stefan Heymann
stefanheymann
Offline Send Email
Nov 2, 2007
12:40 pm
90156
... If you're running Firebird SS as a service, it's up to you whether you use Guardian or configure the service to restart (Recovery tab in the service's...
Helen Borrie
helebor
Offline Send Email
Nov 2, 2007
1:03 pm
90157
... It could be many things,but... I would first check if there is AV software installed there with integrated firewall.It looks like new executable file is...
Bogusław Brandys
brandys@...
Send Email
Nov 2, 2007
2:55 pm
Messages 90128 - 90157 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