... param whose ... have ... D is ... http://www.firebirdSql.org ... Sorry, I was not exact in writing down the problem, because I didn'n want anybody be bored...
Events are conection made from server to the client so if the server has blocked only incoming requests the event will go toward the client but if the client...
Ok, Anyway thanks for all replies. I´ll try do a work around about this, following some Lester´s advices. Success for all! Ricardo Costa Agenda Digital Ltda ...
Fred, just a couple of comments - ... a ... Wouldn't a rename be just as good, seems that doing a services file seems a little sledge hammery (you need a file...
Çagatay, I use replication over a telphone line at 33Kbps, it works OK, but it canbe a little slow and doesn't really use all of the bandwidth available. My ...
Hi, Is it possible to get the name of the user who executes a stored procedure? I would like to do this to restrict the data a user can change through a stored...
Hi, I've a table with all zipcodes and the name of the place. (primary key on zipcode) I've a persons table which contains the a field with the zipcode. ...
... You have a view joining Persons and Zipcodes then you join that view back to a dependent of the Persons table and join again into the Zipcodes table... I...
... It does right now, but Oracle support for Netware will be disappearing real soon now, I read an article about it, can't remember exactly when, but I think...
I am converting an application from Paradox to Interbase. In my application, the user runs a lot of searches on certain criteria. Every time a search is run, I...
... mmm, this is my query: SELECT blabla FROM APPOINTMENTS A LEFT OUTER JOIN VIEW_PERSONS P ON A.PERSON_ID=P.PERSON_ID what do you mean with 'join again into...
... Well...ummm...yes, they do...it is called a Query Plan. The optimizer makes one based on the indexes it can use. (You can make your own Query Plans but...
... help ... My guess is that one of your procedures return 0 or NULL and that the calling procedure then tries to divide by this value. Take a careful look at...
... is your client application environment? Hmm, I thought to use views instead of queries in my application environment (delphi) to speed it up... Or am I...
... What makes you think that a view would be any faster? A view is a logical database object, not physical. Whatever view definition you create, the view will...
Paul Beach
pabeach@...
Feb 1, 2002 3:08 pm
8317
... and the time part) is ... so this is the required format? This means that HH:MM:SS is not correct? ... Why do we need to use CAST ? How does Firebird...
today I installed FB on a PC running W2000 professional, v. 5.00.2195, using the following install EXE: Firebird-1-00-RC2.exe 2.868.213 05/01/02 20.12 The...
Duilio Foschi
dedalus@...
Feb 1, 2002 3:32 pm
8319
Duilio, As Win2K is based on NT, FB get installed as a service. You can start and stop it from the services control panel, or if included, the "InterBase ...
... I suspect its running as a service, you won't see an icon. Have you tried running it as an application? Hopefully you should then see the icon. Regards ...
Paul Beach
pabeach@...
Feb 1, 2002 3:57 pm
8321
... I doubt if you will ever need to. If you do, go into Control Panel | Services, select 'InterBase Server' and click the stop button. ... If you want the...
Paul Reeves
paul@...
Feb 1, 2002 4:28 pm
8322
... Let me see, seems I read that they dropped it, then brought it back, and then dropped it again. Have they brought it back again? Paul Paul Schmidt Tricat...
A customer of mine is getting this error message when performing some database updates. I'm guessing based on the content of the error message that it has...
I believe you can also create an icon that executes 'net start "Interbase Server"' or 'net stop "Interbase Server"' Louis Kleiman SSTMS, Inc. ... From: Paul...