Menu
Apparel
Baby
Beauty
Books
Classical Music
DVD
Digital Music
Electronics
Gourmet Food
Personal Health Care
Jewelry
Kitchen & Housewares
Magazines
Miscellaneous
Music
Musical Instruments
Music Tracks
Office Products
Outdoor Living
PC Hardware
Photo
Restaurants
Software
Sporting Goods
Tools & Hardware
Toys
VHS
Video (DVD & VHS)
VideoGames
Wireless
Wireless Accessories
Information
Payment Methods
Shipping
Safe Shopping
Contact Us

 

Tarfumes.com - Microsoft Visual FoxPro 7.0 Professional

Microsoft Visual FoxPro 7.0 Professional

Manufacturer: Microsoft Software
Average Customer Rating: Average rating of 5.0/5Average rating of 5.0/5Average rating of 5.0/5Average rating of 5.0/5Average rating of 5.0/5



Binding: CD-ROM
Brand: Microsoft
EAN: 0659556709211
Format: CD-ROM
Label: Microsoft Software
Manufacturer: Microsoft Software
Model: 340-01071
Platform: Windows NT
Publisher: Microsoft Software
Release Date: 2001-07-28
Studio: Microsoft Software

Editorial Reviews:

Probably the best midrange database development system on the market, Microsoft Visual FoxPro 7.0 Professional Edition takes the ease-of-use and gentle learning curve that are characteristic of Microsoft Access and combines them with the scalability and feature-richness of Microsoft SQL Server 2000. The result is an eminently refined database development system, ideal for projects that aren't performance intensive.

FoxPro disproves the notion that database development and administration are black sciences, comprehensible only to specialists. This database suite demonstrates that you can do meaningful database work in an environment that can be figured out intuitively. The operative word is meaningful. FoxPro is not a friendly-but-feeble database management system you can use only to manage your recipes. Despite its friendly interface, it's a serious database tool.

The traditional way to use FoxPro is to develop a database on a server machine, then compile client applications--which rely on the freely distributable FoxPro runtime environment--to make queries against that server. That's still a good solution, but version 7.0 includes an object linking and embedding (OLE) database provider, with which you can expose FoxPro databases to non-FoxPro client applications. You can also increase your range of client compatibility by choosing to serve your data from Microsoft SQL Server 2000 Desktop Edition (MSDE), which ships with this product. Taking the MSDE path also makes future upgrades to the full version of SQL Server easier. It's straightforward to connect FoxPro databases with Internet Information Services (IIS) sites, which means FoxPro can serve as your Web site's back end. So, even though FoxPro isn't technically part of Microsoft's .NET architectural initiative, this new version is a lot more network-centric than any of its ancestors.

A lot of thought--and many years of customer feedback--have clearly gone into the design of this product. It's hard to imagine how the process of setting up a database could be made easier, since all you need to do is use simple menu commands to create a new project and populate it with databases, tables, queries, and the other elements of a useful application. To create a table, for example, you can choose to use a wizard that presents you with some typical tables--contacts, invoices, products, and so on--and the fields each kind of table typically contains. You can then choose to include in your table all or some of an example table's fields, supplement those fields with fields of your own making, and start collecting data.

The most immediately obvious new user-interface feature is IntelliSense, a longtime feature of other Microsoft products. IntelliSense will automatically complete function names and do syntactical grunt work for you as you type code. You can turn off IntelliSense, or modify its behavior, if you find it intrusive. Other interface changes include dockable windows and toolbars, and a couple of new ways to navigate around large code passages. There's also a new Object Browser tool you can use to examine and refer to the COM objects in your application's environment.

If you prefer to work with code and a command line, FoxPro has your number, as well. You can type commands and arguments that create databases, tables, relationships, views, reports, and queries, to say nothing of full-fledged business applications. The FoxPro language, like its graphical user interface, has been expanded and refined over the years. Microsoft has added more than 50 new commands, functions, and system variables to the language since its last release. Many of the more interesting ones--like XMLUPDATEGRAM() for sending database change notifications--have to do with importing and exporting data in Extensible Markup Language (XML). It's also now possible to monitor and react to events thrown by non-FoxPro COM objects.

Further improvements in FoxPro 7.0 include support for Web services (with which you can advertise your application's capabilities on a network) and Active Accessibility, which is Microsoft's set of hooks for devices and software that help handicapped people. There's also a copy of InstallShield Express included here, which enables you to create deployment packages that install the required files and make the needed settings on computers that will run your applications.

You wouldn't use FoxPro to store values for a performance-intensive software application, and it's a bit too costly to replace quick-and-dirty Access for simple database work. But for medium-size organizations that need to make it easier for people to share data, FoxPro's power and elegance promises to enable insiders to solve database problems with a minimum of outside consulting expense. --David Wall


Spotlight customer reviews:

Customer Rating: Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5
Summary: The best yet!
Comment: I have been working in FoxPro and Visual FoxPro for 7 years now. With each upgrade, FoxPro has only gotten better. With Web Service, IntelliSense, XML, and OLE DB, this is the best yet! I've only been working with for a few days now, but I can't wait to find out what lies in store for me. It's a programmer's dream come true.

Customer Rating: Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5
Summary: VFP web rocks!!
Comment: VFP has always been about speed and now this version makes it extremely easy to put that database and string processing speed to use in VFP mtdlls and XML Web Services. For rapidly developing web apps, compare the speed, robustness, and scalability of VFP 7 to anything out there(yes, Oracle too) at a fraction of the price of other solutions.

Customer Rating: Average rating of 4/5Average rating of 4/5Average rating of 4/5Average rating of 4/5Average rating of 4/5
Summary: Must have for VFP Developers
Comment: Although serious VFP developers invariably upgrade with each new version I'd upgrade to version 7 just for the intellisense feature alone. Other development languages have had this for years and it was sorely missed from FoxPro. To me, intellisense alone is worth the price of this upgrade not even mentioning the other other improvements and new features such as XMLToCursor, CursorToXML, OLEDB provider, and much more. Intellisense doesn't cure world hunger I know but I love it! What a time saver. Should of been in VFP long ago. Also the very first beta was astonishingly stable for a pre-release which is a good sign. If you develop with Visual FoxPro at all this is one version upgrade you will not want to wait getting.

Customer Rating: Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5
Summary: Definitely a must have for the serious database developer.
Comment: Having been an early Beta Tester for VFP7 I must say that I am extremely pleased with its performance and its enhancements from previous versions.

An excellent improvement on a very mature and stable OOP database development language, it is well at ease using its native data engine as well as working asa front end or middle tier for any other DBMS, from SQL Server to Oracle to MySQL.

It finally brings Intellisense and an OLEDB Provider!

Visual FoxPro is the only Microsoft development language that can play in any tier of an N-Tier system.

It works well with all the current technologies, MTS, COM, COM+, ADO, XML, ActiveX, etc.

Well worth your adding it to your programmer's toolset!


Customer Rating: Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5
Summary: Fox is back
Comment: VFP 7.0 has dramatically improved its IDE, including an awesome data driven implementation of Intellisense that is completely customizable, making it one of the best available. But thats not all, improved speed, stability, and XML support, along with the long list of language enhancements suggested by VFP users add up to make this one of the most powerful and easy to use Database tools available.


Buy it now at Amazon.com!

 
Copyright © 2000-2004 Tarfumes.com. All rights reserved.
powered by My Amazon Store Manager v 2.0, © Stringer Software Solutions