Regarding 1) How do you do that if your server is behind a router? 2) My app relies heavily on events because they enable displaying changes in real time. ...
Zd
toldy007@...
Jan 1, 2009 3:02 pm
99405
This is a no go as my clients won't be spending thousands of dollars on buying a server + the licenses... The app I'm selling is very cheap, and I need a very...
Zd
toldy007@...
Jan 1, 2009 3:02 pm
99406
Hello Zd, sounds like VPN is the way to go, it is built in into all modern Operating systems and even cheap household ADSL-routers have VPN capabilities built...
Guten Tag Zd, ... this is a matter of setting up the router to set this port to always forwarded to your server local ip most handbook i have seen explain it...
... So what? Router is just a computer with firewall inside. Usually it is based on Linux. CISCO is different. Consult network engineers. ... Why on the same?...
Hi, ... Firebird Classic has no service/deamon listening, it depends on xinetd to do so. Than, there should have no /etc/init.d/firebird at all. You must have...
CISCO routers are very expensive. But tell me how you're going to make Classic's events pass through the Firewall of a $50-$100 router? We aren't talking about...
Zd
toldy007@...
Jan 1, 2009 8:13 pm
99412
... Classic is not superserver! ... With Classic, you will have one process running for each connection made to a database. If there are no connections, there...
I thing also that this option can be usefull in the backup/restore utility ! also it's will be very easy to add this option :) i thing that the option can be...
... Like any other ipfw. ... Give up. This idea aboout instant notification won't work anyway via Internet. ... Tell me, how "real" your time must be? 0.5...
FB 1.5 I am writing a stored proc where it is passed two dates, StartDate and EndDate, and I need to iterate through each first day of the month between the...
Is this what you are looking for? SELECT DATEADD(month,1,DATEADD(day, 1-EXTRACT(DAY FROM CAST('01/15/2009' AS DATE)), CAST('01/15/2009' AS DATE))) FROM...
FB 1.5 Is there a maximum number of fields per table? (I looked in Borrie's FB book but the limits does not mention this). If so, and its smallish, does it...
Since NAS are more and more popular, is it possoble to put a Firebird database on a NAS (NETWORK ATTACHED STORAGE)? If not, is it planned in a next release? ...
... It depends on the used datatypes, because the max record size is ~64K. That said, you will hit the limit pretty fast with e.g. two VARCHAR(32000) and some...
Hi, I downloaded the Firebird 2.1 server and am running it as a service. I am trying to connect to an existing database and keep on getting a command error: ...
... So do it, if it so easy ;) ... If you about ALTER DATABASE PREALLOCATE SPACE, register feature request in tracker and we'll plan when to implement it. ... ...
... Two things are wrong here: 1. The double-quotes around the connection parameters are causing the command error. What are you using as a syntax reference?...
Hello Dimitry, Thanks for your fast answer, but of couse I did try to put it into FOR SELECT loop, but I don't see it faster but slower. IMO, I don't think...