Re: REWARD: Fix our SQL Server connection for $150 (CAPA)
From: Tim Hodgson - http://www.ExclamationSoft.com (timhodgsonNOSPAM@hotmail.com)
Date: 09/06/02
- Next message: colin: "Re: REWARD: Fix our SQL Server connection for $150 (CAPA)"
- Previous message: Ken Cox [Microsoft MVP]: "Re: REWARD: Fix our SQL Server connection for $150 (CAPA)"
- In reply to: Rob Cote: "REWARD: Fix our SQL Server connection for $150 (CAPA)"
- Next in thread: Gary Merrif: "Re: REWARD: Fix our SQL Server connection for $150 (CAPA)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Tim Hodgson - http://www.ExclamationSoft.com" <timhodgsonNOSPAM@hotmail.com> Date: Fri, 6 Sep 2002 14:45:30 -0400
Are you able to set up an ODBC DSN using the OLEDB driver to the production
server? The DSN setup applet does have a test connection utilitly, though
rudamentary, which may yield some error or results.
By the way, are you getting an error message when connecting to the
production server?
Thanks,
-- Tim Hodgson ExclamationSoft http://www.ExclamationSoft.com -- http://www.SmtpDotNet.com - The FIRST .NET mail component http://www.NetMailBot.com - Command-line email http://www.MailListBot.com - The Next Generation Mail Component http://www.WebWatchBot.com - Is your site up? "Rob Cote" <rgcote@alum.mit.edu> wrote in message news:aR4e9.161239$kp.766257@rwcrnsc52.ops.asp.att.net... > > We have wrestled with this problem long enough. If you are an expert at > connecting to SQL Server 2000 from an ASP.NET application, then I will pay > you $150 to make this work for our application. We will give you access to > our server machine via a VPN and allow you to debug it. If it takes you 5 > minutes, you made great money. If it takes an hour, you've still made good > money. > > We are very anxious to get this resolved. Please contact me by phone or > email ASAP (see info at the end of the message). > > Here's the problem: We can connect to SQL Server 2000 just fine in our > development set up. We cannot do so in our production set up provided by the > client. > > Here's a summary of the environments: > > Development environment: > Workstation is running Visual Studio .NET and Windows 2000 Professional > Server is running SQL Server 2000 and Windows 2000 Server > These two machines are connected on a simple LAN > > Production environment: > Single machine is running Visual Studio .NET, SQL Server 2000 and > Windows 2000 Server > > The code below shows the connection string we are using for the development > environment and the connection string we are using for the production > environment. In the production environment, the connection will not work. It > gives back some generic error about the connection failing. > > Here's what we are doing: > > '*************************************************************************** > ***** > Imports System.Data > Imports System.Data.SqlClient > > Public Class CAPADatabase > > ' DEVELOPMENT DESKTOP USE > 'Dim strDBConnectString As String = "server=CONSULTING\CONSULTING_SQL;" > & _ > ' "database=CAPASQL;" & _ > ' "user ID=DB_USER;" & _ > ' "pwd=db_user;" > > ' LIVE SYSTEM USE > Dim strDBConnectString As String = "server=MCDMSPADMIN01\MCDMSPADMIN01;" > & _ > "database=CAPASQL;" & _ > "user ID=DB_USER;" & _ > "pwd=db_user;" > > Dim dbConnection As New SqlConnection(strDBConnectString) > > Public Sub Open() > dbConnection.Open() > End Sub > > Public Sub Close() > dbConnection.Close() > End Sub > > End Class > '*************************************************************************** > ***** > > - Rob Cote > Director, Consulting Services > Hands On Technology Transfer, Inc. > (781) 272-4757 > robc@traininghott.com > > > > > > > > > > > >
- Next message: colin: "Re: REWARD: Fix our SQL Server connection for $150 (CAPA)"
- Previous message: Ken Cox [Microsoft MVP]: "Re: REWARD: Fix our SQL Server connection for $150 (CAPA)"
- In reply to: Rob Cote: "REWARD: Fix our SQL Server connection for $150 (CAPA)"
- Next in thread: Gary Merrif: "Re: REWARD: Fix our SQL Server connection for $150 (CAPA)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
Loading