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 to share photos of your group with the world? Add a group photo to Flickr.

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 102560 - 102589 of 105455   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
102560
Please help me, I want to know, client connect to database at server, which client program running on database server machine?...
Pham Huu Le Quoc Phuc
phucphlq@...
Send Email
Jun 1, 2009
11:26 am
102561
... Yes, it works on Linux too. -- Milan Babuskov http://www.flamerobin.org http://www.guacosoft.com...
Milan Babuskov
mbabuskov
Offline Send Email
Jun 1, 2009
11:29 am
102562
Helen: Thank you for your answer. Before doing the test suggested in the file metadata_charset.txt using isql, I made a backup and restore of each database...
gstv_m
Offline Send Email
Jun 1, 2009
2:49 pm
102563
... If used XNET protocol, then - yes, client is on the same computer. Otherwise - no easy way tell it for sure. SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Jun 1, 2009
9:38 pm
102564
Hi, I able to use to isql to extract a database metadata. However, I wish to extract only a single table's metadata (create table, index, primary key,...
Chau Chee Yang
chaucheeyang
Offline Send Email
Jun 2, 2009
6:29 am
102565
... All the metadata information are stored on system tables Take a look on RDB$Relations, RDB$Relation_Fields for a quick overview how it lookslike I don't...
Alexandre Benson Smith
thoriblist
Offline Send Email
Jun 2, 2009
6:44 am
102566
... Thank you for your information. I wish to extract the metadata as SQL statements. For example: Create table, create index, Create Table, ... After...
Chau Chee Yang
chaucheeyang
Offline Send Email
Jun 2, 2009
7:53 am
102567
... No, there isn't - the API has no functionality for that. With regards, Martijn Tonies Upscene Productions http://www.upscene.com Download Database...
Martijn Tonies
martijntonie...
Offline Send Email
Jun 2, 2009
7:58 am
102568
... There is no "API function" that return that to you. ... Yep, that's why I suggested one of the available tools, all the work is already done. ... Perhaps...
Alexandre Benson Smith
thoriblist
Offline Send Email
Jun 2, 2009
8:31 am
102569
... The better way is to keep track of your changes and save the DDL statements so you can easily deploy this to a customer database. With regards, Martijn...
Martijn Tonies
martijntonie...
Offline Send Email
Jun 2, 2009
8:35 am
102570
... My problem is this: I have a table with over 6 milions rows. In one the function in my application, I will purge all rows and re-insert new rows to the...
Chau Chee Yang
chaucheeyang
Offline Send Email
Jun 2, 2009
9:25 am
102571
... If you know what table it is, why do you have to extract the metadata? With regards, Martijn Tonies Upscene Productions http://www.upscene.com Download...
Martijn Tonies
martijntonie...
Offline Send Email
Jun 2, 2009
9:30 am
102572
... If you need to purge these rows, there is no pint to insert them at all. May be you should look at Temporary Tables?.. SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Jun 2, 2009
9:34 am
102573
... I can't use temporary table. This is a transaction table that will persist in database. But I have a recovery option in my application to rebuild the...
Chau Chee Yang
chaucheeyang
Offline Send Email
Jun 2, 2009
9:44 am
102574
Hi Folks, I have for many years now been using firebird, however I have only every used character set NONE. With the improved UTF support in Firebird 2.1, (and...
Ian A. Newby
iananewby
Offline Send Email
Jun 2, 2009
1:07 pm
102575
Hi, I cannot answer which program is which on a machine. However client machines can be found out. I use firebird 1.5x . the may be a more simple way for...
Carrell Alex
llerraca
Offline Send Email
Jun 2, 2009
1:23 pm
102576
... If you only use characters from win1252 - I recommend to use win1252. ... Yes. ... No, it will use NONE. SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Jun 2, 2009
2:01 pm
102577
One of my clients is reporting the following error: Der Prozedureinsprungpunkt "fb_interpret" wurde in der DLL "fbclient.dll" nicht gefunden. Free translation:...
Werner F. Bruhin
wbruhin
Offline Send Email
Jun 3, 2009
6:46 am
102578
... Consider upgrade to at least 2.0.5 ... No, it is not true. ... Yes ... It seems your client used fbclient version 1.5.x Regards, Vlad...
Vlad Khorsun
fbvlad
Offline Send Email
Jun 3, 2009
6:57 am
102579
Hi Vlad, Thanks for the quick reply. ... Above is with my app version 2.x, I should get 3.0 out later this month which will use 2.1. ... Thanks for all this,...
Werner F. Bruhin
wbruhin
Offline Send Email
Jun 3, 2009
7:38 am
102580
Here are the statistics. Maybe these Hints are useful: - This behaviour only occurs on one single database - a second database (same metadata!) is ok - index...
Roland M. Eppelt
rme174
Offline Send Email
Jun 3, 2009
12:18 pm
102581
Hello I am developing stored procedures that are used in queries. It looks like my test queries do not use the output of the newest version of my stored...
Christian Waldmann
Christian.Waldmann@...
Send Email
Jun 3, 2009
12:31 pm
102582
I expect Ufirma to be defined with a longer field length than 2? To me, this seems like a (quite common) situation where the optimizer has to choose between...
Svein Erling Tysvær
svein_erling
Offline Send Email
Jun 3, 2009
12:39 pm
102583
... There is no "query result cache". Firebird's cache holds images of pages that have been visited; also (which affects you) it contains the compiled code...
Helen Borrie
helebor
Offline Send Email
Jun 3, 2009
12:45 pm
102584
... I assume you mean selectable SPs??? do you disconnect and reconnect the query client each time you modify the SP? otherwise the client will continue to use...
Alan McDonald
metaalan
Offline Send Email
Jun 3, 2009
12:52 pm
102585
Hi Helen After disconnecting all users from the database, the altered stored procedure was avaliable and the result as expected. An thank you too for the hint,...
Christian Waldmann
Christian.Waldmann@...
Send Email
Jun 3, 2009
1:53 pm
102586
... If you wish to debug what the server is really doing, the closest you can get is the turn your stored procedure into EXECUTE BLOCK, place all variables...
Milan Babuskov
mbabuskov
Offline Send Email
Jun 3, 2009
2:20 pm
102587
Hi, I am trying to use QLI to migrate data. However, I can't get it works in Firebird 2.1. I use QLI since Firebird 1.5 and doesn't encounter any problems. ...
Chau Chee Yang
chaucheeyang
Offline Send Email
Jun 3, 2009
6:43 pm
102588
Hi, I wish to write a tool to migrate a firebird database's table to another database. How can I do that using the firebird API? Must I use DSQL or I have...
Chau Chee Yang
chaucheeyang
Offline Send Email
Jun 3, 2009
6:52 pm
102589
... Another one? None of existing suite your need?.. Did you try FBCopy? IBDataPump? Why? SY, SD....
Dimitry Sibiryakov
aafemt
Offline Send Email
Jun 3, 2009
7:03 pm
Messages 102560 - 102589 of 105455   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