Search results for query: *

  • Users: vb8web
  • Content: Threads
  • Order by date
  1. V

    Datetime UPDATE issue

    So here we go... I am creating a "finance dhasboard" for mycompany and am running into some formatting issues and feel as though i have tried everything... Here is my code.. Dim i As Integer For i = 0 To DataGridView1.Rows.Count - 1 Using connection As New...
  2. V

    Question Multiple SQL Commands in one Action

    Private Sub Woodstock_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim connection As New SqlClient.SqlConnection("Data Source=server;Initial Catalog=umrdashboard;Persist Security Info=True;User ID=userid;Password=password") Dim command As...
Back
Top