Fixed.
Also take into account, that set sql dialect nor set names ins't
supported. Both are client side commands, for us params for
FbConnection.
BTW dialect 3 is default in provider.
--
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
---
I have just download source code .Net Provider 2.5 from SVN, I build
success. I want to create a database with Dialect 3, see following code:
string script = @"SET SQL DIALECT 3;
SET NAMES UNICODE_FSS;
CREATE DATABASE 'G:\Y\PP.TDB'
USER 'SYSDBA' PASSWORD 'masterkey'
PAGE_SIZE 4096
DEFAULT CHARAC