Get it for less! Order it used
Have one to sell? Sell yours here
 
 
Microsoft Visual FoxPro 7.0 Professional Upgrade
 
See larger image
 

Microsoft Visual FoxPro 7.0 Professional Upgrade

Other products by Microsoft
Platform:   Windows NT / Me / 2000 / 98 / 95
4.7 out of 5 stars  See all reviews (11 customer reviews)

o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o

Currently unavailable.
We don't know when or if this item will be back in stock.


Sign up to be notified when this item becomes available.

Shop for Holiday Gift Ideas
Find the perfect gift in our Software Holiday Store.

System Requirements

  • Platform:   Windows NT / Me / 2000 / 98 / 95
  • Media: CD-ROM
  • Item Quantity: 1
 See more system requirements

Product Details

  • Shipping Weight: 1 pounds
  • Shipping: Currently, item can be shipped only within the U.S.
  • ASIN: B00005J3A5
  • Item model number: 340-01074
  • Date first available at Amazon.com: April 23, 2001
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (11 customer reviews)
  • Amazon.com Sales Rank: #18,346 in Software (See Bestsellers in Software)

    Popular in this category: (What's this?)

    #82 in  Software > Programming > Database
  • Discontinued by manufacturer: Yes

Buy This Product and Related Accessories

Microsoft Visual FoxPro 7.0 Professional Upgrade

Microsoft Visual FoxPro 7.0 Professional Upgrade

Keyboards & Mice

Logitech Cordless Desktop Wave Pro
Logitech Cordless Desktop Wave Pro

In Stock and eligible for FREE Super Saver Shipping

$129.99 $59.99 Select this Item
Logitech Illuminated Ultrathin Keyboard with Backlighting
Logitech Illuminated Ultrathin Keyboard with Backlighting

In Stock and eligible for FREE Super Saver Shipping

$79.99 $59.99 Select this Item
Apple Magic Mouse
Apple Magic Mouse

In Stock from Pavilion Electronics.

$119.95 Select this Item

Networking: Wireless & Wired

HP KQ246AA 8.0MP Deluxe Webcam
HP KQ246AA 8.0MP Deluxe Webcam

In Stock from Buy.com.

$49.99 $40.11 Select this Item
Belkin USB 2.0 4-Port Ultra Mini Hub F5U407
Belkin USB 2.0 4-Port Ultra Mini Hub F5U407

In Stock and eligible for FREE Super Saver Shipping

$14.99 $9.78 Select this Item
Logitech Webcam Pro 9000 / QuickCam Pro 9000
Logitech Webcam Pro 9000 / QuickCam Pro 9000

In Stock and eligible for FREE Super Saver Shipping

$99.99 $75.99 Select this Item

Drives & Storage

Western Digital 1 TB Caviar Green SATA Intellipower 32 MB Cache Bulk/OEM Desktop Hard Drive WD10EADS
Western Digital 1 TB Caviar Green SATA Intellipower 32 MB...

In Stock and eligible for FREE Super Saver Shipping

$109.99 $84.99 Select this Item
Western Digital 1.5 TB Caviar Green SATA Intellipower 32 MB Cache Bulk/OEM Desktop Hard Drive WD15EADS
Western Digital 1.5 TB Caviar Green SATA Intellipower 32 MB...

In Stock and eligible for FREE Super Saver Shipping

$199.99 $109.98 Select this Item

Monitors & Displays

HP 2009M 20-Inch HD LCD Monitor
HP 2009M 20-Inch HD LCD Monitor

In Stock and eligible for FREE Super Saver Shipping

$179.00 $142.77 Select this Item
Innovative Technology 35mm Negative and Slide Converter to PC
Innovative Technology 35mm Negative and Slide Converter to PC

In Stock and eligible for FREE Super Saver Shipping

$59.99 $49.99 Select this Item
Acer V223-WBD 22" Widescreen TFT LCD Monitor (Black)
Acer V223-WBD 22" Widescreen TFT LCD Monitor (Black)

In Stock and eligible for FREE Super Saver Shipping

$179.99 $164.99 Select this Item

Product Description

Amazon.com Review

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



Amazon.com Product Description

Microsoft Visual FoxPro 7.0 enables you to build high-performance desktop, client-server, and Web database applications with its database development system. Employ its powerful data engine to manage large volumes of data, its object-oriented programming to reuse components across applications, and its built-in XML support to quickly manipulate data. Visual FoxPro 7.0 provides the tools and powerful data engine developers need to manage large volumes of data, whether they are organizing tables of information, running queries, or building full-featured database applications for end users. It helps developers achieve maximum productivity through a powerful development environment and easy-to-use visual design tools, and provides the flexibility to build all types of database applications, and to build and consume COM+ components and Web Services.

Make applications accessible to third-party tools, such as screen readers, voice-recognition devices, and automated test harnesses. You can also make Visual FoxPro data easily accessible to non-Visual FoxPro-based clients. Build interoperable applications and components through the ability to represent Visual FoxPro data as XML and to import XML data into Visual FoxPro tables. Control user actions with code that executes when databases are opened, closed, or modified. You will reduce coding time by obtaining powerful, extensible language assistance as you type. View and quickly navigate to procedures, functions, and methods in source code, dock common tools such as command, data session, and debug windows. You can create setups for your custom applications using a special version of the popular InstallShield Express developed exclusively for Visual FoxPro. The enhanced code editor reduces coding time with support for bookmarks and shortcuts, find capabilities, and case conversion.


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

11 Reviews
5 star:
 (9)
4 star:
 (1)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (11 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
15 of 16 people found the following review helpful:
5.0 out of 5 stars Not revolutionary, but solid advancements make it Necessary!, August 22, 2001
A lot of the enhancements to VFP7 are not necessarily noticed by those who don't lift the hood. Yes, the Intellisense is great and the ability to do XML transactions over the web is great, but don't forget about the ability to write/use web services (part of .Net), the fact you can create/run VFP6 apps without recompiling (try that with .Net). You can now do Event Binding to COM/ActiveX objects (3rd party controls), it has strong data typing (oh yes), it can "implement interfaces" like java, it has "database container events", it is OLE DB accessible by other apps (not just ODBC), it uses Installshield for installations, etc.

Visual Foxpro extends the VFP legacy of not leaving current developers behind while embracing the best of the newest technologies and wrapping them in the fastest database engine on Earth.

I use Visual Basic, C, Java, and Visual Foxpro - VFP allows me to build the most feature-rich, fast applications in the least amount of time which is crucial for any consultant!

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 5 people found the following review helpful:
5.0 out of 5 stars The Only Database You'll Ever Need, October 30, 2001
By Don S. (Cleveland, OH USA) - See all my reviews
With Foxpro, you don't need ADO, recordsets, complicated SQL syntactical nightmares. It scales to incredible sizes, provides multi-user DB access right out of the box, has no overbearing customer facing run time licenses, and saves you big bucks. It connects smoothly to SQL server and Oracle. It exports data to Excel Spreadsheets with a single line of code. It's string handling is fast and efficient, and the environment focuses developers on data first. Version 7 has a few good enhancements like CursorToXML and .dll creation that make it worthwhile. The Intellisense is great if you don't already know the language.
I get more done with Foxpro in twenty minutes than most VB programmers do in a week!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 6 people found the following review helpful:
5.0 out of 5 stars VFP 7 - Best Version of FoxPro Yet, June 22, 2001
By David Lauben (Albuquerque) - See all my reviews
I've been developing in the beta version of VFP 7 for the past 6 months, and so far I've had a great experience with it. Even in beta I've found the product to be robust and reliable. In VFP 7 it even easier to develop applications due to it many new features such as intellisense (you start a command, and the program provides the possible options to finish it). I'm to the point where I feel a bit too contrained when I have to go back and use VFP 6.0 for code maintenance purposes. I know I can't wait for the final release of version 7 -- I'll be first in line to purchase.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

5.0 out of 5 stars GET IT!! NOW
With all the fuzz round .NET quite a lot of developers seem to forget that desktop applications are still widely used. Read more
Published on November 19, 2003 by B.Lutgerink

4.0 out of 5 stars Not Necessarily the Best Version Yet
The vest version yet??? Bull Hockey!!! This product has been generally available for less than a month. How could anyone know whether it is the "Best Version Yet". Read more
Published on August 16, 2001 by J. M. Edgar

3.0 out of 5 stars Reviews... a sham ?
I "voted" on the reviews, giving a "not helpful" to two of the three. To my surprise, irrespective of my vote they were counted as "helpful... ". Read more
Published on July 31, 2001 by Frank E. Mundo

5.0 out of 5 stars The best Vfox even today...
This version of Vfox is the best one before today.

Not only the Intellisence, but all the new resources are fantastics. Read more

Published on July 31, 2001 by Mauricio Marques - Moshe

5.0 out of 5 stars VFP web rocks!!
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. Read more
Published on July 25, 2001

5.0 out of 5 stars Best version yet! Dynamic Database development system
Visual FoxPro has evolved into one of the most powerful Database development systems available today. Read more
Published on July 24, 2001 by glennpd

5.0 out of 5 stars The most powerful desktop database OOP language available!
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. Read more
Published on July 12, 2001 by Alexf

5.0 out of 5 stars Most powerfull mid-sized database language available
VFP has always been a very good choice to handle data in a fast development cycle business world, but VFP7 brings many UI improvements that make it even easier to get things done... Read more
Published on June 1, 2001 by Bill Mittenzwey

Only search this product's reviews



Product Information from the Amapedia Community

Beta (What's this?)

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!



Look for Similar Items by Category

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.