SQL Server 2005 at Visual C# 2005 Express Edition Beta

Does installing the C# Beta together with the included SQL Server 2005 will not affect my existing MSSQL server 2000 installed?. And why I can't connect to the data source when I try to connect from c# to my SQL2000 database?

Any help is very much appreciated

[270 byte] By [Madix_t] at [2007-12-16]
# 1
Installing SQL Server 2005 will not affect your SQL 2000 database.

Can you provide more information about how you're trying to connect to your SQL2000 database?

VijayeRaji at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# General...
# 2
During my installation of the C# Beta, I did not install the SQL Server 20005 Express edition CTP, thinking that it might create conflict with my existing MSSQL Server2000 installed. By the time i try making a form and adding a new connection to a selected data source, it generates and error that says "timeout period elapsed prior to completion of the operaton or the server is not responding"

where do i miss... and where do i can find a free samples or free tutorial on how to attached a table in a database in a C# form controls? and what is the command to insert, edit, delete from C# and how C# saved the changes?

Is SQL 2005 express included in the beta, can't create a database? or this is just only a tool for C# in connecting to existing SQL database.?

Madix_t at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# General...
# 3

This morning I install the MS SQL server 2005 to try again adding new data source but i can't still connect, this is the error message "FAILED TO GENERATE A USER INSTANCE OF SQL SERVER DUE TO A FAILURE IN STARTING THE PROCESS FOR THE USER INSTANCE. THE CONNECTION WILL BE CLOSED." then again i try it generates another error "UNABLE TO OPEN PHYSICAL FILE C:\PROGRA~1\SQL\myfile.mdf "OPERATING SSYSTEM32....and so on and so fort...blah...blah blah... and then I try again it says ' PATH NOT FOUND...blah...blah..blah".

Please helpppp...

Madix_t at 2007-9-8 > top of Msdn Tech,Visual C#,Visual C# General...