hi guys, I have try to use the computed by when creating a table and here is what I discovered. For example if I had a table like this ... CREATE TABLE INVOICE...
Does anyone know if Firebird will work OK (or fantastically) on a dual Xeon processor machine? I have heard rumors it won't however would like to confirm it is...
... understand that what I want to do may work, except for one reason. I'm using ADOdb and i don't think that this new feature is in that as yet, or I'm not...
Hi, I just migrating my firebird server from windows to linux (Redhat 9). In windows I have my own UDF (A2000UDF.dll). I've already rebuild it using Kylix, and...
... On Linux: yes On Windoze, with Classic server: yes On Windoze, with Superserver: purportedly not; though I was recently in contact with a gentleman in...
... Querying the database for a generator value is not a new feature at all. If you want your key in the application and it uses gen_Something, this ...
... This means that the server crashed when the client called the UDF. This is an alarm bell, even if a subsequent call to the same UDF succeeds. There's ...
I seem to remember reading an artical about this years ago. Apparently there was some 'discussion' inside the Interbase company when Borland bought it, about...
Martha, Just a wild guess , but does your UDF is dynamically linked to any Kylix shared libraries (rather large) ? If so, maybe it's not present in memory when...
Boguslaw Brandys
brandys@...
Jun 1, 2004 9:53 am
42735
... OS which you know better (or has a good cunsultant nearby). ... No wonder. She knows Linux. SY, Dimitry Sibiryakov....
Dimitry Sibiryakov
SD@...
Jun 1, 2004 10:02 am
42736
Hi, I'm not sure if this is the right forum to ask this question, but is there any technical reason you can't create a field in a database with the name YEAR...
... Yes: you picked three words that are all reserved words. YEAR is reserved because it is part of the EXTRACT function, e.g. EXTRACT(YEAR FROM CURRENT_DATE)....
hi, when i install FB on MEPIS linux based on DEBIAN from .tar the script show the message: editor 'ex' not found. How i can do? Antonio Donia...
Antonio Donia
antdonia@...
Jun 1, 2004 11:22 am
42739
Hi Antonio, I had the same problem some time ago on my Debian machine. First I installed 'elvis', but that didn't work. I asked this list and someone suggested...
... Look at function GenID($seqname='adodbseq',$startID=1) in ADOdb Driver This will automatically create Generator if it does not exist, and get the next...
Hi! Can someone please explain briefly when/how Firebird writes changes to disk, or is there something written about it somewhere in the web? Until today, I...
... Helen, I have answered two questions posted by Lee. I think the FB 1.5 feature he mentions on his message, was about another question he post, I told him...
... Hash: SHA1 ... I can't tell anything about how Firebird deals with this, but I would like to state that the OS buffer/cache will have things to say here,...
Jaume Sabater
jsabater@...
Jun 1, 2004 1:53 pm
42744
Hi ... although I had worked on it several hours today (creating stored procedures. I'm not sure if I made some data changes). Only when I disconnected all ...
... Yes, I don't know if RECENT version are available, but early on there was a person who ported the Server over to PocketPC, the client I fairly easy to...
George P Boutwell
gboutwel@...
Jun 1, 2004 1:58 pm
42746
Hi ... to state that the OS buffer/cache will have things to say here, in addition to the file system manager (journaled or not). When using a database, you...
Hi ... or pocket pc 2002 , or at last the client to connect to a server. Just out of couriosity, why would you use a full blown rdbs on a pocket pc ? Regards, ...
... I would like to add one comment to Steffen's fine comments: All this assumes that you do indeed have forced-writes turned on in the firebird configuration...
... Hash: SHA1 ... And the hard drive internal write-cache too ;-) - -- Jaume Andreu Sabater Malondra http://www.linuxsilo.net "Ubi sapientas ibi libertas" ......
Jaume Sabater
jsabater@...
Jun 1, 2004 2:38 pm
42750
Hi, I'm trying out Firebird (1.5.0.4306) with the latest firebird odbc driver (1.02.0064), and using ibexpert/marathon as a frontend to run scripts. I...
Thanks guys for so quick replies! Yes, I'm on Windows, I forgot to tell this before. Is ForcedWrites Off by default? I couldn't find the answer from ...
... No - it's apparent from the error message that you were not running these statements as a script. You can't just pile multiple statements into a DSQL...
... I said in my earlier email that it is in the firebird.conf file, but that was incorrect. The forced-write setting is done on a database basis - use isql's...
... If you created the database in Firebird and didn't alter the ForcedWrites setting, then it's on. However, if you created the database in InterBase, FW is...