It is FB Server 1.5 on windows In the firebird.log file, that error appears really often: INET/inet_error: read errno = 10054 I disabled my firewall (Outpost)...
... Apparently not. In the my application, I've tried read committed, and unless the connection is closed and reopened, changes on user privileges won't be...
... 10054 is a winsock error message, literally the connection is forcably closed by peer. It could be firewall related. I have had problems with certain...
... transisolation is correct, you just need to hard-commit your transaction and reopen it to make those changes applied to your application. -- Salam, -Jaimy...
... The tape backups/restores have so far worked great. We just do a simple "tar" to get the files onto tape. Nothing fancy. ... Yeah, if we would have taken...
Steve Wiser
steve@...
Nov 1, 2005 1:18 pm
68361
Thanks Helen and Adam, Its probably just my DBase + BDE background that makes me shy away from the exists query to the orders table. I'll write a trigger like...
... You're welcome to join FlameRobin project if you're interested. You would learn C++, use open source tools and libraries on both Linux and Windows, and...
... Hard commit is made after the grant/revoke, still the other connection (in the other application) doesn't detect the change unless it is disconnected and...
... Other connections need to re-start their transactions too. Rgds Si Carter http://www.fbtalk.net/ - Web Based Firebird Forum http://www.tectsoft.net/ -...
... Are you sure ? I've never used a multi-byte charset, but I think FB always treat length in bytes not chars. Maybe I have messed the things up with the...
... Yes. ... No. ... Could be. In the system tables, there are two columns, one for byte-length and one for character-length. If you use a multi-byte...
Hi All. I know a little bit off topic. Anyone could point me to samples and docs on using Firebird and Delphi 2005 either Pascal and C#? Firebird-net-provider,...
... To be fair, this was a bug at one time in the client software DML record structure sent to the client (I think that is the acronym, but I am sure I will be...
... Thomaz, I think that this issue with multi-byte x char length was addressed in the new intl interface (FB 2.0 alpha 3). That's why I think in FB 1.5 have...
... No. They should, probably, but they don't. ... OK> ... Depends on the setting in ISQL. By default it runs DDL statements in a second transaction which is...
Is there a way to recover deleted records from firebird ? We don't have a backup to restore from. Hoping firebird does not actually delete the records but only...
... I'm afraid privileges for a user are set at first reference to a table and continue for the duration of the connection. They are not refreshed at...
... We're using an Dell|EMC AX100, connected to one server. Two servers can be connected (and share storage) (with more that two servers you need a switch)....
Here's the situation in 1.5, as I understand it. If you declare a varchar(10) with no character set or a single byte character set, Firebird allocates 10 bytes...
Has this been fixed? ... -- Thomas Miller Chrome Portal Project Manager Wash DC Delphi SIG Chairperson Delphi Client/Server Certified Developer BSS Accounting...
... hummm. So I am not too crazy... What I thought was not 100% correct but ate least has something to the current situation. Thanks for the explanation Ann. ...
Dear friends, Something simple that stores pictures in a bank firebird (already developed) I need to store some 50 pictures for registration in the bank ...
... Well i know that Paradox certainly "shipped" the entire table to the client machine, not sure what DBase does. The length of time in this sort of approach...
Hi all! I have just noted a behavior when joining stored procedures, that seems strange to me, but will be very usefull for me in some cases. I'm reproducing...
... developed) ... Marcello Giving your programming language would help people respond with something you can use. Also you need to say what expected formats...
... Fabiano, Join with SP's must use left joins (in the currente state of firebird) to force it to be the last joinned stream. Don't know if it is evaluated...