Ask a Question related to ASP Database, Design and Development.
-
Chip #1
Connecting to SQL Server from ASP.NET
Hi,
Hi I have SQL Server Instances running on same machine.
How do i connect to the "SecondInstance" of SQL Server on
a machine from ASP.NET?
Thanks for the Help
Chip
Chip Guest
-
Connecting to SQL server
Are settings configured wrong? Of course both possible reasons given are both true, that is the web services is up and running and the ODBC DSN... -
Connecting SQL Server with DW using ASP.NET VB
Hello All, I'm trying to connect SQL Server with DW using ASP.NET VB using several connection strings and getting different error messages. The... -
connecting to dsn on server
I have a website on a shared server at CrystalTech. They say: Your data source verified. The connection string you should use in your code is... -
Connecting SQL Server to DW
Hello I'm I have a project that is due shortly and I have been trying for about a week to connect SQL Server with DW with no success. I have read... -
Web Server connecting to Informix Server
I am running an OLTP system with Informix 7.3 IDS on HPUX. We are considering writing some web interfaces to connect to the database. At first we... -
Manohar Kamath [MVP] #2
Re: Connecting to SQL Server from ASP.NET
Where you specify the server in your connection string, mention a
ServerName\InstanceName.
E.g.
ConnectString = "Server=MyServer\SecondInstance;Database=MyDB;UID; PWD="
--
Manohar Kamath
Editor, .netWire
[url]www.dotnetwire.com[/url]
"Chip" <anonymous@discussions.microsoft.com> wrote in message
news:39cf01c3fe17$acdea080$a401280a@phx.gbl...> Hi,
>
> Hi I have SQL Server Instances running on same machine.
> How do i connect to the "SecondInstance" of SQL Server on
> a machine from ASP.NET?
>
> Thanks for the Help
>
> Chip
Manohar Kamath [MVP] Guest
-
Bullschmidt #3
Re: Connecting to SQL Server from ASP.NET
microsoft.public.dotnet.framework.aspnet
SitePoint .NET Forum
[url]http://www.sitepointforums.com/forumdisplay.php?s=&daysprune=1000&forumi[/url]
d=141
ASP Messageboard - ASP.NET Forum
[url]http://www.aspmessageboard.com/forum/aspplus.asp[/url]
Extreme .NET Forums - .NET - ASP.NET
[url]http://www.dotnetforums.net/f62[/url]
Microsoft ASP.net
[url]http://www.asp.net[/url]
A Microsoft site.
Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
[url]http://www.Bullschmidt.com[/url]
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Bullschmidt Guest



Reply With Quote

