Re: [firebird-support] using embedded

2017-07-26 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Thursday, July 27, 2017, 7:33:43 AM, prosse...@yahoo.com wrote: > I want to get a delphi7 program that works with the full server to > work with embeded... I am a getting 'database unavailable' whatever I try > I have followed the instructions to the diligently - copying and > renaming the files

[firebird-support] using embedded

2017-07-26 Thread prosse...@yahoo.com [firebird-support]
Hello peeps! I want to get a delphi7 program that works with the full server to work with embeded... I am a getting 'database unavailable' whatever I try I have followed the instructions to the diligently - copying and renaming the files so what am I missing?

Re: [firebird-support] Compatibility questions: Current release versus 1.5.3.4870

2017-07-26 Thread Alexandre Benson Smith ibl...@thorsoftware.com.br [firebird-support]
Hi ! It's dificult to tell... From version to version there is minor problens that can occur, like new reserved wirds and so on. But in general, you will be safe doing the upgrade. It's recommend to perform a back-up/restore cycle to upgrade de database ODS. But FB 2.5 can read databases

RE: [firebird-support] Compatibility questions: Current release versus 1.5.3.4870

2017-07-26 Thread 'Leyne, Sean' s...@broadviewsoftware.com [firebird-support]
My question (and I'm sorry if I'm asking this before doing any research on my own) is simply, how compatible is the 2.5 version with databases created with 1.5.3? There is no easy answer to your question – it depends… Have you considered rolling back the Win10 update? The update should

[firebird-support] Compatibility questions: Current release versus 1.5.3.4870

2017-07-26 Thread scott...@comcast.net [firebird-support]
Hello! I know it's been a while since I've posted on this Group, but current circumstances have brought me back. Today, I discovered that Microsoft forcibly removed fbserver & fbguard for version 1.5.3.4870. This version is included with SAM Broadcaster v3, which is critical to my work

[firebird-support] Re: Simple post edited data to table raises exception after converting FB 2.1 to FB 3.0

2017-07-26 Thread fredf...@hotmail.com [firebird-support]
Unfortunately it's not universal solution. I cannot create new record or update old one if my table has no PK and only unique index with two fields like QUOTE_NO (Integer) and REV_NO (Varchar(1) ). What should I do resolve this issue? Does FB 3 required to have PK to post record?

Re: [firebird-support] fbclient: What to do after "Error readin / writing data to/ from the connection"

2017-07-26 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 25-7-2017 16:12, Marsupilami79 marsupilam...@gmx.de [firebird-support] wrote: > Hello, > > some of my client seemingly have a faulty network and get the following > errors ocassionally when running my program while it tries to execute a query: > > Error writing data to the connection. >

Re: [firebird-support] How to get different Maximum Data for every single date in the table?

2017-07-26 Thread setysvar setys...@gmail.com [firebird-support]
Hi again, Vishal! Here's a different query that will reasonably often give you what you want: with CopyToTals( Order_ID, Order_Date, Salesman_ID, Copy_Sold, ToTal_Amount ) as ( select Order_ID, Order_Date, Salesman_ID, Sum( Copy_Sold ), Sum( ToTal_Amount ) from