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 12:25

[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 network