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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 88791 - 88820 of 105430   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
88791
... Another way is to create indices together with other database objects, but as INACTIVE, then activate them after data insert. You can use the same EXECUTE...
Pavel Cisar
pcisar2000
Offline Send Email
Sep 1, 2007
4:10 pm
88792
Hi! It works just fine. I'm using: - Pocket PC 2003 - Data Provider for .NET Compact Framework 2.0 - Software written in C# - Firebird server v1.5.x It is an...
tesanovic
Offline Send Email
Sep 1, 2007
6:16 pm
88793
Are you using NBAK? Maybe the changes to the database are written to a different file? Salim ... of...
Salim Naufal
Salim_Naufal
Offline Send Email
Sep 2, 2007
1:29 pm
88794
Thx very much for your info tesanovic I feel more confortable now to use this technology for a similar problem....
andersonsoffa
Offline Send Email
Sep 2, 2007
2:36 pm
88795
You are welcome. I'm glad helping you :) Bye [Non-text portions of this message have been removed]...
Damir Tesanovic
tesanovic
Offline Send Email
Sep 2, 2007
2:44 pm
88796
Hi, I got this error while restoring an fb2 database on fb1.5 server. Of course, I did first the bakcup on fb2 server with fb1.5 gbak.exe. ... gbak:...
mohamed.banaouas
mohamed.bana...
Offline Send Email
Sep 2, 2007
10:14 pm
88797
... Does the backup restore successfully to a FB2 server? If not, it may be corrupt. If you can restore to FB2, I guess you must be using a feature new to FB2...
Adam
s3057043
Offline Send Email
Sep 2, 2007
11:32 pm
88798
I am having a problem with the firebird super server which has its CPU peak at 100% for at least 30 seconds. I came across http://www.firebirdfaq.org/faq312/...
Scott Buckham
scott_buckham@...
Send Email
Sep 3, 2007
1:12 am
88799
... CPU peak ... solution for me ... trading. ... would ... set to ... collecting in ... You may want to take a look at Classic server (especially if you have ...
Adam
s3057043
Offline Send Email
Sep 3, 2007
2:24 am
88800
... Well, if a GC thread was in process at the time, it would die. ... The sweep interval doesn't determine whether or not GC takes place. What version of...
Helen Borrie
helebor
Offline Send Email
Sep 3, 2007
2:44 am
88801
... I added -i switch and this is the output: ... gbak: restoring privilege for user SYSDBA gbak: restoring privilege for user SYSDBA gbak:...
mohamed.banaouas
mohamed.bana...
Offline Send Email
Sep 3, 2007
6:35 am
88802
... OK, it makes sense that it fails but was worth a try. ... I agree, but it doesn't. I imagine the information must be available in the system tables ...
Adam
s3057043
Offline Send Email
Sep 3, 2007
7:09 am
88803
... Re-read Adam's advice. To put it more clearly, you cannot downgrade a v.2.0 database once you have created objects that are not supported by the older...
Helen Borrie
helebor
Offline Send Email
Sep 3, 2007
7:21 am
88804
Hi, I get following error when adding new user to embeded FB: Cannot attach to services manager service C:\ise\D5\tap.fdb:service_mgr is not defined ...
ainpoissee
Offline Send Email
Sep 3, 2007
11:56 am
88805
Hi, ... Embedded doesn't have user management. Martijn Tonies Database Workbench - development tool for Firebird and more! Upscene Productions ...
Martijn Tonies
martijntonie...
Offline Send Email
Sep 3, 2007
12:09 pm
88806
... OK, suspected that this is the case... Now should I file feature request on this? I know that embeded doesn't have "real security" (ie password isn't...
ainpoissee
Offline Send Email
Sep 3, 2007
12:24 pm
88807
... You can only have user management if you have a way to store the user names etc, which involves the security database. IMO, this is beyond the scope of the...
Martijn Tonies
martijntonie...
Offline Send Email
Sep 3, 2007
12:30 pm
88808
Hi All, We are using Firebird 1.5.3 for our application. We are using a SELECT query which fetches data from four different tables. If this query is executed...
chsarvani
Offline Send Email
Sep 3, 2007
12:54 pm
88809
... everything is happening within the context of a transaction. The transaction IDs have to written Alan...
Alan McDonald
metaalan
Offline Send Email
Sep 3, 2007
1:12 pm
88810
... So? Drop security.fdb into app dir (where the fbembeded.dll is) and youre done. Actually, right now embedded checks for username so it must read it from...
ainpoissee
Offline Send Email
Sep 3, 2007
1:35 pm
88811
... No it does not. The system tables in each database don't include users. ... On which level? If you want them to behave the same, they should both have...
Martijn Tonies
martijntonie...
Offline Send Email
Sep 3, 2007
1:57 pm
88812
... Hi Mario You can use this Delphi 7 code to check if Firebird is running. First copy this function to your code (You need to include the unit WinSvc): ...
ove.bjerregaard
Offline Send Email
Sep 3, 2007
2:17 pm
88813
SO Windows Firebird 2.0.1 Using isql to execute one script test.sql isql -i test.sql */test.sql*/ INSERT INTO Table1 (Field1) VALUES ('Line1 Line2'); Isql...
piraju1379
Offline Send Email
Sep 3, 2007
2:51 pm
88814
... Is your isql on Linux? Linux newline is LF (no carriage return) so, if the script was composed on Linux, no CR would be stored. ... Windows newline is...
Helen Borrie
helebor
Offline Send Email
Sep 3, 2007
3:00 pm
88815
Hi all, I am getting the following errror when I try to run as a normal user: ================ FirebirdSql.Data.FirebirdClient.FbException: operating system ...
Marvin Cook
marvcook
Offline Send Email
Sep 3, 2007
3:02 pm
88816
... It is usually a better idea to make the characters explicit. From the Firebird Book, p162: INSERT INTO Table1 (Field1) VALUES ('Line1' || Ascii_Char(13)...
Richard Wesley
hawkfish@...
Send Email
Sep 3, 2007
3:42 pm
88817
Hi Helen, ... No, isql in Windows XP. Thanks, Paulo Geloramo ... so,...
piraju1379
Offline Send Email
Sep 3, 2007
3:49 pm
88818
I would like to prevent UDF. Thanks, Paulo Geloramo...
piraju1379
Offline Send Email
Sep 3, 2007
4:09 pm
88819
... What I have done is I use a Web Service written in ASP.Net that returns DataSets. I used the conecept of Provider Factory in Ado 2.0, that way my client...
Javier Soques
jsoques
Offline Send Email
Sep 3, 2007
4:14 pm
88820
... You can try steps found in the following FAQ: http://www.firebirdfaq.org/faq324/ Good luck, Dave....
David Richmond
firebirdfaq
Offline Send Email
Sep 3, 2007
4:21 pm
Messages 88791 - 88820 of 105430   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