From: Joseph M. <jo...@jm...> - 2014-11-26 08:04:50
|
Ok, I was able to dump it into a file. From the auto-detection that I ran it through, it looks like it's either ISO-8859-1 or Windows-1252. What exact strings would I put in my connection string to use one of those? Here's my original line of code: entityBuilder.ProviderConnectionString = string.Format("character set=NONE;data source={0};initial catalog={1};;user id={2};password={3};isolationlevel=ReadCommitted", connparams.server, connparams.path, connparams.userid, connparams.password); If I replace "NONE" with "ISO-8859-1" or "Windows-1252", I get an exception saying: The underlying provider failed on Open. Invalid character set specified Is there a list of valid character set constants that it will accept? -Joe On Tue, Nov 25, 2014 at 11:26 PM, Jiří Činčura <ji...@ci...> wrote: > Study http://www.firebirdsql.org/refdocs/langrefupd25.html . > > -- > Mgr. Jiří Činčura > Independent IT Specialist > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |