473,406 Members | 2,356 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

VB Express 2005 and SQL 2000

I've installed VB Express 2005 and SQL Server 2005 Express on a workstation
that had SQL 2000 on it.

I can only get VB Express to connect to the SQL Server 2005. From other
groups I read that SQLEXPRESS was the connection to SQL Server 2005 and I
should use LOCAL for SQL 2000. However, in VB Express this field is not
editable.

I would have thought there would have been entries for SQL 2000 when
creating a new data connection.

Is there another component (or add-in) that I need to add?

THANKS,

MEG

Jul 10 '07 #1
3 1303
When multiple versions of SQL Server/multiple SQL Server instances installed
on single computer, you can only have one instance (regardless SQL Server
version) as default instance, all others must be named instance. "Default
instance" means you can refer to it with the computer name or "local".

In you case, you have to know which on is installed as default instance.
Since you installed SQL Server Express with VB2005Express, so it most likely
is a named instance, called "MachineName\SQLEXPRESS" (unless you specified
different name for it during installation), or you can refer it as
".\SQLEXPRESS" in the ConnectionString.

If you are sure the SQL Server2000 was installed as default instance, you
can refer to it as "local" or "MachineName"

"MEG" <ME*@discussions.microsoft.comwrote in message
news:03**********************************@microsof t.com...
I've installed VB Express 2005 and SQL Server 2005 Express on a
workstation
that had SQL 2000 on it.

I can only get VB Express to connect to the SQL Server 2005. From other
groups I read that SQLEXPRESS was the connection to SQL Server 2005 and I
should use LOCAL for SQL 2000. However, in VB Express this field is not
editable.

I would have thought there would have been entries for SQL 2000 when
creating a new data connection.

Is there another component (or add-in) that I need to add?

THANKS,

MEG

Jul 10 '07 #2
Norman:

Thank you for the reply.

You're correct that the data source is .\SQLEXPRESS. When I try to change
the value, the list box only has that entry. And of course, it won't let me
type it in. Is there a "parameter" list somewhere that I need to add that
entry in?

Thanks,

MEG

"Norman Yuan" wrote:
When multiple versions of SQL Server/multiple SQL Server instances installed
on single computer, you can only have one instance (regardless SQL Server
version) as default instance, all others must be named instance. "Default
instance" means you can refer to it with the computer name or "local".

In you case, you have to know which on is installed as default instance.
Since you installed SQL Server Express with VB2005Express, so it most likely
is a named instance, called "MachineName\SQLEXPRESS" (unless you specified
different name for it during installation), or you can refer it as
".\SQLEXPRESS" in the ConnectionString.

If you are sure the SQL Server2000 was installed as default instance, you
can refer to it as "local" or "MachineName"

"MEG" <ME*@discussions.microsoft.comwrote in message
news:03**********************************@microsof t.com...
I've installed VB Express 2005 and SQL Server 2005 Express on a
workstation
that had SQL 2000 on it.

I can only get VB Express to connect to the SQL Server 2005. From other
groups I read that SQLEXPRESS was the connection to SQL Server 2005 and I
should use LOCAL for SQL 2000. However, in VB Express this field is not
editable.

I would have thought there would have been entries for SQL 2000 when
creating a new data connection.

Is there another component (or add-in) that I need to add?

THANKS,

MEG


Jul 11 '07 #3
Can anyone answer this question about choosing a data source?

"MEG" wrote:
Norman:

Thank you for the reply.

You're correct that the data source is .\SQLEXPRESS. When I try to change
the value, the list box only has that entry. And of course, it won't let me
type it in. Is there a "parameter" list somewhere that I need to add that
entry in?

Thanks,

MEG

"Norman Yuan" wrote:
When multiple versions of SQL Server/multiple SQL Server instances installed
on single computer, you can only have one instance (regardless SQL Server
version) as default instance, all others must be named instance. "Default
instance" means you can refer to it with the computer name or "local".

In you case, you have to know which on is installed as default instance.
Since you installed SQL Server Express with VB2005Express, so it most likely
is a named instance, called "MachineName\SQLEXPRESS" (unless you specified
different name for it during installation), or you can refer it as
".\SQLEXPRESS" in the ConnectionString.

If you are sure the SQL Server2000 was installed as default instance, you
can refer to it as "local" or "MachineName"

"MEG" <ME*@discussions.microsoft.comwrote in message
news:03**********************************@microsof t.com...
I've installed VB Express 2005 and SQL Server 2005 Express on a
workstation
that had SQL 2000 on it.
>
I can only get VB Express to connect to the SQL Server 2005. From other
groups I read that SQLEXPRESS was the connection to SQL Server 2005 and I
should use LOCAL for SQL 2000. However, in VB Express this field is not
editable.
>
I would have thought there would have been entries for SQL 2000 when
creating a new data connection.
>
Is there another component (or add-in) that I need to add?
>
THANKS,
>
MEG
>
Jul 13 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

48
by: ik | last post by:
ERROR after uninstalling SQL Server 2005 Express I get this message, SQLDMO has not been registered. Please re-run your setupand contact your system administrator. GREAT!!! ReInstalled SQL...
1
by: Lubomir | last post by:
Hi, I would like to ask, how different are C# 2005 Express Edition and C# within MS Visual Studio 2005. Than as well Visual Web Developer 2005 Express Edition and ASP within MS VS 2005. ...
11
by: HC | last post by:
I posted this in one of the VB forums but I'm starting to think it might be more appropriate to have it here, since it really seems to be a SQL server (MSDE/Express 2005) problem: Hey, all, I...
9
by: HC | last post by:
Hello, all, I started out thinking my problems were elsewhere but as I have worked through this I have isolated my problem, currently, as a difference between MSDE and SQL Express 2005 (I'll just...
12
by: Light | last post by:
Hi all, I posted this question in the sqlserver.newusers group but I am not getting any response there so I am going to try it on the fine folks here:). I inherited some legacy ASP codes in my...
3
by: Steve | last post by:
Hi All I downloaded Sql server 2005 express SP2 and attempted to modify the Bootstrapper package files as I did with SP1 When i try to install SQL server as part of my VS 2005 deployment app I...
6
by: Grey Alien | last post by:
I have an ASP.Net website that was developed using SQL Server 2000. I want to 'port' it to use SQL Server Express, since I don't have SQL Server 2000 (besides my db is less than 1GB). Questions:...
5
by: Yoda | last post by:
Hi, i'm working on a project for convert from a mdb AccessXP(2002) application backend to SQL Server Express 2005. In the past i convertend a similar backend to SQL Server 2000. My problem...
10
by: Scott M. | last post by:
I've seen many posts and ready articles discussing how changing the membership & roles "provider" in VS .NET is easy, but have yet to see instructions on how to do it. If I already have SQL...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.