Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFPConversion Seminar - May 9-10 - Dallas, TX
Message
From
17/04/2005 14:43:38
 
 
To
17/04/2005 14:04:02
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Conferences & events
Miscellaneous
Thread ID:
01002513
Message ID:
01005617
Views:
34
Walter,

>I've got fundamental issues with using stored procs (e.g. not cross platform, database depended, so not flexible). I'd rather use SPT for the things I'm doing.<

OK, well, you're talking about VFP and remote views ... I'm talking about .NET and disconnected DataSets ... probably apples and oranges, wouldn't you agree?

Using StoredProcs does not make the application database dependent as long as you separate your DataAccess layer completely from the Biz layer (and, of course, the UI). Different database? You simply have a different DataAccess class. It doesn't matter because you are passing back the exact same DataSet (typed or not, that really doesn't matter) from both DataAccess classes.

>It seems that in .NET I'll have to deal with two different dataacess methodologies, typed and untyped datasets.<

Sorry, Walter ... this is simply because you haven't really used .NET and don't understand the methodologies thoroughly ... either that or I'm misunderstanding your statement. DataSets have nothing to do with DataAccess. They are simply a way of representing data. DataSets are totally "disconnected" from the back-end data.

~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform