conexion usuario SA a visual basic

  • Thread starter Thread starter davidchristianmi
  • Start date Start date
D

davidchristianmi

Guest
tengo un problema al siguiente codigo como hago para agregar User Sa y la contraseña estoy creando buscar datos en sql server

<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "16.0.0.0"), _
Global.System.ComponentModel.Design.HelpKeywordAttribute("vs.data.TableAdapter"),
Global.System.ComponentModel.DataObjectMethodAttribute(Global.System.ComponentModel.DataObjectMethodType.Fill, False)>
Public Overloads Overridable Function BuscarProduccion(ByVal dataTable As Produccion1DataSet2.DATOS1DataTable) As Integer

Me.Adapter.SelectCommand = Me.CommandCollection(2)
If (Me.ClearBeforeFill = True) Then
dataTable.Clear()
End If
Dim returnValue As Integer = Me.Adapter.Fill(dataTable)
Return returnValue
End Function1619507.png
este es el error me podrian ayudar como explicar como agregar esa parte gracias

Continue reading...
 
Back
Top