473,756 Members | 1,808 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Connect to SQL Server remote database

Hello. All,

I've been trying to connect to my hosting company's (Go Daddy) remote
database. But continuously receive "Server does not allow remote
connections". Do I need a open_source database, or what to have my
web application connect to a remote database?
Please forward any information you may have. Thnak you in advance.

Aug 16 '07 #1
5 2370
Perhaps you should ask your hosting service.

--
HTH,

Kevin Spencer
Microsoft MVP

DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"Rnt6872" <r_******@msn.c omwrote in message
news:11******** **************@ w3g2000hsg.goog legroups.com...
Hello. All,

I've been trying to connect to my hosting company's (Go Daddy) remote
database. But continuously receive "Server does not allow remote
connections". Do I need a open_source database, or what to have my
web application connect to a remote database?
Please forward any information you may have. Thnak you in advance.

Aug 17 '07 #2
"Rnt6872" <r_******@msn.c omwrote in message
news:11******** **************@ w3g2000hsg.goog legroups.com...
I've been trying to connect to my hosting company's (Go Daddy) remote
database. But continuously receive "Server does not allow remote
connections". Do I need a open_source database,
No - you need to find another ISP...

GoDaddy really are worse than useless...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 17 '07 #3
"Kevin Spencer" <un**********@n othinks.comwrot e in message
news:eJ******** ******@TK2MSFTN GP06.phx.gbl...
Perhaps you should ask your hosting service.
Although that won't do the OP any good in this case, other than for them to
confirm that they don't support what he's trying to do...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 17 '07 #4
On Aug 17, 8:47 am, "Mark Rae [MVP]" <m...@markNOSPA Mrae.netwrote:
"Rnt6872" <r_for...@msn.c omwrote in message

news:11******** **************@ w3g2000hsg.goog legroups.com...
I've been trying to connect to my hosting company's (Go Daddy) remote
database. But continuously receive "Server does not allow remote
connections". Do I need a open_source database,

No - you need to find another ISP...

GoDaddy really are worse than useless...

--
Mark Rae
ASP.NET MVPhttp://www.markrae.net
Ok thank you. Do you have any recommendations ?

Aug 18 '07 #5
On Aug 18, 9:30 am, Rnt6872 <r_for...@msn.c omwrote:
On Aug 17, 8:47 am, "Mark Rae [MVP]" <m...@markNOSPA Mrae.netwrote:
"Rnt6872" <r_for...@msn.c omwrote in message
news:11******** **************@ w3g2000hsg.goog legroups.com...
I've been trying to connect to my hosting company's (Go Daddy) remote
database. But continuously receive "Server does not allow remote
connections". Do I need a open_source database,
No - you need to find another ISP...
GoDaddy really are worse than useless...
--
Mark Rae
ASP.NET MVPhttp://www.markrae.net

Ok thank you. Do you have any recommendations ?
webhost4life supports this feature. From VS2005 server explorer I can
add a "data connection" to my sql server database on my shared hosting
site. Very nice.

If I was deciding which hosting service to use I would go with
http://www.discountasp.com/contactus.aspx

-Steve
Aug 18 '07 #6

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

Similar topics

3
5738
by: Fabian Knopf | last post by:
Hi friends, i have a unix machine PC1 where a database is running ( IBM DB2 V8.1 ) . Then i have another machine PC2 i installed there also ( IBM DB2 V8.1 ). On PC2 i installed unixODBC. To connect to the database over ODBC on unix i did this: on db2 console: catalog tcpip node archiv remote PC1 server DB2_db2inst1
4
6474
by: banz | last post by:
Hello I have a problem to resolve: I wrote a Perlscript which caches data from a server (local on my machine) I would like to have a other connection to a remote server but I don't know how to define the servername / hostname in my Perl Progrem.. Here is the code:
5
5688
by: mayamorning123 | last post by:
A comparison among six VSS remote tools including SourceOffSite , SourceAnyWhere, VSS Connect, SourceXT, VSS Remoting, VSS.NET To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere 4.0, SourceOffSite 4.1, VSS Connect 1.5, SourceXT 2.1, VSS Remoting 2.5,
5
4378
by: Mike L | last post by:
I'm able to connect to my stored procedure in my local database but not able to connect to my stored procedure in the remote database. I use several different UserID and Password that all should work. It also fails when I try a different SP on the remote server. All local SP work. I copy local SP to remote SQL but still can not connect to remote SP.
14
7042
by: Marcus | last post by:
I have a function that simply returns TRUE if it can connect to a particular Sql Server 2005 express, or FALSE if it cannot. I am getting some strange error codes returned when the computer that sql server resides on is not reachable. The error is different depending on the connection string that I use. If I use the following connection string: "server=192.1.1.1; Initial Catalog=master; uid=The_User; password=The_Password; Connect...
0
2614
by: Larry Rebich | last post by:
I am trying to use the sample web template that is distributed with Visual Studio 2005 called 'Personal Web Site Starter Kit'. After running for awhile it fails with the following message: ------------------------------------------ Server Error in '/PersonalWebSiteStarter' Application. -------------------------------------------------------------------------------- An error has occurred while establishing a connection to the server. ...
3
12549
by: sohan | last post by:
Hi, One question - to connect to a db2 database in the same UNIX server we can use from UNIX command prompt: db2 connect to <dbnameUSer <nameusing <pwd> Now if the db2 database is in a differrent server where/how do we specify the server name or its ip address?
3
2759
by: LamSoft | last post by:
I am not going to write a aspx to connect a SQL Server... but it tries to connect the SQL Server... Some of the Code.. protected void LoginButton_Click(object sender, EventArgs e) { if (Request.Form == null || Request.Form == "") { Session = "LocalHost"; }
8
2835
by: BD | last post by:
I am developing C# win form app to work with remote database on SQL Server 2005. Problem scenario is as follows: 1. a form is open that has downloaded dataset to local cache 2. computer is put into stand-by or hibernation 3. later, computer is brought out of stand-by or hibernation 4. when trying to save or close form, SQL exception comes up (remote system closed conn) I know this relates to connection pooling, but I am having a...
7
5943
by: RN1 | last post by:
Is it possible to connect to my local SQL Server 2005 database from a remote web server? If yes, what ConnectionString do I use? Thanks, Ron
0
9456
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9275
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10034
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9872
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9843
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9713
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8713
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3358
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.