Hi all, I'm new to the world of StrataFrame & was wondering if its possible to use a VistaDb v3 database
At present we do not have a provider pre-built in the framework fo VistaDB. The primary reason for this is that since version 2.0 of .NET and SQL Everywhere and SQL Express, there really hasn't been much of a demand for VistaDB....since the SQL performs faster, is managed, and is free
I saw a post about it somewhere but wanted to know if the "Businesss Object Mapper" would work with it?
If you connect using their OLEDB provider then you can use the BO Mapper by selecting the OLE DB option. As for a native connection, no.
If it dosen't, would it still work if I wrote the Business Objects by hand?
The BO is actually ignorant of the database and this would be more at the data access level....which you could connect using OLEDB or write your own data layer by inheriting the DbDataSOurceItem and then creating your own DAL for the VistaDB using their native .NET assembly.
I also noticed that you get the source code when you purchase, does this include the "BOM"?
You get the source code for all run-time components and since the BO Mapper is a design-time component and part of how we license our product, you do not get the source code to this piece.
Is anyone else using StrataFrame with VistaDb 2/3?
I will let someone else answer this one if they choose to