Try the uppercase way: IVL (I just took a look at the code and noticed that this parameter is case sensitive, which is a mistake).
On Fri, Apr 17, 2009 at 14:46, <[email protected]> wrote: > > Hello Pascal, > > I'm trying your suggestion. I'm running dbmetal with this options: > > DbMetal.exe -culture=ivl -provider=MySql -database:MyDB -server:localhost > -user:root -password:root -namespace:Abc -code:"T:\MyPrj\DB\MyDBDB.cs" > -sprocs > The result is: > > ############################################################################### > for Microsoft (R) .NET Framework version 3.5 > Distributed under the MIT licence (http://linq.to/db/license) > > >>> Reading schema from MySQL database > DbMetal failed:System.ArgumentException: The Culturename ivl is not > supported > Parametername: name > at System.Globalization.CultureTableRecord..ctor(String > cultureName, Boolean useUserOverride) > at System.Globalization.CultureTableRecord.GetCultureTableRecord > (String name, Boolean useUserOverride) > at System.Globalization.CultureInfo..ctor(String name, Boolean > useUserOverride) > at System.Globalization.CultureInfo..ctor(String name) > at DbMetal.Generator.Implementation.Processor.ReadSchema(Parameters > parameters, ISchemaLoader& schemaLoader) in T:\abc\SVN_dbMetal\src > \DbMetal\Generator\Implementation\Processor.cs:Row 218. > at DbMetal.Generator.Implementation.Processor.ProcessSchema > (Parameters parameters) in T:\abc\SVN_dbMetal\src\DbMetal\Generator > \Implementation\Processor.cs:row 112. > > ############################################################################### > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
