Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

difference between Prevasive and SQL 2000 1

Status
Not open for further replies.

mimi2

Technical User
Apr 2, 2002
407
0
0
CA
Hello,
Could you tell me what is the difference between an SQL 7 / 2000 database and a Prevasive database.

Are the queries the same ?

Do I have to learn a new langage ?

Thanks a lot
 
Depending on the queries, you may need to change some of them. MS SQL and Pervasive.SQL are two different products and do have different extensions to the SQL syntax but the basic syntax is going to be the same. For example, a "SELECT * FROM TABLE" will produce the same data from both Pervasive and MS SQL. The datafiles themselves are different so a conversion will need to be done to get data from one system to the other. They can run on the same machine (although, you'd want to make sure the system can handle both).
There's a very good white paper on Pervasive's site (http://www.pervasive.com/support/whitepapers.asp) called "Aberdeen Cost-of-Ownership Database Study Proves Pervasive.SQL Still The Clear Leader" that talks about the differences between Pervasive, MS SQL, and even Oracle.

info@mirtheil.com
Custom VB and Btrieve development.
Certified Pervasive Developer
Certified Pervasive Technician
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top