I had a problem this past weekend. I was upgrading a server from FB1.0 to FB1.5.3. I originally installed it in classic mode but could not connect to the...
I haven't been able to determine whether FB runs on AIX or not. Does anyone use FB on AIX and if so, which version(s) of AIX and of FB? Michael D. Spence ...
Dear All, I'm using Ms Windows 2000 server and installed firebird 1.53 on it. I'd like to transfer my 10 Gb ms SQL database to firebird. I've read that there's...
Hi A number of our sites are getting intermittent disconnections from FB SS. One or more machines comes up with a message, that I currently don't know as the...
... The 2GB file size limitation is a limit of the Ms FAT32 file system not of Firebird. NTFS has a limitation of 256TB, so providing you are installing the...
... There is no known "database size limit" per se. 10 Gb is "diddly" compared to the size of many Firebird databases running out there. However, your...
... Do they have installed something like Kerio Winroute Firewall? It was noted in such behavior. -- SY, Dimitry Sibiryakov....
Dimitry Sibiryakov
SD@...
Oct 2, 2006 4:28 am
79896
... I think there were a couple of private builds of Firebird 1.0x on AIX, although I don't think they were ever made publically available as an installable...
... OK, then just tell us the connection string; and is the host name 'COOKE-MTA' the hostname of the server that the fb_inet_server.exe service was running...
... from my experience some years ago: I have had 4 x IB5.6 servers replicating to each other (i.e. 4 x 2-way replications or 4 x 3 vectors) since early 1998...
...without a temporary field ;) Here's how I did it: create table t1 ( a integer, b integer ); insert into t1 (a,b) values (1,2); insert into t1 (a,b) values...
... Pitty it won't work on character data ;-) Martijn Tonies Database Workbench - tool for InterBase, Firebird, MySQL, NexusDB, Oracle & MS SQL Server Upscene...
... I'm surprised that things are evaluated left to right and that a and b have changing values. Intuitively, without looking at any SQL standard or thinking...
... Yes, yes, yes heLen! Four replies and I was starting to get worried :) There are actually places (or tools) where things won't work using the colon outside...
... Interesting idea! If get some time over (probably wore diapers when that happened last time) I'll explore the possibilities. And the pitfalls :) /Dany...
This approach seems not well supported, It's better to wait for After DDL trigger ;o) On my side, I have moved that modified trigger to a "non system" table. ...
... Milan, I think you are relying on two non standard behaviours. 1. Including the same field twice in a single update statement. 2. I am pretty sure SQL says...
This is a general sql question, but if I have a query like this: SELECT * FROM mytable WHERE idnum IN ('203', '102', '355') How do I get the returned recordset...
... I know. It was only meant as an exercise (I needed it for some project I'm working on right now, and update scripts were setup in a such way that it was a...