[firebird-support] Unable to start firebird service (1.5.6)

2014-02-02 Thread Raith,Daniel
When I try to start the firebird service on this new server (windows server 2012) I get an error: Error 1053: The service did not respond to the start or control request in a timely fashion. The firebird.log file has some of these in it: INET/inet_error: connect errno = 10061 Any Thoughts?

RE: [firebird-support] for select stored procedure question

2013-10-10 Thread Raith,Daniel
control updates, and I can't use UDF's for distribution reasons, I think I'll have to do this outside of Firebird. Unless I write a substring_proc, hmmm. From: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com] On Behalf Of Raith,Daniel Sent: Thursday, October 10, 2013 2:38 PM

[firebird-support] Create index while database is in use?

2013-03-01 Thread Raith,Daniel
Is it safe? I want to create an index on a table but the database (fb1.5) has ~20 active users. Database usage is mostly reads, especially the table I want to index. I just don't want to take a chance creating an index with active connections could corrupt the database. Daniel

RE: [firebird-support] sp case statement

2012-11-01 Thread Raith,Daniel
I forgot to mention I'm using firebird 1.5.5 1) The integer was a typo. 2) The stored procedure in your reply, it's looping through every record correct? I guess my question wasn't very clear. What I'm trying to do is have conditional logic in the where clause. pseudo code: Select * from