Jan, ... tried several hundred KB without problems. If you use the BDE, it will stop you much before that: 4/6KB for live queries, depending on version, 64KB...
Claudio, ... puzzling. Are you talking about BLR length or source length? I am almost sure I did go (far) above that in source terms. Perhaps I have always ...
Im using interclient. So the question is what the is max length of the String query I can send to Interbase. Jan On Thu, 2002-02-28 at 16:01, Nando Dessena...
Jan Agermose
post@...
Mar 1, 2002 9:05 am
9640
I'm not going to peek into Guido's problem for now or I will again end up after 6:20 AM without touching the bed, but I found interesting things: 4K gdb: SQL>...
He's backing up.... We get this sometimes on backup, randomly with servers with plenty of space. We shrug and start teh backup again, it's like restores just...
Hi, ... Yes! The Czech company praguesoft http://www.praguesoft.cz/ has an OLAP system (DATOS Tools) on top of InterBase/Firebird. Their web site is in Czech...
Jason, ... yep, I have noticed only after replying. Nonetheless, the advice is still valid I think: the source you pass to gbak should be a full connection...
Hi, I am planning to build a tool for inspecting Databases, looking for potencial situations, which lead to impossible GBak restore backup; like when NOT NULL...
Hi, All! Strange thing happend to me. Server and client - FB WI-T1.0.0.744 Sequence: Connect and start transaction are omitted. isc_dsql_prepare() - OK ...
Dimitry Sibiryakov
SD@...
Mar 1, 2002 11:32 am
9646
... It has been a while since I did any api level programming, but I would have thought that it may be an idea to close the cursor before re-executing. ... It...
Paul Reeves
paul@...
Mar 1, 2002 11:48 am
9647
Jason, ... This solved the problem. Ciao Duilio...
... I wanted to create something similar last year, but did not have enough time. Some notes: - NOT NULL constraints (can be defined at field level, or domain...
today I tried to connect a new client to a server running FB on W2000. The server shares a directory called "database" and the server name is "server". I have...
is there ongoing any project to distibute commercial quality visual components to replace the IBX components that are not promised to work with Firebird for...
... IB Objects already(www.ibobjects.com) has the support for C++Builder 5. And for C++Builder 6, it's almost ready. There's also a Yahoo Group for IB...
... I guess you mean a free component set. No - nothing is happening that I'm aware of. Commercially, two projects are very much alive - IBObjects and FIBPlus....
Paul Reeves
paul@...
Mar 1, 2002 1:06 pm
9653
... You can always take the ibx, rename it and fix it to work with FB if the time comes when the ibx will no longer work....
No, no differences. Have you got the entry in the services file for port 3050 on the NT client. This can get removed when you add / remove NIC's or NIC...
Hi I have a problem updating a table correctly within a SP - it doesn't work in isql either. I have 2 tables - INVHEAD with invoice # and delivery note #, and...
Alan J Davies
Aldis@...
Mar 1, 2002 1:46 pm
9656
... This should not be the case, the server "pings" the client every n seconds (60 odd seconds), if it is not there then it will drop the connection. So an...
Nando, Why does the connection string solve this, is there some kind of blocking going on using the local connection? If this is hte case, the backup and...
Jason, ... I didn't mean to imply that the local connection was part of the problem, just the relative path. Actually I would expect that giving a full path...
I can't solve your larger problem but I can (I think) fix this. the problem is that you have delitems in 2 places, change to this: Update Delitems Set...
Nick Upson
uebridger@...
Mar 1, 2002 2:16 pm
9660
... It can't be a share - the database path must be ONLY a physical path to a storage resource that is directly connected to the same server that is running...
Hello, I am having trouble with a corrupted db; some facts: ODS 8.2 InterBase 5.6 OAT - OIT = 250.000 (!) One could argue that with these figures it was just a...
... Hmm... Is that legal? Are the IBX components some how Open Sourced/xGPLed? George...
Boutwell, George
gboutwel@...
Mar 1, 2002 3:20 pm
9663
... Try DSQL_drop. Apparently DSQL_close will close an open record stream but does not release the memory. Regards, Ann www.ibphoenix.com We have answers....
When you call the SP from WISQL, commit, then disconnect, do you get the same problem? WHat is the processor doing on the server (in terms of load), whilst all...
To get round this, we put Blobs in their own tables, then if the row updates, the Blob has probably been chnaged, therefore replicate. This is a sledge hammer...
"Paul Reeves" ... a ... Other problems would be rolling after the select, this would make like the fetches never occured. More beneficial to me would be a...