Wrox Programmer Forums
|
BOOK: Beginning VB.NET Databases
This is the forum to discuss the Wrox book Beginning VB.NET Databases by Thearon Willis; ISBN: 9780764568008
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning VB.NET Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 23rd, 2005, 03:43 PM
Registered User
 
Join Date: Apr 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default compatability

Can I use sql server database 2000 with windows XP pro? I seem to have had some issues in the past in terms of being able to use or even install all of the databases functionality.

Secondly, since I am just starting out with both the language and databases in the text on page 21, I am confused about understanding the terminology next to number 3; "If the machine does not contain the SQL Server instance running your database, you need to add the appropriate server".

Under server explorer I have Servers at the top then my machine name with other nodes underneath. What should be listed under the sql servers node and what exactly is the sql servers? Is this the area which is my computer name or server?

Thanks for any help.....

 
Old April 24th, 2005, 05:51 AM
Thearon's Avatar
Wrox Author
 
Join Date: Dec 2003
Posts: 396
Thanks: 0
Thanked 8 Times in 8 Posts
Default

Hi,

You can use SQL Server 2000 with Windows XP Pro. As you are a beginner, you wouldn't need all of the functionality offered by SQL Server but if you want all the available features, then you should install SQL Server 2000 Developers Edition.

SQL Server instance refers to SQL Server in general. If SQL Server is not running on your machine, then you could connect to a server where SQL Server is running.

Under the SQL Servers node, your machine name should be listed if you have SQL Server installed. Expanding that node will reveal each database in SQL Server. You can then expand each database to view the tables, views, stored procedures, etc.

I hope this helps.

Thearon
 
Old April 27th, 2005, 06:38 PM
Registered User
 
Join Date: Apr 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks this helps, however,
Is the machine name case sensitive in both areas under server explorer? My machine name is in lower case letters beneath Servers and under the servers node my machine name is in uppercase. I am unsure if it will be recognized or if case is not an issue?
cobes

 
Old April 28th, 2005, 04:47 AM
Thearon's Avatar
Wrox Author
 
Join Date: Dec 2003
Posts: 396
Thanks: 0
Thanked 8 Times in 8 Posts
Default

Machine names are not case sensitive under the Server Explorer nor are they case sensitive when building a connection string in your code.

Thearon





Similar Threads
Thread Thread Starter Forum Replies Last Post
Cobol compatability with .Net goks04 General .NET 1 October 3rd, 2007 12:31 AM
Browser Compatability -getting ClientID in FireFox sailu BOOK: ASP.NET Website Programming Problem-Design-Solution 1 June 5th, 2006 10:17 AM
ADO - DAO compatability petermat Access VBA 6 January 10th, 2006 06:06 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.