I'm working on a windows 2008 server with SQL 2005 SP3 with a bunch of classic ASP sites that are using SQLOLEDB to connect.
I have a new application that requires SQL Native Client 2008 installed because it is using the SQLSRV PHP Driver. SQL Native Client 2005 is already installed.
If I install SQL Native Client 2008 will I still be able to connect using SQLOLEDB? Are there any breaking changes between the 2005 client & 2008?
Can the 2008 client be uninstalled back to 2005?
Cheers
Stuff