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.

Messages

  Messages Help
Advanced
Messages 64357 - 64386 of 97548   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64357
... try isql -v yourdsn, then you will see more information Regards, Yves...
Yves Glodt
yglodt
Offline Send Email
Aug 1, 2005
7:19 am
64358
I am currently evaluating Firebird for my company. One of the requirements they have is to keep a log of login attempts for auditing purposes. Is this somehow...
laurenz_brein
Offline Send Email
Aug 1, 2005
8:19 am
64359
... Clarification :: Double or single quotes in isql (both work); double quotes needed at the command line if you have spaces in the path name; otherwise NO...
Helen Borrie
helebor
Offline Send Email
Aug 1, 2005
8:25 am
64360
... Tried using SET TRANSACTION and get message ODBC [State::HY000] Error::invalid transaction handle (expecting explicit transaction start) Tried with an...
Tony Goodwin
danielgoodwin
Offline Send Email
Aug 1, 2005
11:34 am
64361
Hi Friends! Does anyone know a free tool for convert Oracle database to Firebird? I am needing to perform such a job. Thanks in advance. Regards, Carlos...
Carlos Arguilar
carlos_arguilar
Offline Send Email
Aug 1, 2005
11:44 am
64362
... SET TRANSACTION isn't used directly with the ODBC interface. Ask on the firebird-odbc-devel list for the syntax to control the transaction, and where the...
Helen Borrie
helebor
Offline Send Email
Aug 1, 2005
11:53 am
64363
... It's a connection method. try (using your previous nomencalture) dbconnection.BeginTrans dbconnection.CommitTrans Alan...
Alan McDonald
metaalan
Offline Send Email
Aug 1, 2005
12:36 pm
64364
Hi, I want to do a constant synchronization between one main DB on one server and multiple "satellite DBs" on other servers. Whenever a record (of the relevant...
lt_col_blair
Offline Send Email
Aug 1, 2005
12:37 pm
64365
... with ... the same ... computer I ... error; ... double ... Hi Helen, Thanks for your reply. I'm still not sure why the command line I typed in didn't work...
labtech1652
Offline Send Email
Aug 1, 2005
12:41 pm
64366
... there are numerous replication regimes and methodologies around. Check out www.ibphoenix.com for a full list of tools. I prefer the method of triggered...
Alan McDonald
metaalan
Offline Send Email
Aug 1, 2005
12:50 pm
64367
Hi Guys, I am tryin to restore a database. Almost at the end, maybe after index creation I receive the following message: gbak: ERROR: invalid request BLR at...
Alexander Tabakov
saho_tabakov2
Offline Send Email
Aug 1, 2005
12:51 pm
64368
I have a problem with this query: "SELECT KOD_ZONES FROM ZONES ORDER BY KOD_ZONES NULLS FIRST" On that query I get following error message: "Dynamic SQL Error...
samron_sk
Offline Send Email
Aug 1, 2005
1:16 pm
64369
... No offence, but if - according to you - it's trivial enough to build a free tool to do this, feel free to do so :) If this is a one-time thingy, you might...
Martijn Tonies
martijntonie...
Offline Send Email
Aug 1, 2005
1:17 pm
64370
... How could you order by nulls, exactly? Your statement above is perfectly valid syntax for a Dialect 3 database. It won't work on a Dialect 1 database. ...
Helen Borrie
helebor
Offline Send Email
Aug 1, 2005
1:21 pm
64371
Hi, I have a problem with Firebird 1.5.2 on a Red Hat 9.0. The firebird.log show me a message error: server.domain (Server) Mon Aug 1 10:36:54 2005 ...
danilomarchetti
Offline Send Email
Aug 1, 2005
1:54 pm
64372
What can I do to prevent DELETE/INSERT/UPDATE on a table? I suspect a trigger will be involve, but... Thank you. </doru> [Non-text portions of this message...
Doru Constantin
doru.constantin@...
Send Email
Aug 1, 2005
1:56 pm
64373
I have a Linux box (Fedora 3) runnign FB 1.5.2 and i need to install FB 1.0.3 in the same box. - Is there some problem of doing this? - Is it just to extract...
fabiano_bonin
Offline Send Email
Aug 1, 2005
1:56 pm
64374
Hi, I have several problems regarding to Classic server (1.5.2). As known, Classic server generates multiple processes for multiple connections...
Sándor Tamás
santa750602
Offline Send Email
Aug 1, 2005
1:57 pm
64375
... The log is reporting an error from the TCP/IP network - "Connection reset by peer". In this case, the server has lost contact with a client. Often it...
Helen Borrie
helebor
Offline Send Email
Aug 1, 2005
2:31 pm
64376
Dear Martijn, At first, Thank you very much for your kindly tip! By the way, Martijn, I don't think it's trivial to build a tool to convert Ora/FB,...
Carlos Arguilar
carlos_arguilar
Offline Send Email
Aug 1, 2005
2:35 pm
64377
... Not really. By the time a trigger fires, the operation is already under way, i.e. allowed. Use privileges. Assign the desired set of restrictive...
Helen Borrie
helebor
Offline Send Email
Aug 1, 2005
2:36 pm
64378
Just curious.... What, if I creat a before delete trigger, and depending on circumstences, I raise an exception? Wouldn't it keep record from deleting? ... ...
Sándor Tamás
santa750602
Offline Send Email
Aug 1, 2005
2:39 pm
64379
... Alternatively, raise an exception in the trigger and the changes will be cancelled. With regards, Martijn Tonies Database Workbench - tool for InterBase,...
Martijn Tonies
martijntonie...
Offline Send Email
Aug 1, 2005
2:40 pm
64380
... I raise an exception? Wouldn't it keep record from deleting? Yes, but you also have to handle the exception in the calling application, of course. With...
Martijn Tonies
martijntonie...
Offline Send Email
Aug 1, 2005
2:42 pm
64381
... I raise an exception? Wouldn't it keep record from deleting? ... If my only aim is to prevent a record from deleting, it isn't necessary. For the poor...
Sándor Tamás
santa750602
Offline Send Email
Aug 1, 2005
2:46 pm
64382
Hello Carlos, ... isn't ... develop ... was ... Ah, but Firebird wasn't created from scratch :-) And yes, Firebird is free, but Firebird development isn't. ...
Martijn Tonies
martijntonie...
Offline Send Email
Aug 1, 2005
2:48 pm
64383
... Yes. For example, you can do this: create exception KICK_BAD_GUYS 'You are not allowed to interfere with this data'; Commit; -- of course! create trigger...
Helen Borrie
helebor
Offline Send Email
Aug 1, 2005
2:56 pm
64384
... I'm sorry. I checked dialect again and found that dialect is correct -3, but I found I use isql version 1.5 but server is running 1.0.3 (that is the reason...
samron_sk
Offline Send Email
Aug 1, 2005
3:16 pm
64385
... the ... Thanks Helen Downloaded latest ODBC driver from http://www.praktik.km.ua/ as the SET TRANSACTION was implemented about January 2005. Appears OK now...
Tony Goodwin
danielgoodwin
Offline Send Email
Aug 1, 2005
3:37 pm
64386
... Nothing is "free beer". You are lucky that you don't have to pay to use Firebird. You get that luck because skilled developers are working for nothing,...
Helen Borrie
helebor
Offline Send Email
Aug 1, 2005
3:38 pm
Messages 64357 - 64386 of 97548   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