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.

Messages

  Messages Help
Advanced
Messages 53168 - 53197 of 99492   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
53168
Dariusz Zelichowski posted this URL in fb-general: http://www.linuxquestions.org/questions/showthread.php?s=&threadid=272098 Registration is free and quick....
i5cvalde
Offline Send Email
Jan 1, 2005
8:58 am
53169
... 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@...
Send Email
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...
sgharp
Offline Send Email
Jan 1, 2005
6:55 pm
53171
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...
Todd Fisher
toddfisher22
Offline Send Email
Jan 1, 2005
7:06 pm
53172
Hello, ... "double precision" is a floating point datatype. If you want to avoid approximate numbers (like floating points) and introduce small differences,...
Martijn Tonies
martijntonie...
Offline Send Email
Jan 1, 2005
8:15 pm
53173
Hi, I'm having trouble connecting to Firebird using 'localhost' syntax. From isql, "connect /opt/firebird/examples/employee.fdb;" works, but "connect...
Steve Staneff
fb4cdr
Offline Send Email
Jan 1, 2005
8:59 pm
53174
... 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...
sgharp
Offline Send Email
Jan 1, 2005
10:45 pm
53175
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...
Eric Merritt
cyberlync
Offline Send Email
Jan 2, 2005
4:11 am
53176
... 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...
Helen Borrie
helebor
Offline Send Email
Jan 2, 2005
4:19 am
53177
... 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...
Helen Borrie
helebor
Offline Send Email
Jan 2, 2005
4:30 am
53178
... 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...
Don Gollahon
dlgllhn
Offline Send Email
Jan 2, 2005
5:39 am
53179
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...
Eric Merritt
cyberlync
Offline Send Email
Jan 2, 2005
7:40 am
53180
... 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...
Helen Borrie
helebor
Offline Send Email
Jan 2, 2005
8:01 am
53181
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, ...
Lester Caine
lscesuk
Offline Send Email
Jan 2, 2005
9:26 am
53182
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@...
Send Email
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...
Helen Borrie
helebor
Offline Send Email
Jan 2, 2005
12:30 pm
53184
... except ... What about security.fbk and security.fdb? I thought they store the user definition and such? Thomas...
ben_ata
Offline Send Email
Jan 2, 2005
2:04 pm
53185
... No, I didn't overwrite them. Sorry not no mention it. Gabriel...
Gabriel Massip Fons
gabriel@...
Send Email
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...
Eric Merritt
cyberlync
Offline Send Email
Jan 2, 2005
8:59 pm
53187
... 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? --...
Helen Borrie
helebor
Offline Send Email
Jan 2, 2005
10:14 pm
53188
... I pulled the declaration directly from ib_udf.sql. However, here it is pulled from the database. declare external function floor double precision returns...
Eric Merritt
cyberlync
Offline Send Email
Jan 2, 2005
10:23 pm
53189
Greetings list, I am currently having a problem with an application I am working on. I need to return the primary key value (generated by a...
Chris Thornberry
chris@...
Send Email
Jan 2, 2005
11:32 pm
53190
... The trick is to get it *before* you post the insert. There's an FAQ on the website that tells you how to do it. ./heLen...
Helen Borrie
helebor
Offline Send Email
Jan 3, 2005
4:06 am
53191
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...
Alan McDonald
metaalan
Offline Send Email
Jan 3, 2005
8:17 am
53192
... Do You have security.fdb on this NT4 machine ? And do You have NOT security.fdb on Win2000Pro ? Regards Boguslaw Brandys...
Bogusław Brandys
brandys@...
Send Email
Jan 3, 2005
8:40 am
53193
... It's on neither machine and neither machine has FBServer on it. Alan...
Alan McDonald
metaalan
Offline Send Email
Jan 3, 2005
8:57 am
53194
... 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...
Uwe Grauer
mailinglists...
Offline Send Email
Jan 3, 2005
9:34 am
53195
please tell me a link where i can find all database errors explained. for example what does ErrCode : -530 means....
netsurfer_ro
Offline Send Email
Jan 3, 2005
10:36 am
53196
... 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...
Helen Borrie
helebor
Offline Send Email
Jan 3, 2005
10:47 am
53197
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...
netsurfer_ro
Offline Send Email
Jan 3, 2005
2:07 pm
Messages 53168 - 53197 of 99492   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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