[Solved] How can I convert using statement in vb syntax [closed]


try this code :

        Using sqlConnection As SqlConnection = New SqlConnection(Utilities.ConnectionString)

        End Using

2

solved How can I convert using statement in vb syntax [closed]