RE: [firebird-support] Incorrect values within SQLDA structure SQLDA version expected between 1 and 1, found 0 when using Firebird 3.0 client with older (BDE) programa

2016-07-14 Thread 'Leyne, Sean' s...@broadviewsoftware.com [firebird-support]
> Am 14.07.2016 um 13:35 schrieb Dimitry Sibiryakov s...@ibphoenix.com
> [firebird-support]:
> > 14.07.2016 13:33, jonatan.laurit...@yahoo.dk [firebird-support] wrote:
> >> Is this bug in Firebird 3.0 client and is there workaround?
> >This is a bug in BDE and you must ask for workaround at Embarcadero
> support.
> The problem there would be that the BDE has reached its end of life for
> some years now...

Then you can't use FB v3

The project/engine functionality needs to continue to evolve and this can 
result in legacy technology no longer being supported.  

While the project does not deliberately make changes to foster 
incompatibilities, it is the responsibility of the third party connectivity 
providers to ensure that their solution supports the change that the project 
makes.


Sean



Re: [firebird-support] Incorrect values within SQLDA structure SQLDA version expected between 1 and 1, found 0 when using Firebird 3.0 client with older (BDE) programa

2016-07-14 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
14.07.2016 16:29, Marsupilami79 marsupilam...@gmx.de [firebird-support] wrote:
> The problem there would be that the BDE has reached its end of life for
> some years now...

   It is not Firebird's problem as well.


-- 
   WBR, SD.






++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



Re: [firebird-support] Incorrect values within SQLDA structure SQLDA version expected between 1 and 1, found 0 when using Firebird 3.0 client with older (BDE) programa

2016-07-14 Thread Marsupilami79 marsupilam...@gmx.de [firebird-support]
Am 14.07.2016 um 13:35 schrieb Dimitry Sibiryakov s...@ibphoenix.com
[firebird-support]:
> 14.07.2016 13:33, jonatan.laurit...@yahoo.dk [firebird-support] wrote:
>> Is this bug in Firebird 3.0 client and is there workaround?
>This is a bug in BDE and you must ask for workaround at Embarcadero 
> support.
The problem there would be that the BDE has reached its end of life for
some years now...


Re: [firebird-support] Incorrect values within SQLDA structure SQLDA version expected between 1 and 1, found 0 when using Firebird 3.0 client with older (BDE) programa

2016-07-14 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
14.07.2016 13:33, jonatan.laurit...@yahoo.dk [firebird-support] wrote:
> Is this bug in Firebird 3.0 client and is there workaround?

   This is a bug in BDE and you must ask for workaround at Embarcadero support.


-- 
   WBR, SD.






++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



[firebird-support] Incorrect values within SQLDA structure SQLDA version expected between 1 and 1, found 0 when using Firebird 3.0 client with older (BDE) programa

2016-07-14 Thread jonatan.laurit...@yahoo.dk [firebird-support]
We managed to use Firebird 1.5 and 2.1.7 clients (gds32.dll/fbclient.dll) 
smoothly with older Delphi programs, including ones that use BDE. Now Firebird 
3.0 client is sometimes giving error message:
 General SQL error.
---
Error: 13059,DC: -804
Incorrect values within SQLDA structure
SQLDA version expected between 1 and 1, found 0
 

 3.0 client should be able to serve older programs as well but there appears to 
be some breking changes introduced. Is this bug in Firebird 3.0 client and is 
there workaround? It could be bad to add its own Firebird client to each 
program, it could be better to have one (the latest) client in the Windows 
directory that could server all programs - old and new.
 

 The problem is observed on 64bit Windows 10, we don't know abot other OSs.
 

 Jonatan