In 1.x I used these lines to create a database and assign a Mac Creator:
tempDataBase = new myDataBase
tempDataBase.Creator = "ABCD"
tempDataBase.Create(f, 1, 2 * 1024 )
I see that in 2.0 the Creator is always "VALA", not the one I assigned.
Jon