... Yes, I'm aware that this isn't optimal. It's the way ECO fetches data for a list of object identities (i.e. primary keys). With ECO, if you navigate from a...
112803
Olaf Kluge
olaf.kluge@...
Apr 1, 2011 9:16 am
I use Delphi programs on Windows and the schedular and Ruby scripts and cron on Linux servers. Hope this helps. Tom. __________ Hello, thanks, but I would like...
112804
Olaf Kluge
olaf.kluge@...
Apr 1, 2011 9:18 am
Yes, OS cron hosts and scripts using the client library. I think that's what most people do. Sometimes even on databases that have an integrated cron host,...
... Classic or superserver? but try this - stop yor datasnap server try connect to database by IBExpret Can you connect? If no then restart FBServer - now you...
2011/3/31 Martins Lazdans <marrtins@...> ... database on GlusterFS or MooseFS is possible having concurrent Firebird server accessing the same database...
... I would love to see some kind of job engine similar to Oracle in Firebird exposed via SQL to run scheduled thingies. Makes it independent in respect to OS,...
Hi when i update database then i get "Database Server Error: unsuccessful metadata update cannot delete DOMAIN RDB$1749 there are 1 dependencies" how can i...
... Well I'm absolutely sure that I did not add username/password to the command line, nor defined ISC_USER/ISC_PASSWORD environment variables. All I typed...
Hi Mark, ... This is what you said in your original posting. When I tested that what the new docs said was correct, I tried this exact command (ok, different ...
... OK, I understand. If you reference a view in a query, then the view select expression is reevaluated with the conditions from the outer query. I still...
HI, Karol Thanks for the suggestion. I'm using DISCHARGE_DATE + 0 instead. What I don't understand is why its keep changing in different versions. Its a ...
... root ... nothing shows up (still being root) ... Could it be because I run gbak on the same machine where Firebird is running (localhost)? $ sudo isql-fb...
HI, Kjell We have facing the same situation like yours, We don't have a good soluation other than putting them in a IN clause. By putting those into a temp...
Where I used to work, they had a similar limitation on MS SQL Server, only the number was more like 150. So they built a function in their VB app that took a...
... Maybe it's a stored procedure parameter? -- Milan Babuskov ================================== The easiest way to import XML, CSV and textual files into...
... Hearing this, I wonder if you are a Firebird Foundation member/sponsor? Imagine you grep a particular amount per server/customer per year, you could easily...
Hello everybody With the following sentence: SELECT R.RDB$FIELD_NAME, F.RDB$FIELD_TYPE FROM RDB$RELATION_FIELDS R JOIN RDB$FIELDS F ON RDB$FIELD_SOURCE =...
My version is superserver. If i connect first with Ibexpert then my datasnap server can't connect. If i connect first my datasnap server then I can't connect...
... Hint: table rdb$types where rdb$field_name = 'RDB$FIELD_TYPE' Within this set, rdb$fields.rdb$field_type corresponds with rdb$types.rdb$type and...
... Superserver on Windows is protected from having two clients connect to a database with different path strings (something that Windows would otherwise...
... Not at all. ... Sometimes, even in an OpenSource project, although it shouldn't be the general case. The Firebird project tries to be backward-compatible...