Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Practical example of appl with Sedna
Message
From
28/01/2008 16:31:50
 
General information
Forum:
Visual FoxPro
Category:
VFPX/Sedna
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01286109
Message ID:
01286361
Views:
17
Hi, Dmitry.

>I admit I don't know about functionality and features of Sedna, just glanced once through the list.
>
>But I was wondering. Can anyone mention a sample application -or feature - (practical for an average database application) that they have done with beta of Sedna?

Sedna is not a specific extension for a certain type of application, but a collection of different extensions or improvements.

- The upgraded SQL migration wizard is just a (much) better migration tool. It is not something you will use every day, but it could help migrating data from DBFs to SQL Server if you need it.

- The MY namespace is a collection of libraries that can look simmilar to the Fox Foundation Classes in the sense they provide you with shortcuts to specific functionality already available via Win32 API, WSH, .NET, etc. But the most interesting stuff is the way Doug managed to expose that, providing something like namespaces in .NET for VFP. It is extensible and hierarchical, but it load on demand instead of actually building a huge object.

- The NET4COM library is a COM wrapper to serveral .NET libraries, allowing you to use some .NET functionality. Last time I checked, most things could be done using the Win 32 API, but I guess they implemented more. Again, something useful is been able to check how they did it.


I'm surely forgetting something, but beside that, the most important thing is that you get the full source code for Sedna as a learning tool, and you can change and redistribute it as you please.


Hope this helps,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform