StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Advantage Database SupportExpand / Collapse
Author
Message
Posted 05/05/2006 8:33:45 AM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 06/19/2007 3:55:23 PM
Posts: 8, Visits: 9
I see from the documentation that you have support for several database servers. I would like to add a suggestion for two other database servers: Advantage Database Server, VistaDB.

I suggest Advantage because it can handle DBF files which means a VFP developer could build net apps that access VFP data while older applications still access the same data. This creates a nice migration path for such developers.

Regards,
Simon
Post #1090
Posted 05/05/2006 9:01:42 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: 2 days ago @ 5:02:56 PM
Posts: 2,682, Visits: 1,882
Yes, we have had several users mention VistaDB as well, and both of those databases have provider implementations that utilize the base classes from the System.Data.Common namespace, so implementing their native providers would be straightforward. However, we have not had any users directly request either of them, so until we do, we will probably not create an implementation for either. If one user wants VistaDB, he can create his own DbDataSourceItem class for use with StrataFrame, but if 10-20 users want to use VistaDB, it would be cost effective for us to create the class and include it with StrataFrame. So, right now the demand is just not there; once it is, we'll be on top of it.


www.bungie.net
Post #1093
Posted 07/11/2006 8:12:36 PM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 06/19/2007 3:55:23 PM
Posts: 8, Visits: 9
I would also add my vote to VistaDb as well. In the mean time it would be helpful to understand what is involved in doing this myself as you suggested was possible and quite straightforward.
Post #1816
Posted 07/12/2006 8:38:56 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: 2 days ago @ 5:02:56 PM
Posts: 2,682, Visits: 1,882
What you'll need to do is create a new class, I'd probably call it VistaDbDataSourceItem, and have it inherit from MicroFour.StrataFrame.Data.DbDataSourceItem.  There are a few methods in there that must be overriden to provide functionality specific to VistaDb.  My recommendation is to use the source code for the SqlDataSourceItem class (or one of the others such as AccessDataSourceItem, or OracleDataSourceItem) as a template for your VistaDbDataSourceItem class.  Once you've created the class, simply add an instance of the class to the DataLayer.DataSources collection within the AppMain.vb (or program.cs) file and the SF Framework will treat it as just another data source (the business objects won't even know the difference).


www.bungie.net
Post #1817
Posted 07/13/2006 1:15:21 AM


StrataFrame Novice

StrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame Novice

Group: StrataFrame Users
Last Login: 08/04/2008 9:16:06 AM
Posts: 87, Visits: 776
Hi put me on the list of 10-20 users about VistaBD.

I suggest Advantage because it can handle DBF files which means a VFP developer could build net apps that access VFP data while older applications still access the same data. This creates a nice migration path for such developers.

Here in Brazil we are having the same issue on our clients.. if it's easy to do, please do it...    

Post #1827
Posted 07/13/2006 8:37:31 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: 2 days ago @ 5:02:56 PM
Posts: 2,682, Visits: 1,882
Will do, Ricardo


www.bungie.net
Post #1830
Posted 07/14/2006 5:51:42 PM


StrataFrame Novice

StrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame NoviceStrataFrame Novice

Group: StrataFrame Users
Last Login: 08/04/2008 9:16:06 AM
Posts: 87, Visits: 776
Yo, reading my post again, it seems that Im not beeing too much polite...  about:   if it's easy, do it... what i mean was... íf that can be done in 10 minutes (those easy kind of things), please do it, (when u guys have time)... Thanks Ben and Trent..

Post #1857
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ben Chase, Trent L. Taylor, Steve L. Taylor

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 8:22am

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.141. 10 queries. Compression Enabled.
Site Map - Home - My Account - Forum - About Us - Contact Us - Try It - Buy It

Microsoft, Visual Studio, and the Visual Studio logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.