December 25, 2005 at 8:36 pm
December 28, 2005 at 8:00 am
This was removed by the editor as SPAM
December 28, 2005 at 12:42 pm
Hi: The OLEDB Provider for SQL Server 2005 is not "OLEDB" - Instead you should use SQLNCLI - Which stands for SQL Native Client, something like this
Provider=SQLNCLI;Integrated Security=SSPI;Data Source= "servername or IP" ;Initial catalog=YourDatabase,
Thanks,
Emilio
Emilio
January 2, 2006 at 11:51 am
Remember that MSSQL '05 does not allow remote connections by default. Use SQL SSAC to make your db accessible to remote clients.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply