Subject Request: set the encoding or other property from FBWrappingDataSource
Author R. A. Rivas Diaz
Hello

I would like to have some methods in FBWrappingDataSource that allows
me to set some special properties for the connection. For example:

dataSource.setDialect(3);
dataSource.setEncoding("UNICODE_FSS");
-- or --
dataSource.setProperty("sql_dialect", 3);
dataSource.setProperty("lc_ctype", "UNICODE_FSS");
-- or --
dataSource.setProperty(ISCConstants.isc_dpb_sql_dialect, 3);
dataSource.setProperty(ISCConstants.isc_dpb_lc_ctype, "UNICODE_FSS");

BTW: Should I post requests here or can I submit it directly as a
'feature request' in st.net?

thanks,
rivas