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...
Show off your group to the world. Share a photo of your group with us.

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 103182 - 103211 of 105433   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
103182
If Thierry is right (and that what you perceive is loss, is actually those parents that have child records), then you either have to write a stored procedure...
Svein Erling Tysvær
svein_erling
Offline Send Email
Jul 1, 2009
7:34 am
103183
... Yes. It must verify user name and password. In order to do so, it must read some info from security2.fdb. For it a transaction must be started. And, as the...
Dimitry Sibiryakov
aafemt
Offline Send Email
Jul 1, 2009
7:45 am
103184
... yes, it's what I thought before doing a log of the process launched: When restoring I saw a process named gbak ? ... Yes, I knew it's why I tried to assign...
henry FRANQUET
henry49fr
Offline Send Email
Jul 1, 2009
9:55 am
103185
... This problem is not in multicore. Gbak is just unable to connect to server using local protocol on your Windows. Find out why. I'd suggest to upgrade to...
Dimitry Sibiryakov
aafemt
Offline Send Email
Jul 1, 2009
10:14 am
103186
@Svien: Like you said typing in an email client can have its problem I have updated your query where required and pasted it here below and yes, it does bring...
Bhavbhuti Nathwani
venussoftop
Offline Send Email
Jul 1, 2009
10:15 am
103187
... If you can eliminate the possibility that somebody is trying to run gbak.exe at the same time you are invoking a restore via the Services API, then I would...
Helen Borrie
helebor
Offline Send Email
Jul 1, 2009
10:27 am
103188
thanks for the explanation.. now... i looked at the indexes and found that the biggest one that must be reduced and, consequently, will make the procedure...
Luis Carlos Junges
lcdjunges
Offline Send Email
Jul 1, 2009
2:31 pm
103189
... Wich query ? Wich execution Plan ? see you ! -- Alexandre Benson Smith Development THOR Software e Comercial Ltda Santo Andre - Sao Paulo - Brazil ...
Alexandre Benson Smith
thoriblist
Offline Send Email
Jul 1, 2009
2:48 pm
103190
How many records are there in this table? If it is only 12, then a selectivity of 0.083333 is as good as it can be, and not the source of any slowness. In...
Svein Erling Tysvær
svein_erling
Offline Send Email
Jul 1, 2009
3:01 pm
103191
hi.. enclosed is procedure code i am working on... the query plan is.... PLAN (TBRELSHAPE INDEX (FK_BRUSHID))(TBBRUSHES INDEX (RDB$PRIMARY1867))(TBRELSHUNT...
Luis Carlos Junges
lcdjunges
Offline Send Email
Jul 1, 2009
4:13 pm
103192
Dear all I have a many-side-table for taxation / addition / deduction records for invoices, let calls it Footer. This Footer table needs to be flattened for...
Bhavbhuti Nathwani
venussoftop
Offline Send Email
Jul 1, 2009
7:13 pm
103193
Dear Firebirds If you have not already do so, please take a moment to vote for Firebird at Sourceforge (http://sourceforge.net/cca/). We did it last year, we...
James Hitz
jam_hit
Offline Send Email
Jul 1, 2009
7:30 pm
103194
Hi again, Luis! Looking at your plans, things at first doesn't seem all too bad, but trying to look a bit closer, I certainly got a few questions. Your code...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Jul 1, 2009
9:22 pm
103195
... I finally got back to look at this problem again. For anyone that is interested... the above suggestion is quite safe because it quite simply does not work...
Geoff Worboys
gworboys
Offline Send Email
Jul 2, 2009
2:42 am
103196
... Since SYSDBA is the only person who can create new accounts, I've never found it worthwhile even creating a situation where DBOWNER grants user privleges....
Alan McDonald
metaalan
Offline Send Email
Jul 2, 2009
2:55 am
103197
... This is an app with a customised security database that allows users to change their own passwords - and allows a couple of specific users to create new...
Geoff Worboys
gworboys
Offline Send Email
Jul 2, 2009
3:54 am
103198
... Normal/standard setup provides for users to change their own password. So you've modified the security92).fdb to allow this I suppose. Up to you. ... I...
Alan McDonald
metaalan
Offline Send Email
Jul 2, 2009
4:07 am
103199
Hi all, I don´t know if this is the right place to post this message, but anyway there it goes... I´m having rounding issues with Delphi 2007/Zeos 6.6 and...
personalsoft_fabiano
personalsoft...
Offline Send Email
Jul 2, 2009
4:08 am
103200
... But not in FB v1.5, which is where my problem application is still sitting (for lots of reasons). ... I agree entirely. I did not mean to imply that the...
Geoff Worboys
gworboys
Offline Send Email
Jul 2, 2009
4:42 am
103201
... This is perfectly normal when storing decimals as floating points. Don't store exact numbers as doubles if you want exact precision. Doubles are floating...
Mark Rotteveel
Avalanche1979@...
Send Email
Jul 2, 2009
7:22 am
103202
I have a delphi 5 application connect to FB 1.5.4 Super Server by IBX Component. FB Server run on Windows Server 2003. everything work fine until we upgraded...
wijanarko_bambangw
wijanarko_ba...
Offline Send Email
Jul 2, 2009
9:06 am
103203
... Check network hardware and software. SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Jul 2, 2009
9:18 am
103204
... Check that all the client machines have the Firebird 2.0 client library and the correct Microsoft run-time dlls. ./heLen...
Helen Borrie
helebor
Offline Send Email
Jul 2, 2009
9:25 am
103205
I'm just wondering if it's allowed to have spaces in the path? I'm trying to set this in OSX using the Info.plist file with our application, for FB Classic...
Peter Lee
ptle1975
Offline Send Email
Jul 2, 2009
10:28 am
103206
heLen, Thanks for reply. I ensured that Firebird 2.0 client library (fbclient.dll) is on Client Machine (same as program folder). ... what do you mean of...
wijanarko_bambangw
wijanarko_ba...
Offline Send Email
Jul 2, 2009
10:39 am
103207
some search by google result is to check network hardware too, but I have no idea what should I check. we have no hardware changes. with FB 1.5.4 the case is...
wijanarko_bambangw
wijanarko_ba...
Offline Send Email
Jul 2, 2009
10:39 am
103208
Firebird 2.1 on Linux 64-bits. (LI-V2.1.0.17798) The last two nights during normal backup and restore of one of our databases we got segmentations faults when...
stefan_ssssmart
Offline Send Email
Jul 2, 2009
11:04 am
103209
... Agnitum Outpost Firewall, Kerio Firewall are known to drop inactive connections. The same is true for some routers. SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Jul 2, 2009
11:19 am
103210
... You should not set the FIREBIRD variable for embedded. ./heLen...
Helen Borrie
helebor
Offline Send Email
Jul 2, 2009
12:05 pm
103211
I am using "." in LSEnvironment and it works: <key>LSEnvironment</key> <dict> <key>FIREBIRD</key> <string>.</string> </dict> I put the files in the same folder...
Fulvio Senore
fsenore
Offline Send Email
Jul 2, 2009
12:30 pm
Messages 103182 - 103211 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