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.
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 37564 - 37593 of 105433   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37564
Hi, according to the readme file, in order to use FB embedded, the application main executable and gds32.dll ib_util.dll firebird.conf must be in the same...
mapofe
Offline Send Email
Mar 1, 2004
8:12 am
37565
Is Zeos Component compatible with Firebird 1.5 Final Release (for windows) ? Thank you in advance -Ikka-...
ika
Ika@...
Send Email
Mar 1, 2004
8:16 am
37566
... Why don't you ask on firebird-java? Probably the latest Jaybird already has the solution.... /heLen...
Helen Borrie
helebor
Offline Send Email
Mar 1, 2004
8:19 am
37567
Hi Helen, there was still a discussion on firebird-java, and JayBird has currently no solution (if I didn't miss something...). Anyway, IMHO it is a problem...
mapofe
Offline Send Email
Mar 1, 2004
9:29 am
37568
HI, Can you tell me how to declare a check constraint such as : PRIMARY KEY check(typeAvion like '[A-Z]%'), or NumVol typenumvol PRIMARY KEY CHECK (NumVol like...
akestion
Offline Send Email
Mar 1, 2004
9:53 am
37569
... We use Fb 1.5 and zeos without troubles. We fixed a view bug's in the source of zeos, but this have nothing to do with FB 1.5. In general it works...
Richard
rad_elite
Offline Send Email
Mar 1, 2004
9:55 am
37570
Hi All, I need some more information on integrity checking and database fixing. We have rewritten most of our applications from Visual basic to Delphi. The VB...
adele_leroux
Offline Send Email
Mar 1, 2004
9:58 am
37571
Is it somehow possible to order the the product of a union ? SELECT .... blah blah blah UNION SELECT .... blah blah blah ORDER BY Item1...
Uwe Oeder
anonymvonanonym
Offline Send Email
Mar 1, 2004
10:54 am
37572
You can always create view: create view VIEW1 as SELECT .... blah blah blah UNION SELECT .... blah blah blah Then there is nothing more simple than select ......
Marek Konitz
pegaz2005
Offline Send Email
Mar 1, 2004
11:03 am
37573
... reconnect on ... Marek, I know 2 publications: http://www.ibase.ru/fibc/ibx_disc.htm - for IBX 6.03 near without author's text, only code modifications ...
Alexander V.Nevsky
alex_vnru
Offline Send Email
Mar 1, 2004
11:03 am
37574
Where can I find the GDS32.DLL in the Firebird 1.5 package for Win32? Please help! Thank you in advance! [Non-text portions of this message have been removed]...
Marc Geldon
ekm_geldon
Offline Send Email
Mar 1, 2004
11:06 am
37575
... Martin, did'nt made it myself for years, so... Maybe a) try with Null instead of '' b) try with isql which don't perform metadata cashing and other ...
Alexander V.Nevsky
alex_vnru
Offline Send Email
Mar 1, 2004
11:07 am
37576
The database is readonly and distributed on a CD and the search criteria varie according to what my customers want to search for. So I can't create a query. Is...
Uwe Oeder
anonymvonanonym
Offline Send Email
Mar 1, 2004
11:24 am
37577
... Adele, though real RDBMS are MUCH more reliable than surrogates like Access or Paradox, which breaks databases on any client's crash, any database can be...
Alexander V.Nevsky
alex_vnru
Offline Send Email
Mar 1, 2004
11:25 am
37578
Hi, ... I believe it can be done with: ORDER BY 1 (or other column ordinal). With regards, Martijn Tonies Database Workbench - developer tool for InterBase,...
Martijn Tonies
martijntonie...
Offline Send Email
Mar 1, 2004
11:27 am
37579
... Marc, did you read the Release-Notes? Everything is in there: http://www.ibphoenix.com/main.nfs?a=ibphoenix&s=1078140269:23292&page=ibp_download_15 Uwe...
Uwe Grauer
mailinglists...
Offline Send Email
Mar 1, 2004
11:30 am
37580
... 1. Read the document README_library_install.txt in your Firebird /doc directory. 2. Run the program instclient.exe with the appropriate switches. It will...
Helen Borrie
helebor
Offline Send Email
Mar 1, 2004
11:34 am
37581
... This is error in documentation (and I remember seeing it only in IB4 doc, not in IB6), caused by somebody mixing up maximum event number (15) with maximum...
Ivan Prenosil
iprenosil
Offline Send Email
Mar 1, 2004
11:48 am
37582
Have you tried something like this ? SELECT 1, Item1, bla1, bla2 from table Union SELECT 2, Item1, bla3, bla4 from table Order by 1, Item1 Pierre Y....
Pierre Y.
zedalaye
Offline Send Email
Mar 1, 2004
11:52 am
37583
Hi, A customer tells me he receives this error after restarting the server. Anybody an idea? exception class : EIBO_ISCError exception message : ISC ERROR...
zifnabbe
Offline Send Email
Mar 1, 2004
12:19 pm
37584
Hi, if I have the following table: Id Value 1 100 1 200 2 300 If I want to retrieve the maximum value in each Id group,...
Henrik Sitter
henrik.sitter@...
Send Email
Mar 1, 2004
12:23 pm
37585
Hi, We seem to have found the cause. The partition on the server on which the /temp directory resides was full. Is there somewhere documentation on these kind...
zifnabbe
Offline Send Email
Mar 1, 2004
12:30 pm
37586
... Hi Adèle, In addition to what Alexander wrote, please note the following. Using Firebird means that your application does not access the database directly...
Marco Bommeljé
marco_bommelje
Offline Send Email
Mar 1, 2004
12:45 pm
37587
... That's a bit better. :-) /heLen...
Helen Borrie
helebor
Offline Send Email
Mar 1, 2004
12:51 pm
37588
... What results did you hope for? You should get 200 1 300 2 /hb...
Helen Borrie
helebor
Offline Send Email
Mar 1, 2004
12:54 pm
37589
Hi, I am trying a test stored procedure with Firebird to see if I can use it for development/testing. I want to call the procedure and have it return multiple...
NextStepSolutions
NextStepSolu...
Offline Send Email
Mar 1, 2004
12:56 pm
37590
Hi, ... SUSPEND; ... With regards, Martijn Tonies Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL Server. Upscene Productions ...
Martijn Tonies
martijntonie...
Offline Send Email
Mar 1, 2004
1:09 pm
37591
EXIT is something you use in executable stored procedures which you can call with EXECUTE PROCEDURE. You want a selectable stored procedure, and there you...
Svein Erling
svein_erling
Offline Send Email
Mar 1, 2004
1:10 pm
37592
SET TERM !!; CREATE PROCEDURE getnames RETURNS ( title VARCHAR(10), forename VARCHAR(30), surname VARCHAR(30) ) AS BEGIN FOR SELECT title, forename, surname ...
Pierre Y.
zedalaye
Offline Send Email
Mar 1, 2004
1:10 pm
37593
... Why not? ... There's no way to get any results without a query. /heLen...
Helen Borrie
helebor
Offline Send Email
Mar 1, 2004
1:48 pm
Messages 37564 - 37593 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