Hello All! I have some problem... I am new in FireBird. (I have FireBird 2.0 server with a small database). And I want to change the server. All what I do is: ...
You can probably poke your finger at this with disdain but this simplified query has always returned 65.57 up thru FB1.5.5 But now in FB2.1 it returns 65.56 ...
Hi, I'm using Firebird SS 1.5.5 (default settings) on Windows Server 2003 R2 PL Standard Edition with SP2. HP Proliant DL180 G5 with Intel Xeon E5420 and 4 GB...
Hm, here I get 65.56 on all of my Dialect 1 DBs wheras I get 65.57 on Dialect 3 DBs on the same machine and same IB Version! Did you changed the...
Michael Möhle
m.moehle@...
Aug 1, 2008 2:16 pm
96021
(sorry if this is duplicate mail) Hi! I'm using FB 1.5. From time to time I have to modify my application's database structure along with updates to my...
Hm, Linux Server Version: LI-V2.0.1.12855 Firebird 2.0, Dialect 3 = 65,56 Linux Server Version: LI-V2.0.1.12855 Firebird 2.0, Dialect 1 = 65,56 Windows XP...
Michael Möhle
m.moehle@...
Aug 1, 2008 3:04 pm
96024
"Macma" ... ... 32-bit OS can't use all of your 4GB RAM ... As any other 32-bit application ... Try FB x64 edition. On x64 OS of course Regards, Vlad...
... 2GB ... RAM ... I would recommend switching to Classic server -- you will get better response across the databases. Though you will need to reduce the ...
... Either SYSDBA or the owner of tables, views, stored procedures ... can do changes. You'd best moving away from SYSDBA being the owner. Read my blog here: ...
... If the FB version is the same on both machines, just copying security.fdb is enough, double check you put security.fdb at the right place. see you ! -- ...
... Did you try the 64bit version? I don't know if it will work, but the 32bit version of 1.5.5 you were using surely can't allocate more than 2GB. hth, -- ...
Hi Guys, I'm using a stored procedure to insert/update records imported from a csv file. Here's the procedure ...
Steve Harp
steve@...
Aug 1, 2008 9:12 pm
96042
Hello, we use Delphi and Bold For Delphi to access a Firebird-DB. Bold is an OR-mapper whichs converts our OCL into SQL. In our program we do a complex search...
Hi I don't see what version of FB are you using.but: Instead Word_1.data LIKE 'SCHAAF%' I would use Word_1.data STARTING with 'SCHAAF' Regards, Paul From:...