Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
D

DannyB79

@DannyB79
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Query as input for my array?
    D DannyB79

    Dim conn As New SqlConnection(''''YourConnectionStringHere) Dim cmd As New SqlCommand Dim dr As SqlClient.SqlDataReader With cmd .Connection = conn .CommandType = CommandType.Text .CommandText = "SELECT ExeName FROM tProcessNames" .Connection.Open() dr = .ExecuteReader(CommandBehavior.CloseConnection) While dr.Read buildProcess(dr.Item("ExeName").ToString) End While End With dr.Close() If I understand you right that should do it. Hope it helps

    Visual Basic database question data-structures
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups