At 08:06 AM 9/03/2010, Gábor Török wrote: >Hi! > >I saw in earlier posts that FbBatchExecution doesn't support these >command, because dialect and encoding can be set with the connection >string. But to be compatible with the ISQL tool the provider should >support these.
The provider is an interface between *your* application and the server. The isql tool is just another client application - it is not part of either the client or the server. Its SET commands are not SQL: they are just idiomatic implementations, inside the application, of the same function calls that your provider invokes through the API in dynamic SQL. Helen ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
