Hi We have just installed FB 1.0.3 on a Windows 2003 server. And here the connection time (and disconnection time) are slower than normal. Our DB is called...
Hi Michael, ... This isn't related to the System Restore feature, because Windows 2003 Server doesn't have it. It is a kind of "timing" problem that affects...
Hi all, One of my ME machine complaint with the above error when my Delphi application trying to connect to FB. This happens when I unplugged the network cable...
Hi, If this is the wrong list, please educate me. Is there anybody who has done an analysis of the differences between Firebird 1.5 and Interbase 7x. I am...
Peter Ypenburg
PeterY@...
Dec 1, 2003 9:53 am
33274
... Yes, first thing to try in a windows world. : ) But i'll search in messages history of firebird lists for UDFs and Win9x related problems. Thanks. Valdir....
Hi, I have strange problem with restore and FB 1.5. After ... CPU is bumped at 100%, it takes several minutes and then gbak will finish. With the same database...
Hi all, We have a Delphi C/S App which makes extensive use of BLOBs. I need to regularly clear out the records where BLOBs are blank. A SQL statement such as: ...
I have started isql.exe and tried to create a database: SQL> CREATE DATABASE 'C:\VIRTUALTARGET.FDB' page_size 8192 user 'SYSDBA' password 'masterkey'; ...
... I haven't heard of anything for 1.0.x. I hadn't heard of the slow disconnection problem except on WinXP Pro. ... No. But if it's the slow connection is...
You probably want to use your existing server to handle the database for you. In that case use: CREATE DATABASE 'localhost:C:\VIRTUALTARGET.FDB' page_size... ...
Maciek BOROWKA
MBO@...
Dec 1, 2003 10:52 am
33280
Thomas - 2003 doesn't have system restore but it does have disk shadow which is not on by default if you upgrade from NT4 but if it's a new install it is ...
I am looking at firebird as a possible database solution for a new project. The development language will be Delphi. I downloaded and installed Firebird as...
Agree on your point. I have deployed an application to more than 10 clients. Each with FB embedded created with different db owner and this owner_id is what...
... shadow which ... install it is ... properties tabs We have disabled the shadow feature, but the event log still says it had made a shadow of the file. ...
why do i get this error ? INTERPRETE BUFFER = validation error for column ID_USER, value "*** null ***" /*--- PREPARE STATEMENT TR_HANDLE = 13648568 ...
... Hash: SHA1 I just noticed that my app (written in C++ and connecting to FB using the API) submitted a query like: SELECT field1 FROM table1 join table2 on...
Francesco Lamonica
franci@...
Dec 1, 2003 12:07 pm
33286
... It looks to me as if you are using an old version (pre-version 4.3) of IB Objects with Firebird 1.5, without setting the server configuration parameter...
Francesco, FL> SELECT field1 FROM table1 join table2 on (table1.field2=table2.field2) AND FL> condition1 AND condition2; FL> i forgot to change the first AND...
Why don´t you use the Interbase components directly? The ODBC or BDE is just an alternative. These components ok with Interbase 1.0 that I use. Regards. ...
buitragon@...
Dec 1, 2003 12:37 pm
33289
This message is for those inconsiderate people who subscribe and unsubscribe constantly from this list. Please DON'T. If you want to stop getting messages for...
Hi everyone, I have FB Server 1.0.2.978 running on RH Linux 8 I can see three instances of IBGuard whereas there is only one instance of IBServer running there...
Rajesh Punjabi
rajesh@...
Dec 1, 2003 12:41 pm
33291
Hi, ... I don't think it's Firebird that is giving the problem. But, I can't comment since I didn't try what you are trying. ... I'm currently using IB...
Thanks for your reply. We were thinking that it might be easy to also use SQL server for very big clients if we use ADO/ODBC. Any help and direction is...
I have started isql.exe and tried to create a database: SQL> CREATE DATABASE 'C:\VIRTUALTARGET.FDB' page_size 8192 user 'SYSDBA' password 'masterkey'; ...