HI IBO 4.7.16 D6 I have a TIB_Query connected to a grid. The SQL for one column is 'case when c.status in (''P'',''C'') then 1 else 0 end as ptick,' and...
OK I know I should have been testing FB2 by now ;) The customer base will not be changing from 1.5 any time soon, and I'm still running a lot of old code. ...
I am reposting this because the email delivery service from the group was broken http://blog.360.yahoo.com/y_groups_team and I havent had a response ;-) Hi IBO...
I am looking at various solutions of brief-case modeling for my FB database, so that someone can walk away with their laptop, work on the database and re-sync...
... The extract has special settings to govern whether BIGINT is used or not. This setting is specific to the extract so it wouldn't be possible to make it a...
Ed, ... Actually, IBO doesn't have a briefcase at all. I only have cached updates but they require a live connection with the database in order to retrieve ...
... Maybe it was a bit different... I thought you sent me a demo to show how to sync two databases, which is quite different then brief case model, but could...
... Oh, yes of course, that would work as a briefcase model because you would be working with a separate local version of a database and then you would write ...
Hello, I'm sorry for the off-topic post. Is anybody using the debugging facility in BDS 2006 seriously? I switched my entire development from Delphi 6 Prof....
Hi, I have a replication application which succesfully replicated large volumes of data from one Master DB to numerous target DB's on other servers. To achieve...
Hi everyone, I personally am using IBO and retrieving generator values via IBO is obviously not a problem. However, a client of ours now need to access our ...
... No, like this it won't, because a generator is a metadata object and a generator name is an object identifier. As you're probably aware already, you can't...
... A quick note, "60" seems a bit too short, given that: select gen_id (,1) from rdb$database is already 40 characters :-) ... rdb$database'; ... Martijn...
I have a form that displays data from the database. It has an edit button that enables the field inputs on the form to be editable and also starts a...
... This sounds kinda wrong. An open dataset is already in a transaction. Your edit button should simply put the dataset into edit mode. Then save should...
... you are now un-hung. ;-) Now, back to the original question... :-) I am looking at various solutions of brief-case modeling for my FB database, so that...
... There isn't a demonstration of this because really the only unique piece of it would be the process to synchronize the data from the "disconnected" ...
Ed, ... With IBO you would have to write the piece to reconcile on your own. Simple replication would likely not be sufficient. ... I don't know a lot about...
... You are likely not actually ending the physical transaction. Are you calling CommitRetaining when you click "Save" or are you calling "Commit"? Jason...
I need to import data from a different database. I am creating a class structure that provides the information to move the data over (I say this so that if...
Hi I am changing the size of a grid OnEnter and reverting back OnExit. If there is also something causing a layout change and the focused field has an ...
Thanks for the response. ... I am not sure I understand this. The PKs will change in the new database, then the import tool needs to know that. ... That is...
Hi Paul, ... Does the problem not happen with any other type of control in the grid? If the problem happens with any control on the grid then... There have...
Hi Geoff - thanks for the reply ... In the demo the problem does not occur with an IB_memo but it does in the real application - I havent quite sorted that one...
... That depends on the source of the problem and, without spending more time on this to debug in detail, I gave a couple of guesses based on past experience....