Search the web
Sign In
New User? Sign Up
firebird-support · Support for users of Firebird/InterBase
? 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.

Messages

  Messages Help
Advanced
Messages 95419 - 95448 of 95448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
95419
... From where? Whatever gives 2000 identifiers to it, should be changed to do it in some more efficient manner. It's hard telling what exactly without knowing...
Milan Babuskov
mbabuskov
Offline Send Email
Jul 3, 2008
8:46 am
95420
Hello, I have a very anoying behaviour with Firebird 2.1. Consider following select: SELECT E.BOLD_ID, E.BOLD_TYPE, E.account, E.additionalName, E.bankname,...
swestner
Offline Send Email
Jul 3, 2008
9:08 am
95421
Thanks to all for your comments and suggestions. Our server application which is connecting to a data store (Firebird) receives these identifiers through RPC....
partsi
Offline Send Email
Jul 3, 2008
9:27 am
95422
... This is IBO incompatibility with Firebird 2.1, but IIRC it has been fixed. Please try with the latest version of IBO. -- Milan Babuskov ...
Milan Babuskov
mbabuskov
Offline Send Email
Jul 3, 2008
9:39 am
95423
... Currently, temporary tables rely on the operating system keeping their contents in the file cache and not flushing to disk as long as the available cache...
Dmitry Yemanov
dimitr_ex
Offline Send Email
Jul 3, 2008
9:45 am
95424
I have a stored procedure without any return variable, then I alter the procedure adding an output variable. I do a backup without problems, but when I restore...
kokok_kokok
Offline Send Email
Jul 3, 2008
9:52 am
95425
... Did you alter all the callers of this procedure? Dmitry...
Dmitry Yemanov
dimitr_ex
Offline Send Email
Jul 3, 2008
10:08 am
95426
I see the problem, this SP was called by a trigger, I have added returning_values clause and the problem has been solved. I thought that the returning_values...
kokok_kokok
Offline Send Email
Jul 3, 2008
10:19 am
95427
Well, I am about to roll out about 3000 desktops of firebird 2.1 embedded. After quite extensive testing I can state, unequivocally, that there is no apparent...
Alan McDonald
metaalan
Offline Send Email
Jul 3, 2008
11:23 am
95428
... Well, starting all over again :( All FB 2.1 binaries requires MSVC8 run-time dlls on *any* OS. All OS'es (except maybe Vista or Vista SP1) have no this...
Vlad Khorsun
fbvlad
Offline Send Email
Jul 3, 2008
11:41 am
95429
... You forget to confirm that "cleanup mechanism for their contents" is fast, at least it is much faster then "cleanup mechanism" for permanent table's :) ...
Vlad Khorsun
fbvlad
Offline Send Email
Jul 3, 2008
11:44 am
95430
... Does this mean regsvr32 type properly install?...
Alan McDonald
metaalan
Offline Send Email
Jul 3, 2008
12:26 pm
95431
I downloaded and installed vcredist_x86.exe http://download.microsoft.com/download/e/1/c/e1c773de-73ba-494a-a5ba-f24906ecf088/vcredist_x86.exe and everything...
Tiberiu Horvath
tiberiu_horvath
Online Now Send Email
Jul 3, 2008
1:13 pm
95432
In the installation program for my application, I check the user id and password for validity before attempting to see if the database already exists and...
Stephen Boyd
sboydlns
Offline Send Email
Jul 3, 2008
1:20 pm
95433
... Starting with v2.0.3, the user/password validation is performed priorly to anything else, so you'll get the security error first. Dmitry...
Dmitry Yemanov
dimitr_ex
Offline Send Email
Jul 3, 2008
1:30 pm
95434
... Of course not. If you want to know exactly what MS understands as "properly install", you may read MSDN about how to install shared assemblies. But hurry -...
Vlad Khorsun
fbvlad
Offline Send Email
Jul 3, 2008
1:32 pm
95435
... AFAIU, official installer must install this package. If this is not so, please, fill bug in our tracker. Regards, Vlad...
Vlad Khorsun
fbvlad
Offline Send Email
Jul 3, 2008
1:34 pm
95436
... This is a known issue in FB and is registered in the tracker. ... Use FlameRobin. It detects this kind of situation when you alter the procedure and tells...
Milan Babuskov
mbabuskov
Offline Send Email
Jul 3, 2008
1:44 pm
95437
... You can try to connect to Services API. -- Milan Babuskov http://www.guacosoft.com...
Milan Babuskov
mbabuskov
Offline Send Email
Jul 3, 2008
1:48 pm
95438
Hello, is it safe to run this bat with the Firebird (2.1) service running ? What if there is a user attached to the database? If this is not the correct way to...
Sergio H. Gonzalez
shg_sistemas
Offline Send Email
Jul 3, 2008
1:58 pm
95439
... That raises my next stupid question. Is there anyplace where the services API is actually documented? I have never been able to find any API docs later...
Stephen Boyd
sboydlns
Offline Send Email
Jul 3, 2008
2:16 pm
95440
... How can I tell which version of FB is installed if I can't connect to a database and isc_version requires a database handle?...
Stephen Boyd
sboydlns
Offline Send Email
Jul 3, 2008
2:21 pm
95441
... Which library are you using for connection to FB ? All of them encapsulate the services API, so you don't really need to use the C API from your program to...
Milan Babuskov
mbabuskov
Offline Send Email
Jul 3, 2008
4:06 pm
95442
... For this I am using the C API....
Stephen Boyd
sboydlns
Offline Send Email
Jul 3, 2008
5:20 pm
95443
Hi all, I'm currently working on a re-write of an existing application. In this application, I need to pull small subsets of data from a table that will have ...
Lee Jenkins
luv2program2000
Offline Send Email
Jul 3, 2008
6:00 pm
95444
... IB6 docs is enough, the SAPI hasn't changed much since. Dmitry...
Dmitry Yemanov
dimitr_ex
Offline Send Email
Jul 3, 2008
6:34 pm
95445
... Well, your original question implied that you rely on v2.0 being installed, so you put at least some requirements to the server setup. If this is not the...
Dmitry Yemanov
dimitr_ex
Offline Send Email
Jul 3, 2008
6:36 pm
95446
... Backing up is a frequent operation. Restoring is also frequent if the operation is done to test a valid backup and ensure restoration succeeds without...
Alan McDonald
metaalan
Offline Send Email
Jul 3, 2008
9:33 pm
95447
... this ... will have ... grab say, 3,5 ... database. Because ... until end of ... necessary ... locally with ... many ... firebird, it was ... While having...
Adam
s3057043
Offline Send Email
Jul 3, 2008
11:31 pm
95448
Hi. I would use a separate descending index on a date/timestamp field. And if this table has some another detail one then that detail FK should reference just...
maximshiryaev
Offline Send Email
5:14 am
Messages 95419 - 95448 of 95448   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