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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 21100 - 21129 of 105433   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21100
(Server) Fri Jan 31 16:07:51 2003 WNET/wnet_error: ReadFile end-of-file errno = 109 I keep getting this error. What is it and how do i fix it. Thanks ... Do...
Zakir Mahomedy
zmahomedy
Online Now Send Email
Feb 1, 2003
9:39 am
21101
... Hi, Yes you can. This feature is not apparently built-in in IB or FB, yet that doesn't mean it can't be done. You can, for example, using LockBox from...
rainaple@...
deerbear2001
Offline Send Email
Feb 1, 2003
10:36 am
21102
Hi, ... <snip> While I understand your surprise, this behaviour is normal, intentional and DOCUMENTED. This feature is remain of old trusted host security in ...
Pavel Cisar
pcisar2000
Offline Send Email
Feb 1, 2003
10:45 am
21103
In message <b1earn+5h74@eGroups.com>, Joaquim Macedo <joaquimmacedo@...> <joaquimmacedo@...> writes ... You can output the results to a file, and...
Pete Clark
computergeni...
Offline Send Email
Feb 1, 2003
11:25 am
21104
Hello to all: I am very new to databases and need help understanding what to do or how to go about it. Please forgive me if I sound unlogical, but don't know...
joinfree2 <joinfree2@...
joinfree2
Offline Send Email
Feb 1, 2003
12:01 pm
21105
Hi Pavel, ... My customer's surprise was due to the fact that this could happen at all. He thought it was a security breach. Fortunately, I could explain to...
Paul Vinkenoog
paul@...
Send Email
Feb 1, 2003
12:31 pm
21106
Hello Andrew, ... But bear in mind that a public key system implies a lot of overhead and needs far longer keys than a single key system. The advantages of ...
Paul Vinkenoog
paul@...
Send Email
Feb 1, 2003
12:55 pm
21107
HI! A few days later my IBserver 6.01 (w2k) hangs. The service does not respon to new connections. Canīt stop then service. Still stopping. I wait until 10...
prismatec1 <omar@...>
prismatec1
Offline Send Email
Feb 1, 2003
12:59 pm
21108
... Firebird is a client/server database management system. The server manages one or many databases. You access the databases you create via a client ...
Helen Borrie
helebor
Offline Send Email
Feb 1, 2003
1:02 pm
21109
Hello all, Please clarify: is it possible to pass query parameter to UDF ? According the document "Firebird v1 Closed Bugs" ...
Andrew Guts
coder270
Offline Send Email
Feb 1, 2003
2:31 pm
21110
... I think :pattern must be assigned to a string variable in the stored procedure first and then use that variable in the SELECT statement. -- Raymond...
Raymond Kennington
raymond19562002
Offline Send Email
Feb 1, 2003
2:46 pm
21111
Maybe you should do a repeat posting Monday or Tuesday, or take it to sourceforge.firebird-devel (the proper place for discussing problems with Alpha...
Aage Johansen
megselv2
Offline Send Email
Feb 1, 2003
5:32 pm
21112
Maybe you should do a repeat posting Monday or Tuesday, or take it to sourceforge.firebird-devel. Also, state which versions you use (IB/Fb, Win/Linux, etc.) ...
Aage Johansen
megselv2
Offline Send Email
Feb 1, 2003
5:32 pm
21113
Hi Alan, ... From the Gemini website. There Aleksey Karyakin claims to be compatible with Firebird RC2 but he does not say anything about release 1.0.0 and...
mgastde <michael.gast...
mgastde
Offline Send Email
Feb 1, 2003
7:46 pm
21114
Hi Zakir, ... Might be a crazy question, but what do you mean with ODBC errors? I get all error messages i expect from the database even using a TCP/IP ...
mgastde <michael.gast...
mgastde
Offline Send Email
Feb 1, 2003
7:51 pm
21115
Michael, True that it does not say that it's OK with 1.00 or 2 but there have been no datatype changes since then and the interface has remained unchanged also...
Alan McDonald
metaalan
Offline Send Email
Feb 2, 2003
12:55 am
21116
Hi, I am trying to get me head around the 'flag bit' in the sqltype field of the XSQLVAR structure? Can anyone enlighten me on it's function? Thanks in...
Paul Blacquiere
p_blacquiere
Offline Send Email
Feb 2, 2003
5:26 pm
21117
Thanks for the reply... I altered both the update sql statement and the stored procedure as suggested... Just reporting back on the changes (to summarize,...
C Fraser
Colin.Fraser@...
Send Email
Feb 2, 2003
9:02 pm
21118
i wrote over my previous 1.5 alpha with the 1.5 beta files and now nothing works...is there a particular way to install this on windows xp... using superserver...
Jonathan M. Freedman
jonathanmfre...
Offline Send Email
Feb 2, 2003
10:03 pm
21119
... If (XSQLVAR->sqltype & 1) == 1, XSQLVAR->sqlind contains information if value is NULL or not. If field is declared NOT NULL, XSQLVAR->sqltype & 1 == 0. If...
Roman Rokytskyy <rrok...
rrokytskyy
Offline Send Email
Feb 2, 2003
10:32 pm
21120
Dear all, The database server is Firebird 1.0 (file version 6.2.0.794) running on local connection, windows 2000 Pro SP2, Sygate Personal Firewall (if that...
sugi
sugihartolim
Offline Send Email
Feb 2, 2003
11:23 pm
21121
... #define SQLIND_NOT_NULL 0 #define SQLIND_NULL -1 /* See IB6 API Guide page 92. */ #define XSQLVAR_IS_ALLOWED_TO_BE_NULL(sqlvar) \ ((sqlvar->sqltype & 1) !=...
David Rushby <woodspl...
woodsplitter.rm
Offline Send Email
Feb 3, 2003
1:12 am
21122
This posting interface destroyed the whitespace in that code, BTW. Sorry....
David Rushby <woodspl...
woodsplitter.rm
Offline Send Email
Feb 3, 2003
1:15 am
21123
Page 191 of the IB 6 Beta API Guide says: """ isc_wait_for_event() cannot be used in Microsoft Windows applications or under any other operating system that...
David Rushby <woodspl...
woodsplitter.rm
Offline Send Email
Feb 3, 2003
3:59 am
21124
Hi, Recently, I've reemplaced my Interbase Server 6.0 with Firebird 1.0.2. My applications have been developed with Delphi 5.0 and IBExpress components. The...
jsbriantes <jorge@...>
jsbriantes
Offline Send Email
Feb 3, 2003
8:18 am
21125
have you made sure that all clients use the correct version of gds32.dll? Alan ... From: jsbriantes <jorge@...> [mailto:jorge@...] Sent: Monday,...
Alan McDonald
metaalan
Offline Send Email
Feb 3, 2003
9:14 am
21126
Hi, Yes I do. I've installed Firebird client (gds32.dll) on all client machine. ... gds32.dll? ... some ... it, ... http://docs.yahoo.com/info/terms/...
jsbriantes <jorge@...>
jsbriantes
Offline Send Email
Feb 3, 2003
9:18 am
21127
... as database and program already exist and work, this looks the best solution. I wonder how feasible it is. If the same low level Read/Write functions are...
duilio_fos <irel_llc@...
duilio_fos
Offline Send Email
Feb 3, 2003
9:58 am
21128
Does anyone know what language are the sources in? TIA Andrew...
The DeerBear
deerbear2001
Offline Send Email
Feb 3, 2003
10:02 am
21129
On Sunday 02 February 2003 23:28, you wrote: Hi, ... I would strongly advise using the Guadian service under Windows, as this will restart the FB service...
Phil Shrimpton
pshrimpton_jedi
Offline Send Email
Feb 3, 2003
10:02 am
Messages 21100 - 21129 of 105433   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