... This error means you have a problem at the connection level - your application is trying to connect to a file that is not a database! ... Should be the...
... record ... one ... RepeatReason; ... saving is ... have ... RepeatReason; ... records that ... modify ... Why wouldn't the OP just let the server do it all...
... Post doesn't change the state of the database - it only updates what your transaction can see. You have to commit the transaction to change the database...
Helen The funny thing is the database works I can run the program from delphi in debug mode, as I normally do to test. So the connection works in run mode. I...
I finally figured out the problem and the fix. I have a module that contains my database connection (TIBODatabase) for my application. In the module I was...
In my IBOobjects conversion, I seem to have an intermittent problem with database transactions not commiting as they normally did using the BDE. I have one...
... RepeatReason; ... RepeatReason; ... mentioned? ... Hello Again, I didn't do a very good job of explaining my problem. The code I attached is actually some...
Thomas, ... Simplified or not it's still nonsense fetching and updating data with one Cursor. Either write a general statement that's valid for all records in...
Hi, I intend to convert some normal columns in paradox to computed by columns in firebird. Currently using 1.5.3 but I want to use 2.0 when available as debian...
Wolfgang Rohdewald
wolfgang@...
Nov 1, 2006 9:30 pm
40027
... As a rule, the iboTDataset components are designed to behave according to the corresponding VCL implementation. However, when you have depended on strange...
... Thanks Luc. Using Readonly and RequestLive has certainly made things load a lot faster. I found out the problem I initially posted was being caused by a...
... Yes, of course. If updating 40 fields with a cursor why should that be (internally) different to DSQL? The update has to be done anyway. An update is...
Columnattributes T_YESNO=BOOLEAN=1,0 doesn't work if SQL contains "group by", however it DOES WORK of the SQL doesn't contain "group by" I am converting an...
Hello, I use OnChange event to do a kind of custom edition when user types on a TEdit field. After each character typed by the user I make some changes on...
First questions: 1. Why is the same field defined in some places as TBooleanField and others as TSmallIntField? That might help with the "best" solution. 2....
... Clive, as I already explained, the persistant Tfield definition that results from the 2 different queries is actually different EVEN THOUGH the query is on...
Hi All, I have the same problem when my TiboQuery is in dsinsert state, but only because my program have an IMAGE blob field 80 binary. If I don't load an ...
Delmar Wichnieski (De...
delmar@...
Nov 2, 2006 7:09 pm
40035
I may not be able to offer more help for your specifics. I never use TIB_CONNECTION columnattributes and avoid design time field names wherever possible. What...
... I see from your later posting that you are relying on database field ColumnAttributes declared globally in the IB_Connection. That works great for...
... Your problem has two causes. 1. Your set has only one possible record (SELECT FIRST 1). This means that, when the dataset is refreshed, you will not see...
Hi I am seeing problems in an application where IBOTransaction.StartTransaction does not start a transaction. If I check immediately after this call...
It seems none of my messages are being accepted on this list. I did reorganize my mail accounts and folders not long after I got home and I think I messed...
Johannes, ... Are you talking about invalid blob id's on array slices or on blobs? Array slices are a particular problem on the client side and errors...
Hi, Wellcome Back Jason... I would like that you give follow up to this topic about the preparation time of TIB_Query and TIBOQuery... it's interesting... at ...
Helen said: "...in Firebird 2.0, you will get an exception if you try to double-hit the same record. This should pre-empt these Invalid Blob ID errors (along...
Rob, It is very clearly documented that IBO distinguishes between three transaction aspects, each having their own methods and status indicators. Implicit:...