It appears that there are no native SQL 2012 drivers for win2003/32, so I'm using the SQL Server Native Client 11.0 OLE DB Provider driver I found through ConnectionStrings.com
Right now the connection string I'm using is:
Provider=SQLNCLI11;Server=192.168.10.8\SQLEXPRESS;Database=InterlightWebSite;Uid=MyUserName;Pwd=NoneOfYourBusiness
The problems are intermittent, and appear to be simple SELECTs.
Any suggestions - especially regarding what driver to use?
TIA
Michael
www.WebConnectionHosting.com