... OK, let's just get right to the bottom of the problem. This is the block that causes the problem: * create main artist id field */ ALTER TABLE SONGS ADD...
Helen, you're a star! Everything you say makes perfect sense now looking back at my earlier findings. Should have been able to crack this one myself, but then...
I need to install IBObjects in Delphi 4 and in Delphi 6 so I downloaded IBO4_6_A_FullSource.zip and are trying to install it. I encounter the following...
... Same directory as what? fbclient.dll and gds32.dll need to be in the same directory as the application (ib_sql.exe). If this wasn't what you meant by the...
... For Delphi 4, 1) Remove the packages that the Components|Install components applet is displaying; then close Delphi. 2) Use Search to find all of the...
I had this general series of ib_query command: ib_query.open //select *, shows all table contents on a grid ib_query.search //put the query in search mode ...
Hi, ... Here's the code behind the Cancel button of the TIB_UpdateBar(found in IB_UpdateBar.pas, around line 695): if State = dssSearch then begin ClearSearch;...
Hi I have TIB_LocateEdit, TIB_Grid and TIB_Query. I would like set ActiveControl := IB_Grid1 when user press Enter on LocateEdit field. If I use OnKeyPress...
Helen, let's first focus on Delphi 4. I deleted IBObjects using the uninstaller, and for certainty I deleted all *_D4.bpl files on my computer. Then I...
... Oops. The Uninstaller hasn't been implemented, AFAIR. You've literally got to do a rigorous cleanup. ... Are you certain that you are not accidentally...
... I'll expand on this: yes, run the uninstaller to clean it from your MSI database, but don't expect it to uninstall anything. ... OK, I've spent a good...
Hi, I have a question to Stored Procedures and Transactions. The following constellation : I use a TIB_Query and a TIB_DataSource in my project. I have this...
Hello: I'm trying to show the user that something is happening while a DELETE is occurring. Recently, I posted my problems with using OnCallBack from a...
I install IBOv4.6 and go into BCB2006 and there are no IBO components on the palette. I try compiling them: I load IBO_D2006.bdsgroup and it gives me a load of...
... OK, there are several wrong assumptions here. Let's start with the transaction. EVERY transaction must be started and ended. Starting a transaction...
Chuck, ... First, take on board what Jason said about callbacks: they are a client-side concoction that can intervene between FETCHES for a SELECT statement....
I'm trying to open a cursor on a newly created table, but get the message: "No permission to read/select COLUMN ENTERED" when I call "Open" on my TIB_Cursor....
I'm connecting to Firebird 1.5.2. There is no column called "COLUMN ENTERED". The actual message is "No permission for read/select access to COLUMN ENTERED"...
Hello Helen, I take the liberty to complete the transaction handling. Hope Your Honour only forgot to do so - and it isn't me who missed something ;-) ... if...
Christian Danner
christian@...
Feb 4, 2006 5:17 am
38073
... It's not about the physical transaction, so please correct it to: if not IB_Transaction1.InTransaction then ... Sorry, one more time too fast with the...
Christian Danner
christian@...
Feb 4, 2006 5:34 am
38074
... It's OK, if one wants to commit right then...one does not have to commit until one wants to do so...but it's wrong for this example code, see correction.. ...
Interleaved/bottom posting is preferred. ... And no 'COLUMN' called 'ENTERED' either? ... So are you using the same user name to log into your application and ...
Hi Helen, ... Ah, you did it with with! Cheerio Christian...
Christian Danner
christian@...
Feb 4, 2006 8:23 am
38077
... I am logging in as a different user. How do I check to see what restrictions have been setup (someone else built part of the database.) Do I need to grant...
OK .. tried this .. but cannot get to work, as the value passed by the bookmark is a hex value. Ie: '0000E10, 00001010' etc What is Jason actually storing in...