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
-~----------~----~----~----~------~----~------~--~---

Reply via email to