Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OS and SQLServer Upgrade

Status
Not open for further replies.

wp1

Programmer
Jun 5, 2013
19
US
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\ Properties=""text;HDR=Yes;FMT=Delimited(,)"";Persist Security Info=False"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top