Can anyone tell me what data providers are installed by default on windows xp and above for accessing sql server, im looking for (and hoping) that there is a common OLEDB provider, or sql native provider that i could use (for performant reasons ODBC is out of the running) The intended provider must be installed by default as a requirement for distrbution is that nothing can be installed. If one such provider exists could you also provide a connection string.
+2
A:
Reference: Microsoft Data Access Components (MDAC) Installation
- MDAC 2.7 RTM is pre-installed on Windows XP
- MDAC 2.8 SP1 with XP SP2
"SQLOLEDB" is the provider
One hopes you have nothing earlier than XP SP2...
gbn
2009-11-24 10:23:59