Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

firebird-support · Support for Users of Firebird Releases

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

This query uses natural for both tables, when I expected it to use an index for the join. select * from table1 t1 join table2 t2 on t2.indexed_char14 starting...
20 Apr 19, 2012
6:05 pm

Dmitry Yemanov
dimitr_ex
Send Email

I have installed the latest 64-bit Firebird ODBC driver on a Windows 2008 R2 Server. My target database resides on this box as well. I have configured and...
4 Apr 18, 2012
7:17 am

Mark Rotteveel
mark@...
Send Email

Hi, I am using some tables (like sybase's temporary table) for report generation purpose. I usually delete all records from the table on calling the SP and...
14 Apr 17, 2012
10:42 pm

unordained
tigereye_philip
Send Email

Hi! When I run my UDF (udf_op), I get an error : "Bad written UDF detected: pointer returned in FREE_IT function was not allocated by ib_util_malloc"; I use...
5 Apr 17, 2012
9:09 am

ma_golyo
Send Email

Hi, I'm looking for suggestion as to the best way to monitor my installations for slow queries, etc the only options I have been able to identify is to write...
5 Apr 17, 2012
8:20 am

Nick Upson
telensa_nu
Send Email

Hi guys, I am trying to setup a connection from flamerobin in window to Firebird installed in CentOS when I want to change password masterkey from username...
2 Apr 17, 2012
7:34 am

Norman Dunbar
normandunbar
Send Email

Hi, Can someone please tell me what is wrong with this command, I cannot get it working but I don't see the problem.... ...
17 Apr 16, 2012
7:39 pm

Michael Ludwig
mludwig71
Send Email

Hello We are trying to migrate some existing users to the new RDB$ADMIN using some dynamic SQL. We have the following SQL for --Gets a list of users from our...
3 Apr 16, 2012
6:47 am

Thomas Steinmaurer
iblogmanager
Send Email

Hello, it is possible to select the column by column-number? For example: Column1=ID, column2 = name, column3 = address. And now: "select column(2), column(3)...
7 Apr 16, 2012
5:52 am

Olaf Kluge
olaf.kluge@...
Send Email

Hello everybody I have (or had) a role calle R_ADMIN, I don't know, because when I write: DROP ROLE R_ADMIN Appears the message: "Statement failed, SQLSTATE =...
1 Apr 14, 2012
4:48 pm

W O
blackoriffice
Send Email

Hi all I have Parent-Child tables that contain Price List and are updated with the same items in them but with either a later date or a later batch no. filled...
7 Apr 14, 2012
10:59 am

Svein Erling Tysvær
svein_erling
Send Email

Hi! I feel a bit overwhelmed by user rights in a database in respect to stored procedures. I have a database owned by user OWNER. I want to give limited access...
1 Apr 12, 2012
1:39 pm

Josef Kokeš
j.kokes@...
Send Email

Hi all Can I use a CASE WHEN in the WHERE for a statement as below? The idea was to either pull out records from the tSaleInvoice based on a list of PKs in a...
21 Apr 12, 2012
11:13 am

venussoftop
Send Email

Hi all I have tried the following query SELECT tSaleInvoice.* FROM tSaleInvoice WHERE tSaleInvoice.iID IN (SELECT tSaleInvoiceCvrLtr.cSaleInvIDs FROM...
5 Apr 12, 2012
10:43 am

venussoftop
Send Email

Hello, I have tried various ways of connecting (Google) to an embedded firebird database and I just can't seem to get the connection string correct. Such as: ...
3 Apr 12, 2012
8:53 am

crizaldogordo
Send Email

Hello guys, I developed application from Visual Basic 6 and created a database from firebird 1.5, I have installed embedded server 1.5,but i don't know how to...
1 Apr 12, 2012
8:29 am

crizaldogordo
Send Email

I am running with 2 Firebirds, FB 2.0 in the 3050 port and FB2.5 in the 3051 port. When I create a ODBC connection, in the database path of the ODBC 2.0 driver...
1 Apr 12, 2012
7:46 am

kokok_kokok
Send Email

Using FB 2.5, how can I drop a view only if it exists? There is something like DROP VIEW IF EXISTS..? Thank you...
2 Apr 11, 2012
8:58 pm

unordained
tigereye_philip
Send Email

Hello, i want to permit user to store their objects with price in their preferred currency. this is not a big problem, but i also want to permit users to...
5 Apr 10, 2012
5:08 pm

Michael Ludwig
mludwig71
Send Email

Tools: Delphi 2006, IB Objects 4.9.14 Query: SELECT (COUNT(*)+0.00)/2 as "LabelsCount&quot; FROM LABELS previously worked. Now I get an error: Invalid expression in...
7 Apr 10, 2012
5:14 am

Ron
ra8009
Send Email

Hello, Is it possible via the api to shard a database ? I mean to split the database in several database (this we do manually), and call the SQL in parallele...
62 Apr 7, 2012
7:46 am

Mark Rotteveel
mark@...
Send Email

Hello friends, I have a strange performance problem with fb 2.5.X. My friend told me that a program that he uses is working faster when database is on Windows...
4 Apr 7, 2012
6:57 am

Lester Caine
lscesuk
Send Email

Hi everyone, The following query works fine when called from the application: "SELECT MBRID,POLNO,PTYPE,BNKDT,AMUNT,ERROR,RECPT from PYMT where BNKDT>=&#39;$sttdt&#39;...
4 Apr 6, 2012
12:09 pm

Mags Phangisa
magutywa@...
Send Email

Hi everyone, The following stored procedure won't compile successfully: CREATE PROCEDURE SPS_PYMT (SDT Date, EDT Date) RETURNS (MBR DATE, POL VARCHAR(20), PTY...
3 Apr 5, 2012
2:05 pm

Mags Phangisa
magutywa@...
Send Email

Hi, I have an application which executes a stored procedure in Firebird 1.5.6 on a fairly regular basis (multiple times per day). Immediately following a...
6 Apr 5, 2012
6:01 am

esbreidenbach
Send Email

I was wondering if there was any way to determine if there is a pending transaction outstanding. I have a single connection to a database and have something...
2 Apr 4, 2012
7:14 am

Mark Rotteveel
mark@...
Send Email

If B_TABLE.VALUE2 never contains 'X' and half of A_TABLE.VALUE1 are 'Y' what would be the cost of executing this statement? A_TABLE.VALUE1 is indexed and...
6 Apr 3, 2012
2:52 pm

Marc Gilels
mgilels
Send Email

Hello, I've an old Firebird 1.5 database that has in one of its tables a field defined like this: ... myfield BLOB SUB_TYPE TEXT SEGMENT SIZE 512, ... The...
1 Apr 3, 2012
1:01 am

Nando
duque.hernando
Send Email

OK it's been probably 10 years since I played with some of this stuff. SO I need a bit of a sanity check. I'm running PHP most of the time, although the old...
3 Apr 1, 2012
9:00 pm

Lester Caine
lscesuk
Send Email

Hi - I recently upgraded to RAD Studio XE2 and was daft enough to isntall Interbase (thinking it may solve a problem I was having with an Embecardo program.) ...
1 Apr 1, 2012
7:07 pm

Delphiuser Sname
delphiuser77
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help