Question
Connection string problems
Hi, my hosting company decided to 'upgrade' me to SQL Server
2008. Using IIS7 Manager I created a DSN connection string and now
I'm trying to establish that connection in DWCS3. The connection
string created is
Server=99.99.99.999;Database=someDatabase;Integrated Security=true
and my DW connection string reads
<%
// FileName="Connection_ado_conn_string.htm"
// Type="ADO"
// DesigntimeType="ADO"
// HTTP="true"
// Catalog=""
// Schema=""
var MM_connEwhse2_STRING = "Server=99.99.99.999;Database=someDatabase;Integrated Security=true"
%>
When I test an ASP page in the browser I get the following error:
Microsoft JScript runtime error '800a1391'
'MM_connEwhse_STRING' is undefined
/login.asp, line 13
So it's obviously having a problem with DW code for some reason. Any help would be appreciated as this 'upgrade' is being forced upon me.
LAGooner10
Server=99.99.99.999;Database=someDatabase;Integrated Security=true
and my DW connection string reads
<%
// FileName="Connection_ado_conn_string.htm"
// Type="ADO"
// DesigntimeType="ADO"
// HTTP="true"
// Catalog=""
// Schema=""
var MM_connEwhse2_STRING = "Server=99.99.99.999;Database=someDatabase;Integrated Security=true"
%>
When I test an ASP page in the browser I get the following error:
Microsoft JScript runtime error '800a1391'
'MM_connEwhse_STRING' is undefined
/login.asp, line 13
So it's obviously having a problem with DW code for some reason. Any help would be appreciated as this 'upgrade' is being forced upon me.
LAGooner10
