Dariusz Zelichowski posted this URL in fb-general: http://www.linuxquestions.org/questions/showthread.php?s=&threadid=272098 Registration is free and quick....
... i know this pages already :( is here any chance that this behaviours will be fixed someday? i don't know... but if the unicode_fss-problems belong to the...
Friedemann Gerold
cinap_lenrek@...
Jan 1, 2005 4:40 pm
53170
Hi All, I'm supporting 2 applications for a client. One uses Paradox as a database and the other Firebird 1.5. I have reports in both applications that...
I wanted to add the following message that I get from glibc *** glibc detected *** double free or corruption (out): 0x097b8e80 *** Also, I googled around for...
Hello, ... "double precision" is a floating point datatype. If you want to avoid approximate numbers (like floating points) and introduce small differences,...
Hi, I'm having trouble connecting to Firebird using 'localhost' syntax. From isql, "connect /opt/firebird/examples/employee.fdb;" works, but "connect...
... I started out with Numeric datatypes and had to switch to Double Precision because it seemed to more closely match the Paradox Numeric and Delphi Double...
I am trying to make use of the function 'floor' in a stored procedure. Specifically in a conditional. However fb returns an exception saying that the function...
... There are two things you have to do to use an external function: 1. Configure the server to look for the library (module) in a particular location (1.5 and...
... I would say it's *not* a reasonable goal. Paradox has no capacity to either store or calculate numerics exactly (other than by storing all numbers as...
... I suggest you do the calculation in a shared unit between the 2 apps, not in a stored procedure. Get the value to be accurate there first and then save...
Thanks Helen. I followed your advice and successfully setup the floor udf. However, its still not usuable in the stored procedure. Do I need to declare it...
... When do see an exception and what is the exception? ... No, only to the database. But maybe you are having difficulties because you tried to compile the...
I know I am going to have to create a UDF for this, but I'll ask the question first. I have a data source which has 'age' as a field. This is normally years, ...
Hello, I've not found documented the procedure to upgrade from 1.5.1 to 1.5.2 server version. I've proceeded like this: 1. Decompress the .zip 1.5.2 package 2....
Gabriel Massip Fons
gabriel@...
Jan 2, 2005 12:21 pm
53183
... Yes - as you seem to know what you are doing. :-) ... Well, if something peculiar were needed, it would be documented in the point release notes with...
... No, I didn't overwrite them. Sorry not no mention it. Gabriel...
Gabriel Massip Fons
gabriel@...
Jan 2, 2005 6:23 pm
53186
... At compile time. ISC ERROR MESSAGE: Dynamic SQL Error SQL error code = -804 Function unknown FLOOR ... because ... Could be. I can try that again. create...
... If the declaration you used is the one from ib_udf.sql then you have a configuration blind spot somewhere. -- what does your declaration look like? --...
... I pulled the declaration directly from ib_udf.sql. However, here it is pulled from the database. declare external function floor double precision returns...
I swear on my life that I do NOT have any environment variables set for ISC_USER or PASSWORD. But on my Dev machine Win2000Pro, I can fire up the embedded...
... Chris, iff you have to know the newly created PK, you have to get a new PK in your Client App before posting the record, fill this new PK into your PK...
... http://www.ibobjects.com/docs/fb_1_5_errorcodes.zip ... It's a violation of a foreign key constraint. You should also have received the gdscode 335544466...
how can i concatenate 2 columns inside a select? in FoxPro i was able to do something like this: SELECT FISTNAME+" "+LASTNAME AS NAME FROM USERS the result was...