OS and SQLServer Upgrade
OS and SQLServer Upgrade
(OP)
Connection string below works on Windows Server 2008 and SQLServer 2008 version 10. Upgraded both to WS 2012 and SQL server 2012 v 11 and this is broken. Had IIS installed, copied over ASP code...I think its the connection string. Does anything standout?
strAnaCsvConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\wwwroot\Wellpet\;Extended Properties=""text;HDR=Yes;FMT=Delimited(,)"";Persist Security Info=False"
strAnaCsvConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\wwwroot\Wellpet\;Extended Properties=""text;HDR=Yes;FMT=Delimited(,)"";Persist Security Info=False"
RE: OS and SQLServer Upgrade
http://www.connectionstrings.com/sql-server-2012/