bueno ahora tengo otro problema y es que es mi cadena de conexión ya que no me deja conectarme el error que marca es "an error has ocurred while stablishing to the server. When connecting to SQL Server 2005. This failure may be caused by the fact that under the dafult settings SQL Server does not allow remote connections.(provider: named pipes provider, error: 40 - could not open a connection to SQL Server )"
mi cadena de conexion es la siguiente, bueno son la siguientes:
'Public con As New SqlConnection("Server=(local); database=prueba; integrated security=yes")
'Public con As New SqlConnection("Server=spiderman;integrated security=yes;")
'Public con As New SqlConnection("Server=spiderman;Database=mayoreo; User ID=sa; Password=shine;Trusted_Connection=False; Packet Size=4096;")
'Public con As New SqlConnection("Data Source=localhost;Initial Catalog=prueba;Integrated Security=SSPI;")
e checado varias cosillas sobre el error y e movido el sql server sourface area configuration para permitir conexiones remotas pero nada, pero lo que no entiendo es que lo hago localmente...
De antemano muchas gracias