473,587 Members | 2,316 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

does anyone know how to connect to remote MSDE in visual studio.net?

i keep getting error when i try to connect to remote MSDE server
Nov 19 '05 #1
3 1150

Jack wrote:
i keep getting error when i try to connect to remote MSDE server


You wouldn't want to give us a hint would you, like what actual error
message you're seeing perhaps?

By default, MSDE installs without any networking enabled. Did you pass
DISABLENETWORKP ROTOCOLS=0 to setup.exe when you installed?

Without any more info from you, that's the best I can do.

Damien

Nov 19 '05 #2
"You have entered an internet address or an IP address outside the local
domain. Connection to Internet addresses or to external domains are not
supported"

sorry.

No, i didn't pass disablenetworkp rotocols=0 to setup.exe...i already setup
the MSDE instance. is it possbile to chang eit?

"Damien" <Da************ *******@hotmail .com> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .

Jack wrote:
i keep getting error when i try to connect to remote MSDE server


You wouldn't want to give us a hint would you, like what actual error
message you're seeing perhaps?

By default, MSDE installs without any networking enabled. Did you pass
DISABLENETWORKP ROTOCOLS=0 to setup.exe when you installed?

Without any more info from you, that's the best I can do.

Damien

Nov 19 '05 #3

Jack wrote:
"You have entered an internet address or an IP address outside the local
domain. Connection to Internet addresses or to external domains are not
supported"

sorry.

No, i didn't pass disablenetworkp rotocols=0 to setup.exe...i already setup
the MSDE instance. is it possbile to chang eit?

Well, as it happens, I have the sense of it the wrong way around (it
should be =1 not =0), but the point still stands - As to changing it on
an existing instance, I'm not sure (this is why I've crossposted to
microsoft.publi c.sqlserver.msd e)

Once we have that side of things sorted, what are you using to connect
to it? Enterprise Manager, Query Analyser, ADO.NET?

HTH,

Damien

Nov 19 '05 #4

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

Similar topics

7
4843
by: Jonas | last post by:
This works fine in Win XP but does not work at all in Win 98. Private WithEvents objIExplorer As InternetExplorer I have to do it like this to get it to work in Win 98 Dim objIExplorer As InternetExplorer But then I cant see when a user exit my objIExplorer and than an error will show up when I try to open a link in the IE window that does...
4
2831
by: Paul S | last post by:
I have a copy of MS Visual Studio 2002 Professional ACADEMIC which I understand is the same as the regular Professional version with the addition of a student CDROM. The installation program on the first CDROM only copies the MSDE to the harddrive and the copied setup file has to then be manually executed to complete the installation. Are...
2
2522
by: Skye | last post by:
Hi, I am a newbie at all this, but here's what I want to do: We have a very large database sitting on a SQL server that is on a remote computer. I can access it through remote desktop and browse the Enterprise Manager and the DB. What I am trying to do is create a Visual Studio .Net program that accesses the DB. Can I use a data adapter...
2
13952
by: michaeljohnsmith | last post by:
I am running Win XP SP2 and MSDE 2000 SP3a. The user is logging on as a POWERUSER. When the user logs on the MSSQLSERVER service starts but the SQL Server Service Manager, that runs in the system tray, shows that the instance has not started. The field that displays the instance name is blank and it is not listed in the drop down list. The...
11
27239
by: Marcus | last post by:
Hello! I'm trying to write a VB.NET program that connects to a AS/400 Server. I've tried almost everything, but it will not connect. I've tried to set up a DSN using the Client Access ODBC-driver (v8.00.04.08) but with no result. I've also tried a DSN-less connection. From VB.NET i'm using oleDbConnection to create the connection. If I...
6
467
by: Bob | last post by:
Having trouble getting started. I created an instance of MSDE called VSDOTNET on a computer with the name of sysdev. Using MS SQL Web Adminstrator I created a database called temp with a table called customer. In Visual Studio .NET I can see and access the data in the table. The dataconnection is called sysdev\vsdotnet\temp.dbo
4
370
by: geodev | last post by:
I have developed a small application using ASP.NET and VB.NET on my development machine it works great. When I copy across the files manually to my test machine and create a Virtual Directory all of the functionality works well except for a page with a datagrid that retrieves data from an MSDE database (error message is detailed below). I have...
1
3497
by: podx | last post by:
I am trying to connect to SQL 7.0 northwind database via visual studio 2005. But I can't open the connection. I get an error saying remote access is not allowed. But the remote access is ok. I can used the same login and connect to the sql server via enterprise manage. SqlConnection conn = new SqlConnection("Data...
9
2613
by: Gabriel | last post by:
Hello, I installed SQL server 2005 SP1 on a Windows XP SP2 From Visual Studio, I'm trygin to create a connection to a database, but I receive this error but I'm creating the connection (I don't receive the database list in the dropdown) "An error has occured while establishing a connection to the server. When connecting to SQL Server...
0
7915
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8205
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8339
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
8220
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6619
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5712
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5392
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3872
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1185
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.