Good evening,
I am evaluating Siaqodb as the databse for my new multi OS app. I do need the ability to create a separate database for certain objects.
I tried the following in the .NET example program:
SiaqodbConfigurator.SetDatabaseFileName<Company>("Test");
A separate database file was not generated. Am I doing something wrong?
Also, the Database manager included with 5.5 does not seem to work. The .NET example also crashed on me.