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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 44125 - 44154 of 105422   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44125
Hi ! I have a gdb with 277 MB size. I use windows clients, and development client, and Debian Sarge server with my own compiled FB (not deb installed version...
fowlertrainer
Offline Send Email
Jul 1, 2004
7:03 am
44126
Hi ... with my own compiled FB (not deb installed version !). Okay, you are using linux as server... ... C:\dev\BHA\database\mpanni2.gbk How can you backup a...
Steffen Heil
heilsteffen
Offline Send Email
Jul 1, 2004
7:17 am
44127
Hello! ... Your database is corrupted - some record has lenght different from declared in RDB$FORMATS. Usually fixing such error requires some special...
Alexey Kovjazin
akovjazin
Offline Send Email
Jul 1, 2004
7:25 am
44128
... Not exactly...but you can do this. Let's say you have the original definition for RTRIM, as follows: DECLARE EXTERNAL FUNCTION rtrim CSTRING(80) RETURNS...
Helen Borrie
helebor
Offline Send Email
Jul 1, 2004
7:26 am
44129
... Not bad. But in my case, renaming the function is not an option, since I have an application in which I backup the DB from the IB 5 db, and restore it...
Jonathan Neve
nevejon
Offline Send Email
Jul 1, 2004
7:39 am
44130
... Use the tar ball instead - and run the INSTALL script I had the same problem. The install script is fine. I don't understand the architecture mimatch...
Alan McDonald
metaalan
Offline Send Email
Jul 1, 2004
7:42 am
44131
Hi This night I did a backup - restore. Problem solved. Before I did this backup - restore I took a cop y of my "bad" DB. SO now I should be able to locate the...
Michael Vilhelmsen
mivi71dk
Offline Send Email
Jul 1, 2004
8:03 am
44132
... Yes, I use linux as server, but I use local windows server in my dev. client - to not load the central linux server/ and for code development. ... This...
fowlertrainer
Offline Send Email
Jul 1, 2004
8:08 am
44133
Hi Another question regarding memory use..... I have a server running Windows 2000 SP4 all updates installed, 1 Gb RAM, Xeon 3 GHz, 2 x SCA 18 Gb HDD (as...
Michael Vilhelmsen
mivi71dk
Offline Send Email
Jul 1, 2004
8:09 am
44134
... "Release Candidate" means "beta version". There were 8 Release Candidates for Fb 1.5, before the release finally came out. You are looking at nearly a...
Helen Borrie
helebor
Offline Send Email
Jul 1, 2004
8:41 am
44135
... declared ... delete ... Thanx for the help. I write a Delphi program that copy the table datas to the new empty db, and it is working good. FT...
fowlertrainer
Offline Send Email
Jul 1, 2004
1:10 pm
44136
Hello! ... Why don't you use IBDataPump? http://www.clevercomponents.com/products/datapump/ibdatapump.asp Sincerely yours, Alexey Kovyazin www.ib-aid.com Boost...
Alexey Kovjazin
akovjazin
Offline Send Email
Jul 1, 2004
1:32 pm
44137
Hi. I'm trying to change the length of a varchar field. There is some way to do this without data lost? Im using FB 1.5 and IBConsole. Thks. Moacir...
moacirponti
Offline Send Email
Jul 1, 2004
1:34 pm
44138
Hi, ... ALTER TABLE yourtable ALTER yourcolumn TYPE VarChar(newlength) ... Why IBConsole? It's not Firebird specific and there are much better alternatives. ...
Martijn Tonies
martijntonie...
Offline Send Email
Jul 1, 2004
1:52 pm
44139
... Helen answered this one a couple of weeks back when I was pondering the exact same situation. The extra memory is getting used by the windows system cache,...
Gary Benade
hobbit@...
Send Email
Jul 1, 2004
2:19 pm
44140
Hello, I'm having a problem with remote access to a UDF using the latest Firebird. I *can* access FreeUDFLib.dll functions both remotely (referring to the ip...
robert_p_levy
Offline Send Email
Jul 1, 2004
2:39 pm
44141
... Are you declaring the udf to your database? Are you sure you are using the FreeUDF lib functions and not the internal server functions for say SUBSTRING? ...
Alan McDonald
metaalan
Offline Send Email
Jul 1, 2004
4:03 pm
44142
... Hi Dan, I had the same error on monday :-) I just downloaded the .tar.gz file and installed it... Works ok for me... see you ! -- Alexandre Benson Smith ...
Alexandre Benson Smith
thoriblist
Offline Send Email
Jul 1, 2004
7:13 pm
44143
... I had already re-compiled and installed using make install before reading Alan McDonald's post about the tar.gz file method, and it seems to be running...
Dan Wilson
dwilson805
Offline Send Email
Jul 1, 2004
7:19 pm
44144
Arno - Thanks for the advice, but this does not work. I get the sql hourglass and windows task manager shows cpu at 100% with ibexpert not responding. All I...
alan davies
Alan.Davies@...
Send Email
Jul 1, 2004
7:41 pm
44145
Hi Alan, ... Try this one: DELETE FROM Supplier s1 WHERE RecordID <> (SELECT Min(RecordID) FROM Supplier s2 WHERE s2.Weigh_Code = s1.Weigh_Code) you could...
Alexandre Benson Smith
thoriblist
Offline Send Email
Jul 1, 2004
7:58 pm
44146
Hi, ... It should work, but while you did not had a index on Weigh_Code (as Alexandre already suggested) it was probably damn slow :-) Prepare first the query...
Arno Brinkman
arnobrinkman
Offline Send Email
Jul 1, 2004
8:13 pm
44147
Hi When i submit some SPs i get these strange plan-warnings, f.x. : INFO: Warning: SubOptimal Query Line 6 Column 7 - May not use Index (PLAN (T_ENTRIES...
Rasmus Olesen
rasolez
Offline Send Email
Jul 1, 2004
9:26 pm
44148
... Hi Rasmus, It's just a hint given by Marathon. If you create the same procedure in ISQL you will ot get any warning. ... When you create a PK, an index is...
Alexandre Benson Smith
thoriblist
Offline Send Email
Jul 1, 2004
9:38 pm
44149
Hi I have a program written in Delphi 5 using DBISAM ver 3.27 and I want to change to Firebird. I have down loaded Firebird 1.5.0.4290 for win32 with the exe...
Keith Brecht
allanryan2003
Offline Send Email
Jul 2, 2004
1:22 am
44150
Hi How can I convert DBISAM ver 3.27 tables and data to Firebird 1.5 Thanks Allan [Non-text portions of this message have been removed]...
Keith Brecht
allanryan2003
Offline Send Email
Jul 2, 2004
1:24 am
44151
... I think you have alrady asked this question - but.. Firebird does not come with components for delphi. You need third party components e.g. IBO, or use...
Alan McDonald
metaalan
Offline Send Email
Jul 2, 2004
1:36 am
44152
Hi Allan, You can use the interbase components that come with Delphi to access firebird / interbase. A better solution would probably be to use the ibobjects...
Peter Lee
petertllee1975
Offline Send Email
Jul 2, 2004
1:38 am
44153
... Hmmm. I can reproduce the problem with the installer. (When it tries to start the guardian at the end of the install session.) However, on Win2k at least,...
Paul Reeves
paul@...
Send Email
Jul 2, 2004
5:54 am
44154
Hi, You can't use a UDF remotely! Copy the libary (DLL) to the UDF directory of fb installation or to any other path, set up in firebird.conf. r> I'm having a...
Bjoern Reimer
erlursus
Offline Send Email
Jul 2, 2004
6:07 am
Messages 44125 - 44154 of 105422   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