Hi List, After seeing some of the recent posts in the list. I realise "I dont know nothing". The burning issue right now is the correct way to retrieve data...
A simple way would be to have a transaction for each open TDataset, then when refreshing Commit and restart the transaction affected by the refresh. ... From:...
... I would expect to 'see' the java crowd here, but try on the jaybird list Firebird-Java@yahoogroups.com -- Lester Caine ... L.S.Caine Electronic Services...
... Wasn't there something similar in the ages of NT 4.0 and a specific service pack with changes in TCPIP.SYS? I would call that a real Deja-Vu ;-). Has...
Hello, I have just installed my new PIV 3.0Ghz. The new technology of the PIV 3Ghz makes it possible to see this PIV like 2 procs (like Xeon)... With Firebird...
Hi Thomas Steinmaurer, ... Yes, now I'm using on Win2K Server FireBird 1.5, and install SP4 Everything ok.Procedures, Generators,Functions and etc working...
FB is not SMP aware (yet !), so will either task switch, or only use 1 proc, so set the CPU affinity to 1 to only use 1 processor. ... From: Patrick Pellizzari...
... because maybe the query is not CPU-limited. The weakest link of the chain...i think is not your CPU. Like memory...either CPU internal cache (512K is not ...
Tiberiu Atudorei
tiberiu.atudorei@...
Aug 1, 2003 8:47 am
28217
... Unfortunately, on Windows the Superserver can't use multiple procs without getting the see-saw effect - which slows your server down to a crawl. If your...
... And, are you using Firebird events? Best Regards, Thomas Steinmaurer The IB LogManager Product Family Logging/Auditing Suite for InterBase and Firebird ...
Helo! How can I use ROW_COUNT in my stored procedure? I have an UPDATE in it. BTW: I am a newbie -- Ale¹ + http://www.curk-sp.si [Non-text portions of this...
Is there are way to determine which server - classic or SS - the client application is using? Background: It's up to customer which server to use - classic or...
... That was working fine on the server, but I don't use events. I was having to reboot every several dial-up connections ( hours to days ) so not had a stable...
Hello, The Services API, through isc_action_svc_properties and isc_spb_prp_set_sql_dialect would allow to change the SQL dialect (1 or 3) of a database... Is...
Hi, tx for your answer. I'm not sure your right in your answer, because I make the same test on a Bi Xeon 2Ghz, SCSI Raid 1, RAM 2Go and the result is the same...
Tx A+ PP@... ... From: Helen Borrie To: firebird-support@yahoogroups.com Sent: Friday, August 01, 2003 11:00 AM Subject: Re: [firebird-support] Firebird...
... From the README.context_variables.txt: UPDATE TABLE1 SET FIELD1 = 0 WHERE ID = :ID; IF (ROW_COUNT = 0) THEN INSERT INTO TABLE1 (ID, FIELD1) VALUES (:ID,...
... N> I am developing an UDF library in Delphi; as soon as I statically link N> ib_util.dll Firebird (tried with 1.0 and 1.5) stops loading my library N> when...
Hi, ... Jaybird people helped me in their list, but after solving the java related issues, some general Firebird support is needed. The driver is supossed to...
I am connecting to FB over an ISDN line and am having problems with the connection being lost and with spurious calls from the server end ofthe connection....
Hello Patrick, ... I might have a little addition to the (correct) answers of Helen et al. But for that, I need to know which OS do you are using. Windows 2000...
... No, you have to go get it for yourself. You'll find it in the Firebird CVS tree, under ../firebird2/doc/sql.extension (along with a lot of other useful...
... SP4 ... well. And ... I should clairfy that our application and other applications all worked fine on the Windows 2000 SP4 configuration EXCEPT Firebird ...
I have done some things for specific cases using Delphi and the XML capabilities of TClientDataSet. Works great, but, unfortunately, I can't let you have it. ...