Ciao Luigi, la connessione al database è giusta, fa + o meno così:
Data Source=xxx.xx.xxx.xx;Network Library=;database=MSSqlxxxxx;Connection Timeout=0;Packet Size=4096;Integrated Security=no;User ID=MSSqlxxxxx;Encrypt=no;pwd=xxxxxxxxxxx;"
Il problema è alla linea 23 del post precedente. Mi restituisce questo errore:
Server Error in '/' Application.
An OLE DB Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Ma la dichiarazione del provider la passo con:
Dim Providers As String = "System.Data.SqlClient"
Non funziona...