From: Joseph M. <jo...@jm...> - 2014-11-26 17:38:13
|
Thanks guys. I changed the character set to ISO8859_1, and everything works great now! -Joe On Wed, Nov 26, 2014 at 3:09 AM, Hernán Martínez < her...@ob...> wrote: > www.destructor.de/firebird/charsets.htm > > Hernán MF S > > El 26/11/2014, a las 5:04, Joseph Martinez <jo...@jm...> > escribió: > > 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 >> > > > ------------------------------------------------------------------------------ > 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 > > > > ------------------------------------------------------------------------------ > 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 > > |