[firebird-support] Understanding a PLAN

2014-08-30 Thread Jaume Llunell Gómez jaumellun...@gmail.com [firebird-support]
Hi, i would like to understand this plan PLAN (TABLE1 ORDER TABLE1_IDX1 INDEX (TABLE1_UK)) And the select that generets it is this one: SELECT first 1 PREU_COST FROM TABLE1 WHERE ARTICLE = :p_article AND DATA = :P_DATA AND DIVISA = :P_DIVISA AND PREU_COST 0 ORDER BY DATA DESC,ID

[firebird-support] Re: Understanding a PLAN

2014-08-30 Thread Dmitry Yemanov dim...@users.sourceforge.net [firebird-support]
30.08.2014 11:25, Jaume Llunell Gómez wrote: Hi, i would like to understand this plan PLAN (TABLE1 ORDER TABLE1_IDX1 INDEX (TABLE1_UK)) And the select that generets it is this one: SELECT first 1 PREU_COST FROM TABLE1 WHERE ARTICLE = :p_article AND DATA = :P_DATA AND

[firebird-support] EXECUTE STATEMENT ON EXTERNAL 'ODBC://odbc_datasource_name'

2014-08-30 Thread bert_herngr...@yahoo.com [firebird-support]
Hi, Should the Execute statement work on an ODBC datasource already with FB 3.0? EXECUTE BLOCK AS BEGIN EXECUTE STATEMENT 'SELECT * FROM TEST_TABLE' ON EXTERNAL 'ODBC://TEST'; END I receive the following error message: Execute statement error at attach :335544721 : Unable to complete

Re: [firebird-support] EXECUTE STATEMENT ON EXTERNAL 'ODBC://odbc_datasource_name'

2014-08-30 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
Questions on Firebird 3.0 - as long as it isn't final - should be directed to the firebird-devel mailinglist. Note that the document you link to is about the provider architecture, there is no ODBC provider included in Firebird 3.0, so this doesn't work out of the box. Mark On 30-8-2014

[firebird-support] Re: EXECUTE STATEMENT ON EXTERNAL 'ODBC://odbc_datasource_name'

2014-08-30 Thread Dmitry Yemanov dim...@users.sourceforge.net [firebird-support]
30.08.2014 14:25, bert_herngr...@yahoo.com wrote: Should the Execute statement work on an ODBC datasource already with FB 3.0? No. The ability to access foreign database engines using providers should not be overlooked, either. It might seem strange to consider this, given the number of

Re: [firebird-support] Re: Understanding a PLAN

2014-08-30 Thread Jaume Llunell Gómez jaumellun...@gmail.com [firebird-support]
Thank you very much Dimitry 2014-08-30 10:41 GMT+02:00 Dmitry Yemanov dim...@users.sourceforge.net [firebird-support] firebird-support@yahoogroups.com: 30.08.2014 11:25, Jaume Llunell Gómez wrote: Hi, i would like to understand this plan PLAN (TABLE1 ORDER TABLE1_IDX1 INDEX

[firebird-support] Where is release 2.5.3 on FreeBSD?

2014-08-30 Thread stevef...@yahoo.com [firebird-support]
On FreeBSD 10, the following command: pkg install databases/firebird25-server will only install version 2.5.2_5. How do I get it to pull version 2.5.3 from the sourceforge repository?