Format of the initialization string does not conform to specification starting at index 0.
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.
Source Error:
Line 188: Dim RettaGiornaliera As String
Line 189: Dim cnstring As String = "Provider=Microsoft.Jet.OLEDB.4.0; Ole DB Services=-4; Data Source=" & Server.MapPath("villa.mdb")
Line 190: Dim ValoreConn As New OleDbConnection("cnstring")
Line 191: Dim ValoreSql As String = "Select * from patologie where idretta=" & Idretta
Line 192: Dim ValoreCmd As New OleDbCommand(ValoreSql, ValoreConn)
Avete mai incontrato un problema come questo? Sinceramente ci sto diventando pazzo.. sembra essere tutto ok.. eppure nada.

Rispondi quotando