Country Code when creating new MDB with ASP
am 14.09.2007 18:44:27 von David Philip GreenwoodHi
It is wonderful that I can create a Microsoft Access database on the fly
with VB using the Microsoft Data Access Object (DAO.DBEngine.36).
But with all these languages catered for (En-GB=0x0809, En-US=0x0409, En-TT=
0x2c09, Cy-GB=0452, Fr-FR=0x040c, etc.) I wonder why the country is ALWAYS
zero?
Why is country always zero?
I.e. DAO.Createdatabase "MyDB", ";country=0;langid=0x2c09;cp=1252", 32
Does anyone have a list of country codes for Jet?
I would LOVE to know what country codes can go in that command.
David