Regarding Strata Frame and CoreLab MySQL


Author
Message
Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Thanks, Russell. We will take this into consideration. Smile
Russell Scott Brown
Russell Scott Brown
StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)
Group: Forum Members
Posts: 124, Visits: 597
If possible I would still like to have support for VistaDB.

I checked into licensing for the MySQL Embedded Database Engine and it is cost prohibitive (for me anyway).  They require an upfront deposit about 40 times the upfront cost of VistaDB.  VistaDB is also a one-time cost that doesn't depend on the number of users.

Thanks for your consideration.

Russ Brown (Using C#2010/SQL Server 2008)

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
As soon as we have something you will be the first to know. Wink
Edhy Rijo
E
StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Trent L. Taylor (02/09/2010)
... I cannot give you any exact dates on this, but it should not be too difficult to implement and is something that we plan on doing.




Trent, that is a great news Smile I am ready for a very early beta, don't need all the features supported or the DDT just yet, but at least the BOM and SF connectivity to start up.

The project I have that will fit perfectly for MySQL is about 35% done, so if you are willing to start an early beta, please consider me to start testing.

Edhy Rijo

Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
Thought I would go ahead and jump in here. Edhy (and Greg) it is funny that you bring up MySQL as this database is already on slate to make it into the framework. It doesn't come up often, but it is a common database that should be native in the framework. I cannot give you any exact dates on this, but it should not be too difficult to implement and is something that we plan on doing.



Greg, I also liked your idea about add-in tools in the BO Mapper. We are going to do a major overhaul of the BO Mapper and when we do we will take this into consideration. Thanks guys!

Russell Scott Brown
Russell Scott Brown
StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)
Group: Forum Members
Posts: 124, Visits: 597
I agree with what you said about both VistaDB and MySQL. 

I am primarily worried about all the auditors who use my product on their laptops.  They never share anything and there is no need for them to do anything on a server.  They are strictly remote users who always upload their data (via SMTP now).  I take their data and upload it into SQL Server.  Right now because the numbers are relatively low with mostly longtime experienced users I can just barely handle everything but that will change as the year goes by. 

I also have a fair number of churches (21 now but growing rapidly this year (I hope anywayWink) using another of my VFP products.  I definitely don't want to use SQL Server Express for them either.  I am really going to be pushing the church product this year now that I am self-employed and can do whatever I want just time permitting.  All the churches using it now install it on a single PC, typically the pastor's or church secretary, and they don't care about multi-user capability.  It already supports it though in VFP I just have not yet run into any church doing it that way but I know it will happen.  My goal is to have over 100 churches by year-end.

I didn't even know you could use MySQL as an embedded DB like you can with VistaDB.  I will have to check into it.  Definitely that sounds even better than VistaDB then all things considered. 

Thanks

For the server side of things for corporate clients I currently use SQL Server but would definitely like to look into using MySQL.  Even more so if I have the clients using MySQL.

Russ Brown (Using C#2010/SQL Server 2008)

Edhy Rijo
E
StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Hi Russell,



VistaDB looks very interesting but one thing I did not like it is that is a file share database, which means that each application instance needs to open the file database in order to access it, pretty much like VFP and I am not sure I want to go back to that kind of database.



On the other hand I did like all other features, specially their compatibility with MS-SQL which mean that it would probably be easier to implement in SF and our applications to switch from VistaDB to MS-SQL with less code change impact.



What I like about MySQL is that it is a real SQL database,portable and lightweight, reliable, and it can also be embedded and it is available in almost every hosting ISP at a very affordable price for everybody.



I have an application using MS-SQL Express and found out that one of the process needed will be importing thousands of records (sometimes 400,000+) and that those records should be keep in the database for comparison with new imports, that hits me very hard, because now the database file is growing up pretty fast and the only option would be to buy the MS-SQL Standard license and it was just unexpected and that would be the case for almost any customer using this application and that could hurt any possible sale. MySQL is very well suited to handle this application requirements but since it is not supported by SF/DDT/BOM/RBS then it would be very hard for me to manage and I use all SF tools in all applications.

Edhy Rijo

Russell Scott Brown
Russell Scott Brown
StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)StrataFrame User (278 reputation)
Group: Forum Members
Posts: 124, Visits: 597
I am very interested and in need of MySQL support too.

I agree with what Edhy said about SQL Express too.

If possible, I would VERY much like to use VistaDB (www.VistaDB.net) for the types of Visual FoxPro applications that Edhy is talking about.  I have over 350 VFP laptop users that I want/really need to convert to Strataframe and an SQL database but I don't really want to use SQL Express for all the same reasons Edhy mentioned.  I keep them in VFP for now but I have to bite the bullet and get them off VFP this year for sure.  I will use SQL Express though if necessary.

I am seriously considering using VistaDB because I think it is the ideal replacement for low-end clients like Edhy mentioned and extremely easy to install and maintain - much easier than a VFP client for that matter and it is pretty easy.  If not VistaDB than some other embedded SQL database.

VistaDB is really growing and improving all the time and is 100% MS SQL server compatible.  It is also very inexpensive and recommended by Les Pinter, etc.

Please put my vote in for MySQL Server and VistaDB.  I think others should check out VistaDB and let me know what they think too.

I have some big corporate clients this year who I will use SQL Express for but I hate the huge download size (300MB or more) and the complexities versus using VistaDB or VFP, etc.  I will make it work but and embedded SQL database engine like VistaDB is even better than VFP or SQL Server Express I think.

I would already be using VistaDB if I wasn't so extremely busy and under pressure to meet deadlines and just trying to survice as a startup with limited resources.

Thanks for your consideration.  I really love Strataframe and want to use it for 100% of everything I do.

Russ Brown (Using C#2010/SQL Server 2008)

Greg McGuffey
Greg McGuffey
Strategic Support Team Member (3.4K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
I wonder if another possible solution might be to create a plug-in architecture for the BO mapper, so users could add support for other databases/data sources. We can already add DataSourceItems, why not the same concept for the code that generates the designer files, either via an interface or a base class?



Just an idea.... Blink
Edhy Rijo
E
StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)StrataFrame VIP (4.6K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Forgot to mention, would you be willing to do a Poll to see how many current SF users would like to see support for MySQL?

Edhy Rijo

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search